PDA

View Full Version : How Can I disable the system bell?



fatsheep
December 9th, 2006, 02:27 AM
Okay first off, yes I know I can go to System>Preferences>Sound and disable the bell under GNOME. HOWEVER, under a login terminal (ctrl+alt+f1 for example), the system bell still is active. How do I disable it?

po0f
December 9th, 2006, 05:24 AM
fatsheep,


$ sudo modprobe -r pcspkr
And add the following line to /etc/modprobe.d/blacklist:

blacklist pcspkr
Though this question might have been better served in General Help. :)

fatsheep
December 9th, 2006, 07:36 PM
fatsheep,


$ sudo modprobe -r pcspkr
And add the following line to /etc/modprobe.d/blacklist:

blacklist pcspkr
Though this question might have been better served in General Help. :)

That worked, thank you. :)