PDA

View Full Version : [xfce] shut down system beep?



stargirl51
July 14th, 2008, 03:12 PM
Does anyone know how to turn off the system/console beep that happens when you shut down in xfce?

It's quite embarassing when you're in the middle of a study hall and there's a loud system beep...

Thanks in advance!

o.besner
July 14th, 2008, 04:03 PM
Yes, there is a simple way to mute it forever. Since the sound is coming from your pc integrated speaker (the one that only do beeps, not your laptop ones), you can blacklist the module. If you want to keep it though, you can remove it temporarily.

If you want to remove it temporarily.

in the console, type:


sudo modprobe -r pcspkr

If you want to remove it permanently, you gotta tell modprobe to never load this module.

In the console, type this : (replace nano with your favorite text editor)


sudo nano /etc/modprobe.d/blacklist

scroll down to the bottom of the document, and add this :

# this is how you mute annoying beeps in console and shutdown
blacklist pcspkr

The pounded part (#) is optional, but if you ever want to bring back the beep it'll help you know what do you.

stargirl51
July 15th, 2008, 01:46 AM
Thank you so much!!

DavidVanCan
November 14th, 2008, 01:36 AM
Yes, there is a simple way to mute it forever...

Thanks o.besner, works like a charm!