How to stop PC speaker on UBUNTU
By Detector | 12 November 2008
If you want to stop annoying PC speaker follow this simple tutorial:
- press alt+F2 and on the run command enter “gksudo nautilus” without quotes
- Next, go to /etc/modprobe.d and find the file blacklist. Double click on it and add this lines
- Save the file and the speaker will be turned off.
#Stop PC speaker
blacklist pcspkr
You can do this with Terminal if you preferred text commands! Open your terminal and enter:
sudo gedit /etc/modprobe.d/blacklist
Then add this 2 lines to the blacklist and click save:
#Stop PC speaker
blacklist pcspkr
There is no need for restart. Enjoy
Tags | Howto, Linux, Tips and Tricks, Ubuntu