ok i do this
sudo rmmod pcspkr
and that turns off the speaker so it doesn't go BEEP when you do something...
but my problem is, that resets when i turn off my compute,r i have to do it everytime i start my computer... so how do i make it do it permadently????
make it a boot script?
Just blacklist the module.Code:
sudo -s
echo quot;blacklist pcspkrquot; gt;gt; /etc/modprobe.d/blacklist
exit |