Hi there, I understand the frustration of not being able to use your Wi-Fi. It happens. I've had this problem in the past, but I resolved it using the method described below.
Open up a terminal and do:
- Code: Select all
rfkill list all
If it yields something like:
1: dell-wifi: Wireless LAN
Soft Blocked: yes
Hard Blocked: yes
2: dell-bluetooth: Bluetooth
Soft blocked: yes
Hard Blocked: no
3: phy0: Wireless LAN
Soft Blocked: no
Hard Blocked: Yesthen it means your Wi-Fi is blocked.
If that's the case, do:
- Code: Select all
sudo rfkill unblock all
It worked for me. I hope this helps.
