Last active
December 6, 2018 08:51
-
-
Save geekoff7/0e315d317bac115fc830804540fa7447 to your computer and use it in GitHub Desktop.
remove speaker mod
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo modprobe -r pcspkr | |
If you want to remove it permanently, you gotta tell modprobe to never load this module. | |
In the console, type this : (replace nano with your favorite text editor) | |
Code: | |
sudo nano /etc/modprobe.d/blacklist | |
scroll down to the bottom of the document, and add this : | |
# this is how you mute annoying beeps in console and shutdown | |
blacklist pcspkr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment