> Then this is surely a userspace problem. ...is anybody dealing with this? My script now reads:
#!/bin/bash echo Killing dhclient3 and ipw3945d killall dhclient3 killall /sbin/ipw3945d-2.6.19-7-generic echo Wait 2 secs... sleep 2 echo Taking the modules out rmmod ipw3945 rmmod ieee80211 echo Deleting the PIDs rm -f /var/run/ipw3945d.pid rm -f /var/run/dhclient.eth1.pid echo Wait 1 sec... sleep 1 echo Inserting the ipw3945 module modprobe ipw3945 echo Wait 1 sec... sleep 1 echo Running the dhclient dhclient3 -pf /var/run/dhclient.eth1.pid -lf /var/lib/dhcp3/dhclient.eth1.leases eth1 It took a lot of trial-and-error. I *suspect* it's the interaction with the ipw3945d daemon that makes everything go bananas... Merc. -- ipw3945 doesn't reassociate after suspend https://launchpad.net/bugs/56421 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs