mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
937 B
937 B
created | layout | layout_old | redirect_to | tags | title | toc | updated | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
2009-12-10 19:17:02 +0100 | redirect | default | https://blog.mbirth.de/archives/2009/12/10/pc-speaker-in-linux.html |
|
PC Speaker in Linux | false | 2009-12-10 19:17:02 +0100 |
Enable in Ubuntu
If you want some scripts to emit beeps, e.g. because you don't always have your headphones on, you first have to enable
the pcspkr
module. This is per default disabled in Ubuntu. To enable it again, do the following:
-
open
/etc/modprobe.d/blacklist.conf
in your favorite editor (usingsudo
) -
find these lines:
# ugly and loud noise, getting on everyone's nerves; this should be done by a # nice pulseaudio bing (Ubuntu: #77010) blacklist pcspkr
-
comment out the last line
-
finally, do a
sudo modprobe pcspkr
After that, you can play around with the beep program.