[ATrpms-users] ipw3945 fails for kernel-2.6.16-1.2133_FC5smp
Phil Schaffner
P.R.Schaffner at IEEE.org
Sat Jun 24 12:55:33 CEST 2006
On Wed, 2006-06-21 at 12:41 +0200, Axel Thimm wrote:
> On Tue, Jun 20, 2006 at 10:56:56PM -0400, Phil Schaffner wrote:
> > On Tue, 2006-06-20 at 08:33 +0200, Axel Thimm wrote:
> > > Hi,
> > >
> > > can you try the latest available packages?
> >
> > Axel,
> >
> > New versions are working:
> >
> > ieee80211-kmdl-2.6.16-1.2133_FC5smp-1.1.14-11.rhfc5.at
> > ipw3945-kmdl-2.6.16-1.2133_FC5smp-1.0.10-10.rhfc5.at
> >
> > Thanks!
> >
> > Still seeing the messages about ipw945d:
> > Error: Missing Dependency: ipw3945d = 1.7.18 is needed by package ipw3945-kmdl-2.6.16-1.2122_FC5
> > Error: Missing Dependency: ipw3945d = 1.7.18 is needed by package ipw3945-kmdl-2.6.16-1.2122_FC5smp
> >
> > I presume this would disappear if I removed the 2122 packages, but I
> > like to leave a fall-back kernel.
>
> Yes, that's because the kmdls aren't rebuilt for 2122 anymore, so any
> bugs remain :/
OK - can't worry about obsoleted kernels. Removed the old ones after
finding 2133 to be stable and updated.
One more related issue. Had to modify the ipw3945d SysV init script to
get the networking to work correctly at boot time. The chkconfig
parameters had it starting very late so the network script was failing.
Here's what works for me:
# diff -u ipw3945d.orig /etc/init.d/ipw3945d
--- ipw3945d.orig 2006-06-12 06:37:35.000000000 -0400
+++ /etc/init.d/ipw3945d 2006-06-24 06:50:42.000000000 -0400
@@ -2,9 +2,11 @@
#
# ipw3945 Bring up/down integrated wireless networking (ipw3945)
#
-# chkconfig: 2345 90 10
+# chkconfig: 2345 10 91
# description: Activates/Deactivates eth1 wireless interface (ipw3945)
#
+# changed from 90 10 to 10 91, added sleep, to work with networking
+#
### BEGIN INIT INFO
# # ipw3945d --help
@@ -46,6 +48,7 @@
/sbin/ipw3945d
#ifup eth1
+ sleep 5
echo "ipw3945d started .."
;;
Phil
More information about the atrpms-users
mailing list