HowTo - Disable the system beep from CLI in Ubuntu 8.10
My previous posting is no longer valid. Gnome has removed the tab for the sounds menu where you can use the gui to disable the system beep. Here’s how you can disable this from the CLI.
sudo rmmod pcspkr
Done deal. If you want your system beep back, well first off…curse you if I sit next to you. Type in the following to enable it:
sudo modprobe pcspkr
got this from: lifehacker (per usual)





