Linux

Categorized | Multimedia

Deactivate the system beep

The system beep can be really annoying sometimes. In Debian and Debian-based distributions like Ubuntu, you can blacklist it:

sudo nano /etc/modprobe.d/blacklist

Add the following at the end of the file:

#speaker beep

blacklist pcspkr

Reboot and you’re all done. If you want to disable the system beep on the spot, you can do it with

sudo rmmod pcspkr

Author Profile

T4L ;

Other posts by T4L

Author's web site



Are you satisfied with this blog?
Why not subscribe our RSS Feed? you will always get the latest post.


1 Comment

  1. someguy

    Or a slightly quicker way.

    su
    echo blacklist pcspkr >> /etc/modprobe.d/blacklist

    1

Leave A Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>