Feb 21
Ever tried to get rid of the annoying PC Speaker sound (e.g. when using auto-completion in a shell)? Under Ubuntu (and probably other distributions as well) do the following to bring silence to the masses:
For the running system:
rmmod pcspkr
Forever (aka after a reboot) edit /etc/modprobe.d/blacklist and add the following line to the bottom
blacklist pcspkr
June 10th, 2008 at 10:57
Thanks, just followed your advice
August 26th, 2008 at 22:19
Thanks! That worked for me.
October 8th, 2008 at 9:27
This worked perfect for me, thanks a bunch.