Comment 5 for bug 208103

Revision history for this message
Martin Nowack (martin-nowack) wrote : Re: Upgrade from 0.99.2-3ubuntu5 to 0.99.2-3ubuntu6 breaks wireless after resume (iwl3945)

I had somehow the same problem. But I don't think it is a pm-utils problem it is just triggered through suspend/resume.

You have a udev problem, because following in your dmesg output:

wlan0_rename

and after resume:

wmaster0

Solution:
Remove the following file it gets regenerated after the next reboot:

rm /etc/udev/rules.d/70-persistent-net.rules

Maybe you've got a long bootup delay too, this will be gone too ;)