Re: [Touch-packages] [Bug 1585863] Re: WiFi malfunction after suspend & resume stress - sudo wpa_cli scan required to fix it.

2017-02-03 Thread auspex
Seems to me that if NM stalls due to a race condition, then restarting NM *is* a workaround, so yes, adding additional scripts to systemd is a solution, but not the "answer". derek On Fri, Feb 3, 2017 at 1:11 AM, Tony Espy <1585...@bugs.launchpad.net> wrote: > @Kevin > > NetworkManager already h

[Touch-packages] [Bug 1585863] Re: WiFi malfunction after suspend & resume stress - sudo wpa_cli scan required to fix it.

2016-12-22 Thread auspex
You're kidding? "no longer affects:network-manager" It certainly did as recently as yesterday! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1585863 Title:

[Touch-packages] [Bug 1585863] Re: WiFi malfunction after suspend & resume stress - sudo wpa_cli scan required to fix it.

2016-11-18 Thread auspex
@JaSauders I think the downside is that restarting NetworkManager, on a system that doesn't have any problem with network connections after a suspend event (and that surely must be most systems, or this would be fixed already) will result in a much slower reconnection to the network. -- You recei

Re: [Touch-packages] [Bug 1585863] Re: WiFi malfunction after suspend & resume stress - sudo wpa_cli scan required to fix it.

2016-11-17 Thread auspex
btw, merely restarting Network Manager never worked for me. I have to remove iwlwifi and reload it. derek On Thu, Nov 17, 2016 at 2:18 PM, Derek Broughton wrote: > We used to have this. I'm sure, a decade ago, I could actually tell > whatever was managing the hibernate/suspend, in the gui, to r

Re: [Touch-packages] [Bug 1585863] Re: WiFi malfunction after suspend & resume stress - sudo wpa_cli scan required to fix it.

2016-11-17 Thread auspex
We used to have this. I'm sure, a decade ago, I could actually tell whatever was managing the hibernate/suspend, in the gui, to remove certain kernel modules on suspend and load them on resume. Now we're right back to needing it. derek On Thu, Nov 17, 2016 at 1:59 PM, Hans Deragon wrote: > This

Re: [Touch-packages] [Bug 1585863] Re: WiFi malfunction after suspend & resume stress - sudo wpa_cli scan required to fix it.

2016-08-04 Thread auspex
You can try having the script do "modprobe -r" and "modprobe" on your wifi module. That should always work, but seemed like overkill in my case. In any case, these are workarounds, not fixes. On 4 Aug 2016 6:01 a.m., "Aleve Sicofante" wrote: > @auspex: Your

[Touch-packages] [Bug 1585863] Re: WiFi malfunction after suspend & resume stress - sudo wpa_cli scan required to fix it.

2016-07-23 Thread auspex
I finally worked around my problem by adding a script in /lib/systemd /system-sleep/: $ cat /lib/systemd/system-sleep/12_wifi #!/bin/bash case $1 in "post") # disable/enable wifi rfkill block wifi; rfkill unblock wifi logger "reenabled wifi" ;;

[Touch-packages] [Bug 1585863] Re: WiFi malfunction after suspend & resume stress - sudo wpa_cli scan required to fix it.

2016-07-14 Thread auspex
because restarting network-manager from sleep.d isn't even a workaround, let alone a fix. With that, my network successfully reconnects just about as often as if there is nothing in sleep.d. Which, apparently, would be because /etc/pm/sleep.d is never invoked. -- You received this bug notifica

[Touch-packages] [Bug 1569674] Re: [Kubuntu] Fail to connect to wifi after a recent update

2016-05-02 Thread auspex
Please don't suggest installing non-standard packages as a "fix" for broken packages in the default setup. Yeah, Network-manager is a pain and always has been, but until the distros choose to focus on Wicd rather than network-manager, NM is the tool that HAS to work to keep interest in Linux up. -

[Touch-packages] [Bug 1296133] Re: Suspend and hibernate missing from KMenu and Power Management in System settings

2014-10-14 Thread auspex
What would have fixed it? Given that there are all kinds of things that have worked for some, and not for others, unless we know a specific change that should fix the behaviour, I'd say there's still a bug. -- You received this bug notification because you are a member of Ubuntu Touch seeded pack