Bugzilla – Bug 223136
"yast2 lan" ignores "/etc/modprobe.d/blacklist"
Last modified: 2006-11-27 10:47:06 UTC
I cannot prevent "yast2 lan" from loading a blacklisted module: little:/home/fmf # lsmod|grep acx little:/home/fmf # yast2 lan little:/home/fmf # lsmod|grep acx acx 145032 0 firmware_class 14080 1 acx usbcore 114896 4 acx,ehci_hcd,ohci_hcd,uhci_hcd little:/home/fmf # less /etc/modprobe.d/blacklist # # $Id: blacklist,v 1.10 2004/03/30 08:32:24 adrian Exp $ # # Listing a module here prevents modprobe from loading it via modalias (only # aliases from /lib/modules/*/modules.alias). You may still load it explicitely. # We blacklist some modules becaus they may harm on certain devices or they # prevent other modules from grabbing the device. # # Syntax: blacklist <driver name> # See 'man modprobe'. # # too many Tx errors blacklist acx ...
*** This bug has been marked as a duplicate of bug 221815 ***
How does the fix for bug 221815 make sure that e.g. YaST2 LAN uses /etc/modprobe.d/blacklist later on, not during installation? I doubt this bug here is a duplicate of bug 221815 and therefore suggest to reopen this one.
I've installed RC1: bug is still there.
fixed
Great, where and how can I test the fix? And when? In which milestone will it be fixed?
fixed in yast2-printer-2.14.11 will use "modprobe --use-blacklist" instead of pure "modprobe"
and in yast2-lan, yast2-sound etc. as well, right?