When working or switching on-off the computer, the pc speaker beeps, which is very annoying.
To remove the beeping forever use this command (blacklisting it's driver):
sudo sh -c "echo blacklist pcspkr >> /etc/modprobe.d/blacklist"
The speaker will not work from the next reboot. To remove the driver module from the current session you can use the following:
sudo rmmod pcspkr
To make the flashing instead of beeping:
touch ~/.inputrc && echo set bell-style visible > ~/.inputrc
or use none instead of visible.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment