You are not logged in.
Pages: 1
in /etc/rc.conf, add in
MODULES=(!snd_pcsp !pcspkr)
but why system still exist beep sound?
Offline
If you spent a few seconds searching the Arch Wiki you would find
https://wiki.archlinux.org/index.php/Di … eaker_Beep
and how to turn it off in
GUI's?? We don't need no stinkin' GUI's!!!
Offline
I personally blacklist it in /etc/modprobe.d/modprobe.conf
blacklist pcspkr
blacklist snd_pcspOffline
ArchBang by default has/should have a modprobe.conf
alias floppy off
blacklist fd0
blacklist floppy
blacklist ipv6
blacklist bcma
blacklist pcspkr
blacklist snd_pcspin /etc/modprobe.d
GUI's?? We don't need no stinkin' GUI's!!!
Offline
I made a file /etc/modprobe.d/blacklist.conf to hold my blacklist.
It works fine.
Online
Pages: 1