DISQUS

Tech-Recipes: Ubuntu: Disable the System Beep | Linux | Tech-Recipes

  • Wim Deblauwe · 10 months ago
    Great recipe, always found this annoying
  • beep_annoyed · 6 months ago
    Thanks!
  • Kleber Souza · 2 weeks ago
    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!