Hi, via-rhine-dkms doesn't work. Try this, that works for me :

1. create file /etc/pm/sleep.d/11ethernet

2. Put this into :

#!/bin/bash
case $1 in
    suspend)
        rmmod via_rhine
        ;;
    resume)
        modprobe via_rhine
        ;;
esac

3. save and make it executable chmod +x

4. I hope it's working for you, and sorry for my english:)

-- 
via-rhine network adapater won't work on resume
https://bugs.launchpad.net/bugs/267779
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