-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
beep and laptops #43
Comments
Did you test it for laptop (usually they dont have pc speaker output in the mother board)? For msegui (and fpc too) it is a known problem, beep() does not work on lot of Linux laptop. |
Hello.
And using gdb debugger:
|
Not root privileges binary.
|
I was able to change permission only with sudo:
But running via gdb without root permission:
And running with root permission:
|
Without set uid by root system not give access to I/O (function ioperm fails and "in" operation blocked). If not working sudo need su. gdb not have root access. |
In XUbuntu su does not work, the equivalent is sudo -i
|
sudo -i ? Need rights: |
|
1183448 strange numbers. But the rest is correct. Maybe it's a feature of Ubuntu? |
I update https://github.com/galaxysite/gorg64_spkplay and GORG: http://soft.self-made-free.ru/GORG64_283.tar.xz Added functions getuid/geteuid and setuid. This might improve clarity at startup and add some features. |
|
Yes, I add urun and urunu in github. |
OK, I will try after the fight with rust. |
|
Hi,
When finding bug in some program, we touch "beep": mse-org/mseide-msegui#24
Beep show error on laptop:
Maybe add to beep My fast-playing low-level code from: https://github.com/galaxysite/gorg64_spkplay and possible music playing from binary files for x86* architecture ?
The text was updated successfully, but these errors were encountered: