DeskTux

Linux on Desktops

User Tools

Site Tools


misc:pc_speaker

This is an old revision of the document!


PC_Speaker

Especially on notebooks the PC Speaker can be very noisy and thus annoying. This is because notebooks don't have a real speaker and to emulate one, the output is instead being sent to the sound card.

So you might want to disable the PC Speaker, but that's not as easy as it might seem. The following led to success on all systems I had to silence until now.

As root, enter the following commands. This disables loading the PC Speaker kernel modules.

echo "blacklist pcspkr" >> /etc/modprobe.d/blacklist.conf
echo "blacklist snd-pcsp" >> /etc/modprobe.d/blacklist.conf

Afterwards, reboot your system. However, on some systems this is not enough. There you need to use a mixer (e.g. “alsamixer”) and mute the channel “PC Speaker” as well. This depends on your sound card.

Enjoy the silence!

misc/pc_speaker.1403814694.txt.gz · Last modified: 2016-02-16 14:32 (external edit)