*** This bug is a duplicate of bug 1286552 ***
    https://bugs.launchpad.net/bugs/1286552

I have an Asus X61SL laptop suffering from the same problem and  I solved like 
this:
First make use 'nmcli nm' to check the stats of the network manager, if its 
stats is asleep then all you have to do is this : 'sudo nmcli nm sleep false' 
and it will start working. To make the change permenant add the following 
script to '/etc/pm/sleep.d': 

#!/bin/sh

case "${1}" in
        resume|thaw)
                nmcli nm sleep false
                ;;
esac

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

Title:
  [Asus UX31A] suspend/resume failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1295285/+subscriptions

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

Reply via email to