I have a workaround that isn't particularly elegant but does the trick
for me: have the NetworkManager automatically restart at resume.

1. add file to /etc/pm/sleep.d/  , e.g. call it 99_restart-network-manager, and 
make it executable
2. in the file, put 
#!/bin/bash

case "${1}" in
    resume|thaw)
        restart network-manager
;;
esac

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027202

Title:
  Does not connect (to wired network) after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1027202/+subscriptions

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

Reply via email to