Skip to content

Disable beeping sound

The system beeping sounds are controlled by the pcspkr LKM, and since they are loud af, useless af, and annoying af, it's probably best to turn them off. To do that, just make a textfile in etc/modprobe.d/ named nobeep.conf, with this content:

options snd-hda-intel power_save=0
options snd_hda_intel beep_mode=0
blacklist pcspkr

This should get rid of the beeping entirely.

Except for the one at boot. Still trying to figure that out