Ubuntu: Disable the System Beep

Contributor Icon Contributed by Rob Rogers  
Tag Icon Tagged: Linux  

If you find the System Beep to be annoying (and let’s face it, it is!), you can disable it with a simple terminal command and be system beep free.


1. Open a terminal window.

2. Execute the following command in your terminal window:sudo rmmod pcspkr

3. Close your terminal window.

Enjoy the absence of the system beep.

If you need to enable the system beep, execute the following command in a terminal window:sudo modprobe pcspk

 

4 Comments -


  1. Wim Deblauwe said on December 18, 2008

    Great recipe, always found this annoying

  2. beep_annoyed said on April 20, 2009

    Thanks!

  3. Kleber Souza said on October 23, 2009

    Thanks for the tip!

    With this method you disable it only for the current session, when you reboot the system the module will be loaded again. To disable it permanently, just add the following line on the file /etc/modprobe.d/blacklist.conf:

    blacklist pcspkr

    And that’s it!

  4. James Pollock said on August 31, 2010

    does it also affect the PC speakers not just the system beeps?

 

RSS feed for comments on this post. TrackBack URL

Leave a comment -