Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 142518

Summary: net-wireless/ipw3945d-1.7.22 does not install modules.d entry
Product: Gentoo Linux Reporter: srrijkers
Component: New packagesAssignee: Christian Heim (RETIRED) <phreak>
Status: RESOLVED FIXED    
Severity: normal CC: dev-zero, mobile+disabled
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description srrijkers 2006-08-02 03:09:36 UTC
The ipw3945d-1.7.22 ebuild fails to copy the necessary modules.d file. This is not strange considering the fact that it does a newins "${FILESDIR}"/${P}-modprobe.conf ${PN}, and the files directory only contains ipw3945d-1.7.18-modprobe.conf.
Comment 1 Christian Heim (RETIRED) gentoo-dev 2006-08-02 05:18:24 UTC
Fixed in CVS, sorry for the inconvenience.
Comment 2 Sebastian Bergmann (RETIRED) gentoo-dev 2006-08-02 08:16:19 UTC
Even with the modules.d file ipw3945d does not start automatically for me, it never has for the two months or so I am using it now. I have to start it manually.
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2006-08-02 08:41:27 UTC
Actually me too.  I've had my dell for about 2 months, and I've got in my /etc/conf.d/local.start file:

rmmod ipw3945
modprobe ipw3945


And that makes things work. Otherwise, when udev/coldplug detects the device, it never connects.  Perhaps we should file a separate bug though.
Comment 4 Tiziano Müller (RETIRED) gentoo-dev 2006-08-02 08:59:44 UTC
(In reply to comment #3)
> Actually me too.  I've had my dell for about 2 months, and I've got in my
> /etc/conf.d/local.start file:
> 
> rmmod ipw3945
> modprobe ipw3945
> 
> 
> And that makes things work. Otherwise, when udev/coldplug detects the device,
> it never connects.  Perhaps we should file a separate bug though.
> 
The problem is that coldplug "comes up" before "modules.conf" is being generated from the modules.d (and other) content. I would consider this as a bug.
Comment 5 Seemant Kulleen (RETIRED) gentoo-dev 2006-08-02 09:07:32 UTC
ok, people, let's take this discussion to bug #142560 instead.  I've added the two of you to cc there.