Conversation
Notices
-
-
@skazhy blacklist pcspkr in rc.conf
-
@skazhy temp: 'modprobe -r pcspkr' perm: 'echo "blacklist pcspkr >> /etc/modprobe.d/blacklist.conf' (run those as root/sudo) !linux
chinablues likes this. -
@yamatt And me, it annoys the hell out of me...
-
@skazhy correction, permanent one is: echo "blacklist pcspkr" >> /etc/modprobe.d/blacklist.conf
chinablues likes this. -
@skazhy in /etc/rc.conf MODULES=(!pcspkr)
-
@skazhy also setterm -bfreq 0 in the console or xset -b b 0 in X
-
@warbo sudo does not work with redirections: 'echo pcspkr | sudo tee /etc/modprobe.d/blacklist.conf' should work :)
-