Bug 223136

Summary: "yast2 lan" ignores "/etc/modprobe.d/blacklist"
Product: [openSUSE] openSUSE 10.2 Reporter: Frank-Michael Fischer <fmfischer>
Component: YaST2Assignee: Michal Zugec <mzugec>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Major    
Priority: P5 - None    
Version: RC 1   
Target Milestone: ---   
Hardware: i686   
OS: Other   
Whiteboard:
Found By: Beta-Customer Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Frank-Michael Fischer 2006-11-22 04:09:28 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
...
Comment 1 Lukas Ocilka 2006-11-22 11:29:40 UTC

*** This bug has been marked as a duplicate of bug 221815 ***
Comment 2 Frank-Michael Fischer 2006-11-22 12:18:00 UTC
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.
Comment 3 Frank-Michael Fischer 2006-11-23 08:56:36 UTC
I've installed RC1: bug is still there.
Comment 4 Michal Zugec 2006-11-27 09:45:35 UTC
fixed
Comment 5 Frank-Michael Fischer 2006-11-27 09:47:43 UTC
Great, where and how can I test the fix? And when? In which milestone will it be fixed?
Comment 6 Michal Zugec 2006-11-27 10:40:00 UTC
fixed in yast2-printer-2.14.11
will use "modprobe --use-blacklist" instead of pure "modprobe"
Comment 7 Frank-Michael Fischer 2006-11-27 10:47:06 UTC
and in yast2-lan, yast2-sound etc. as well, right?