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 Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1589401

Title:
  cannot view wifi networks after re-enabling wifi

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1589401/+subscriptions

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

Reply via email to