Comment 7 for bug 56421

Revision history for this message
Ben Collins (ben-collins) wrote : Re: [Bug 56421] Re: ipw3945 doesn't reassociate after suspend

On Sat, 2006-12-16 at 17:51 +0000, merc wrote:
> Hiya,
>
> I am not sure this is gonna help.
> However, I found that ifdown/ifup doesn't actually do the trick.
>
> What you _actually_ need to do is this:
>
>
> #!/bin/bash
>
> #echo Killing the DHCP client...
> killall dhclient3
> rm /var/run/dhclient.eth1.pid
>
> #echo Restarting the DHCP client...
> dhclient3 -pf /var/run/dhclient.eth1.pid -lf /var/lib/dhcp3/dhclient.eth1.leases eth1

Then this is surely a userspace problem.