Created
August 11, 2017 08:56
-
-
Save deepakpk009/c4de4084c2196db77168560648b2b918 to your computer and use it in GitHub Desktop.
wifi not connecting problem 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
sometimes in ubuntu the wifi will not connect to the network, | |
it will continiously try to connect to a wifi network but will fail | |
continously. for this apply the following fix: | |
1. open terminal - > type in 'ifconfig' -> enter | |
it will list the available networks like this: | |
enp2s0 Link encap:Ethernet | |
lo Link encap:Local Loopback | |
wlp3s0 Link encap:Ethernet | |
2. now enter 'ifconfig wlp3s0 down' | |
this command needs super user privilages so do use sudo. | |
3. now enter 'ifconfig wlp3s0 up' | |
now try connecting to the network. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment