I have Ubuntu 14.04 and we have Wifi in the house. Lately (every 2 days), my laptop fails to connect. The Wifi sign loads forever (you know the white lines going bottom-up recursively).
The issue is resolved with restarting the rooter. However, this causes problems to the other people that are successfully connected to internet (father and brother) via Windows OSes and the telephone which needs a non-negligible time to recover.
So, I was wondering if there is something I could do in person to try to recover, maybe resetting something, like my DNS configuration or something? I have no idea, do you? :)
sudo service NetworkManager restart
. – Jos Apr 28 '16 at 12:56sudo service network-manager restart
. – chili555 Apr 28 '16 at 12:59systemctl restart NetworkManager
andsystemctl restart network-manager
work. And they start up the same serviceNetworkManager.service
. Apparently, someone has had the good idea to create an alias. – Jos Apr 28 '16 at 13:03nmcli
. – gsamaras Apr 28 '16 at 13:04See here for more info: https://askubuntu.com/questions/461825/connect-to-wifi-from-command-line
– jringoot Apr 28 '16 at 13:08