Short version of the story....
The laptop has a Radio On / Off button, is lit (blue) cannot be turned off manually; just does nothing. Only time that goes amber is during reboot.
The MCC shows the wireless adapter and seems to be acting normal. However, not able to see any available networks.
The NIC (RJ45) works, no issues there.
Gives me the impression that is turned off and I have no idea on how to turn it on.
OS is Mageia 5 (updated to latest changes)
Kernel 4.1.15-desktop-2.mga5
- Code: Select all
Using iwconfig command:
wls1 IEEE 802.11bg ESSID: off/any
Mode: Managed Access Point: Not-Associated Tx-Power=off
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
%%%%%%%%%%%%%%%%%%%%%
rfkill list command:
0: hp-wifi: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
%%%%%%%%%%%%%%%%%%%%%
After using rfkill unblock 0:
0: hp-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
%%%%%%%%%%%%%%%%%%%%%
After using rfkill unblock 1:
0: hp-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
Thanks in advance.