Comment 5 for bug 771857

Revision history for this message
iMac (imac-netstatz) wrote :

After suspend, network manager is doing its interface discover animation,

I just pull up a terminal and run this little script, and Network Manager blinks (as the interface disappears and comes back) and eth0 comes back up.

imac@repo:~$ cat /usr/local/bin/fixnet
#!/bin/sh
rmmod r8169
modprobe r8169

I've been doing this for years.. linux 3.2.0 and still no fix.. seems strange.