FS#24810 - Blacklisting usblp in rc.conf doesn't work.

Attached to Project: Arch Linux
Opened by Darin (omgwtfbyobbq) - Tuesday, 21 June 2011, 03:00 GMT
Last edited by Eric Belanger (Snowman) - Tuesday, 21 June 2011, 03:41 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Blacklisting usblp in rc.conf doesn't work.



Additional info:
I have a Brother hl-2140, and for it to work I need to rmmod usblp and restart cups. I'm not sure if this is because the contents of rc.conf is being ignored in terms of module blacklists, or because some other daemon is loading usblp after somehow, but it gets loaded either way.

MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(!usblp i915 atl1c ath9k snd_hda_intel uvcvideo)

[...]

DAEMONS=(syslog-ng !network !netfs @crond slim !net-profiles mysqld dbus wicd @cups @postfix ntpd)



Steps to reproduce:

Blacklist usblp in rc.conf and check if usblp is loaded after boot. For some reason it requires a minute or so after I login to show up on my computer via lsmod | grep usblp.
This task depends upon

Closed by  Eric Belanger (Snowman)
Tuesday, 21 June 2011, 03:41 GMT
Reason for closing:  Not a bug
Comment by Dave Reisner (falconindy) - Tuesday, 21 June 2011, 03:08 GMT
Please read the news, this was a deliberate change.

http://www.archlinux.org/news/changes-to-module-blacklisting/

Loading...