Tag: pcspkr
Ubuntu Linux – disable PC speaker beep.
by swicknire on Aug.02, 2008, under linux/ubuntu
Removing the PC Speaker beep on Ubuntu, Debian or other Unix systems.
You can easily blacklist the pc speaker with the following commands.
rmmod pcspkr
open /etc/modprobe.d/blacklist and add the following line
blacklist pcspkr
to re-enable the pc speaker
modprobe pcspkr