Skip to content

Instantly share code, notes, and snippets.

@m-rey
Last active July 30, 2020 21:15
Show Gist options
  • Save m-rey/e9eee70b78013c2f5fe7d7b1e1e53e26 to your computer and use it in GitHub Desktop.
Save m-rey/e9eee70b78013c2f5fe7d7b1e1e53e26 to your computer and use it in GitHub Desktop.
removes annoying beeps from pc speaker on openSUSE
sudo modprobe -r pcspkr
echo "blacklist pcspkr" | sudo tee /etc/modprobe.d/nobeep.conf > /dev/null
@mschnitzer
Copy link

Thanks for this ear protection tutorial! 👍

@m-rey
Copy link
Author

m-rey commented Jul 30, 2020

This now is its own little project! https://github.com/m-rey/disable-pcspeaker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment