Follow the steps as follows:
- Turn on the wireless switch(it still looks like being turned off).
- Now you need to edit the NetworkManager.state file located at/var/lib/NetworkManager/.
So enter the following command in the terminal:
sudo gedit /var/lib/NetworkManager/NetworkManager.state
This will open the NetworkManager.state file in the text editor which will most probably look like below:
[main]
NetworkingEnabled=true
WirelessEnabled=false
WWANEnabled=true
NetworkingEnabled=true
WirelessEnabled=false
WWANEnabled=true
Now, change the line WirelessEnabled=false line to true and save and close the text editor.
Now, pick up the identifier of the wifi(in my case, its 0 for hp-wifi) and just issue the command rfkill unblock 0 and then reboot the system.
This should solve the problem for you. If not, drop your comment here and I'll try to find the best solution for you.
Nenhum comentário:
Postar um comentário