Recipes » Disabling Beep Sound on Linux

Disabling Beep Sound on Linux

Last modified by Administrator on 2011/06/06 17:26

Disabling Beep Sound on Linux

Linux en

How to disable system beep, which may be annoying especially for those running commands in terminal.

  1. The system beep on a laptop may be really loud. To permanently disable it, you need to add a line line to /etc/modprobe.d/blacklist.
    echo "blacklist pcspkr" | sudo tee -a /etc/modprobe.d/blacklist
    When you reboot your computer the system beep should be disabled everywhere.
  2. If you don’t want to reboot your computer right now you can just run:
    sudo modprobe -r pcspkr

Links

  1. http://strabes.wordpress.com/2006/10/16/remove-the-system-beep-in-ubuntu/

Tags:  

Tags:
Created by Kalvis Apsītis on 2009/07/11 23:05

This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 3.0.36132 - Documentation