I have a hp pavilion G6 2231-tx laptop running ubuntu 14.04 and windows dual boot. The wifi on my laptop is not working in ubuntu. It shows Wi-fi is disabled by hardware swith when I hover over the network icon in the top right corner of my desktop.
I have seen several posts like:
How do I fix a "Wireless is disabled by hardware switch" error?
Wifi disabled by hardware switch
and many more.
Things I have already tried:
- Checked the bios.
- Hardware switch on my keyboard(f12/fn+f12)
rfkill unblock all
- Install wifi driver,Installing Broadcom Wireless Drivers (
lspci -nn -d 14e4:
returned no result though) - Checked
/etc/modprobe.d/blacklist.conf
what's blacklisted.
but those were of no help. Pls suggest a solution.
Edit
lspci -knn | grep Net -A2; rfkill list
returns
07:00.0 Network controller [0280]: Ralink corp. RT3290 Wireless 802.11n 1T/1R PCIe [1814:3290]
Subsystem: Hewlett-Packard Company Ralink RT3290LE 802.11bgn 1x1 Wi-Fi and Bluetooth 4.0 Combo Adapter [103c:18ec]
Kernel driver in use: rt2800pci
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
EDIT2
Now I followed this: Ralink rt3290 wifi driver is not working in Ubuntu 14.04
Now the message that "Wirelss is disabled by hardware switch" is removed but now there is no wifi signal at all.
now rfkill list
returns no result.
lspci -knn | grep Net -A2; rfkill list
terminal command. – Pilot6 Apr 01 '16 at 07:09