How to turn off the annoying system beep in linux (Debian/Ubuntu)
63
If you’re like me, you start getting real annoyed, real fast at the system beep that insists on beeping far to often. This system beep emits not from your laptop speakers, but from that deep, dank recesses of ancient pc technology that is a little speaker designed only to beep annoyingly. Short of ripping it out, here’s how to disable it.
You can disable this by editing a file and entering two simple lines.gedit /etc/modprobe.d/blacklistAnd then add:#silly speaker beepblacklist pcspkrSave your file and the speaker beep will be gone when you reboot.If you don’t want to wait until a reboot, simply type:sudo rmmod pcspkrPrintShare it! — Rate it: up down flag this hub









hyun says:
15 months ago
good Tip! I love it