Bug 398385

Summary: wi-fi connection loss while awaiking from the sleep mode
Product: [Applications] systemsettings Reporter: Leo <leo.wireman>
Component: kcm_networkmanagementAssignee: Jan Grulich <jgrulich>
Status: RESOLVED UPSTREAM    
Severity: normal CC: ego, jgrulich
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Leo 2018-09-08 03:20:18 UTC
After awaiking from the sleep mode, system doesn't make any attempts to reconnectto wi-fi. Unplugging wi-fi' USB cable and plugging it back required every time to establish lost connection. No other way to initiate the reconnection.
Comment 1 Christian Kalkhoff 2018-09-08 21:30:42 UTC
I encounter this from time to time after sleep. One workaround that works for me is to use the command line tool nmcli to bring up the connection. Afterwards the nm-applet works fine again.

At times waiting for about 3-5 minutes also solves the issue.
Comment 2 Jan Grulich 2018-09-20 13:23:35 UTC
This is in my opinion a bug in NetworkManager, we show only connections which are visible by NetworkManager. Can you try to run "nmcli device wifi list" if there are any at the time when you don't see them in applet?
Comment 3 Christian Kalkhoff 2018-09-20 18:19:53 UTC
Indeed it is my workaround to run

nmcli --ask c up SSID

which connects to the given network. Afterwards the connection appears in nm-applet.
Comment 4 Jan Grulich 2018-09-21 07:48:22 UTC
Then it really looks like a problem in NetworkManager, which doesn't expose available networks on DBus. Open please a bug for NetworkManager instead. They have moved their project to GitLab if I'm not mistaken.