[Bug 1311257] Re: Wifi cannot connect or unstable after suspend 14.04

2014-07-07 Thread Kevin Lyda
I have the same issue.  Upgraded 12.04 to 14.04 on a Lenovo T530.
Killing wpa_supplicant resolves the issue, so I wrote the following
script which seems to work:

Put it in /etc/pm/sleep.d/wpa_supplicant_workaround :

#!/bin/sh

case $1 in
  resume|thaw)
killall wpa_supplicant
;;
esac

Not really ideal, but it saves a bit of typing at each resume.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-nettool in 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

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


[Bug 1311257] Re: Wifi cannot connect or unstable after suspend 14.04

2014-07-07 Thread Kevin Lyda
Hm...
http://ubuntuforums.org/showthread.php?t=2182058p=12824696#post12824696

That indicates a different solution might work - replace killall
wpa_supplicant above with nmcli nm sleep false. I haven't tried it
but it might work. And it might help Ubuntu devs towards a solution.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-nettool in 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

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