Same problem here, Ubuntu 14.04, fresh install on a new Lenovo Y50.

This was the only workaround that helped me. I don't know if some of
these lines are unnecessary, but only using all of them it works.

#!/bin/sh

case "${1}" in
        resume|thaw)
        nmcli nm sleep false
        modprobe -rv iwldvm iwlwifi
        modprobe -v iwlwifi
        modprobe -v iwldvm
        killall wpa_supplicant
        dhclient -r wlan0
        dhclient wlan0 
        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/1311257

Title:
  Wifi cannot connect or unstable after suspend 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-nettool/+bug/1311257/+subscriptions

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

Reply via email to