Bug 142518 - net-wireless/ipw3945d-1.7.22 does not install modules.d entry
Bug#: 142518 Product:  Gentoo Linux Version: 2006.0 Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: phreak@gentoo.org Reported By: srrijkers@gmail.com
Component: Ebuilds
URL: 
Summary: net-wireless/ipw3945d-1.7.22 does not install modules.d entry
Keywords:  
Status Whiteboard: 
Opened: 2006-08-02 03:09 0000
Description:   Opened: 2006-08-02 03:09 0000
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 From Christian Heim (RETIRED) 2006-08-02 05:18:24 0000 -------
Fixed in CVS, sorry for the inconvenience.

------- Comment #2 From Sebastian Bergmann (RETIRED) 2006-08-02 08:16:19 0000 -------
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 From Seemant Kulleen (RETIRED) 2006-08-02 08:41:27 0000 -------
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 From Tiziano Müller 2006-08-02 08:59:44 0000 -------
(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 From Seemant Kulleen (RETIRED) 2006-08-02 09:07:32 0000 -------
ok, people, let's take this discussion to bug #142560 instead.  I've added the
two of you to cc there.