Disable PC-Speaker

disable-pc-speaker

Sometimes it’s good to have the PC-Speaker enable, but for the most of the time it is just annoying and can drive you crazy, this tip will show you how to disable it. This has been tested on ubuntu, openSUSE & FreeBSD, if you know of other system this works on let me know.

On Linux(ubuntu, openSUSE):
1. Open up a console window and edit blacklist file.
$ sudo nano /etc/modprobe.d/blacklist

2. Add following to the end of the file and then save.
# Blacklisting pcspkr
blacklist pcspkr

3. Restart the computer.

On Unix(FreeBSD):
1. Run in console.
$ su root -c ‘ee /etc/rc.conf’

2. Add the following at the end of the file and save.
# Disable pc-speaker
modprobe -r pcspkr

3. Restart computer.

5 Responses to “Disable PC-Speaker”

  1. MonkeeSage Says:

    You can also edit /etc/modprobe.d/blacklist and add the line “blacklist pcspkr” to prevent it from ever being loaded.

  2. soulskater Says:

    Hi.

    True that is also an alternative, thanks for sharing “MonkeeSage”

  3. wow power leveling Says:

    This is my first time comment at your blog.
    Good recommended website.

  4. anhvuitinh Says:

    I don’t have root access to change /etc folder. Is there an alternative way to turn off the beep? I can only write to /home/mylogin folder. Thanks.

  5. soulskater Says:

    Hi

    I’m not sure that it is possible, but I will look into it.

    So stay tuned…

Leave a Reply