For me 'systemctl restart NetworkManager.service' fixes it until the next reboot - which is less than once a week, I only suspend the laptop. So my workaround is to run it as cron job after reboot:
> sudo crontab -e add the line: @reboot sleep 10 && systemctl restart NetworkManager.service This instructs the system to wait for 10 seconds after reboot and then restart the service; experiment with the 10 seconds, might not be enough for slower/older laptops. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/1589401 Title: cannot view wifi networks after re-enabling wifi Status in NetworkManager: Confirmed Status in network-manager package in Ubuntu: Confirmed Bug description: after re enabling wifi, up-down arrows just like wired network. cannot see any wifi ssid. To manage notifications about this bug go to: https://bugs.launchpad.net/network-manager/+bug/1589401/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp