Disabling Beep Sound on Linux
How to disable system beep, which may be annoying especially for those running commands in terminal.
- The system beep on a laptop may be really loud. To permanently disable it, you need to add a line line to /etc/modprobe.d/blacklist.
echo "blacklist pcspkr" | sudo tee -a /etc/modprobe.d/blacklist
When you reboot your computer the system beep should be disabled everywhere.
- If you don’t want to reboot your computer right now you can just run:
Links
- http://strabes.wordpress.com/2006/10/16/remove-the-system-beep-in-ubuntu/
Tags: