Created
December 13, 2018 14:26
-
-
Save deepakpk009/a6764c2b99d7c94022531fa2ed9bca33 to your computer and use it in GitHub Desktop.
Wifi network listing not working in ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Restart network manager. | |
sudo service network-manager restart | |
Restart the nm applet. | |
killall nm-applet && nm-applet & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment