After adding this script to /usr/lib/pm-utils/sleep.d and putting it so it runs 
after 10NetworkManager (ie. calling it 11fixg3):
#!/bin/bash
case "$1" in
    hibernate|suspend)

    pkill -f /sbin/dhclient
    rmmod tg3
    sleep 2
    ;;
    *)
    ;;
esac

I am of course obliged  to modprobe tg3 after resuming from suspend to
ram but the problem with the network card nearly disappear (I am oblige
to reboot around once every 15 resume).

-- 
tg3 not working after s2ram on linux 2.27-9
https://bugs.launchpad.net/bugs/309485
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to