Skip to content

Instantly share code, notes, and snippets.

@dbirks
Last active June 21, 2017 12:23
Show Gist options
  • Save dbirks/e5f4d637c64d473912faba603d18a903 to your computer and use it in GitHub Desktop.
Save dbirks/e5f4d637c64d473912faba603d18a903 to your computer and use it in GitHub Desktop.
To disable system beep

To disable the system beep on your Linux system, as root, enter:

rmmod pcspkr

Then to prevent the module from loading on reboot, enter:

echo "blacklist pcspkr" >> /etc/modprobe.d/blacklist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment