This problem happens to due to either your systems hard switch off or soft blocked
If hard switch is off turn it on and check the wifi connection is now working if not, open the Terminal by pressing keys Alt+Ctrl+T and type or copy and paste the following command in the Terminal:
sudo rfkill list all
It list all your system supporting features eg. Bluetooth, wifi as following screenshot
In above screenshot bluetooth is soft blocked so it can turned on by doing following:
Now copy and paste following command in the terminal:
sudo rfkill unblock bluetooth
or all features can turned on by one command as follows:
sudo rfkill unblock all
Now check again if all soft blocked Bluetooth, wifi etc turn on or not by copy and paste following command in the terminal:
sudo rfkill list all
Now you can surely connect to your wifi network or bluetooth devices.
If hard switch is off turn it on and check the wifi connection is now working if not, open the Terminal by pressing keys Alt+Ctrl+T and type or copy and paste the following command in the Terminal:
sudo rfkill list all
It list all your system supporting features eg. Bluetooth, wifi as following screenshot
In above screenshot bluetooth is soft blocked so it can turned on by doing following:
Now copy and paste following command in the terminal:
sudo rfkill unblock bluetooth
or all features can turned on by one command as follows:
sudo rfkill unblock all
Now check again if all soft blocked Bluetooth, wifi etc turn on or not by copy and paste following command in the terminal:
sudo rfkill list all
Now you can surely connect to your wifi network or bluetooth devices.
No comments:
Post a Comment