You are not logged in.
Pages: 1
I have blacklisted the obnoxious pcspkr module in /etc/rc.conf (using the new blacklist mechanism), but it still loads at boot.
"modprobe -l pcspkr" yields
kernel/drivers/input/misc/pcspkr.ko.gz
Why could this blacklisted module be loading?
Offline
module blacklisting is deprecated in rc.conf now - see http://www.archlinux.org/news/changes-t … cklisting/
EDIT: I'm confused as you say you're blacklisting it in rc.conf yet are using the "new blacklist mechanism"?
Last edited by kennyd (2011-06-13 23:29:54)
Offline
Lagrange,
perhaps it is being loaded by another module.
Try:
Alternatively, to ensure that the modules are never inserted, even if they are needed by other modules you load:
install mod1 /bin/false
install mod2 /bin/false
install mod3 /bin/false
Mektub
Follow me on twitter: https://twitter.com/johnbina
Offline
Pages: 1