Disable the System Beep from the Command Line
#sudo vi /etc/modprobe.d/blacklist
And then add:
#pc speaker beep
blacklist pcspkr
Save and quit the file:
:wq
Now, remove the pcspkr module:
sudo rmmod pcspkr
Related Posts
Tags: system beep
#sudo vi /etc/modprobe.d/blacklist
And then add:
#pc speaker beep
blacklist pcspkr
Save and quit the file:
:wq
Now, remove the pcspkr module:
sudo rmmod pcspkr
Tags: system beep