2

In rfkill it shows wifi is hard block and bluetooth is also hardblock. Bluetooth soft unlock is working but wifi soft unlock is not working. Bios wifi is enabled.

Can any body help me fix this?

Parto
  • 15,325
  • 24
  • 86
  • 117

3 Answers3

1

try removing the ideapad_laptop module

for one time test:

sudo rmmod ideapad_laptop

for working after reboot:

echo "blacklist ideapad_laptop" | sudo tee -a /etc/modprobe.d/blacklist-ideapad.conf

I had the same issue, and solved for me. (The solution can also be found here:Wifi Not Working On Ubuntu 14.04 Lenovo G 50-30 )

sboda
  • 512
0

The answer is:

sudo modprobe -r ideapad-laptop
sudo rfkill unblock all
rfkill list all
QkiZ
  • 1,227
0

This problem has been fixed by me in Ubuntu kernel 3.19.0-26, that is now available for Ubuntu 14.04 and 15.04.

If you are affected by this issue, update the kernel by running

sudo apt-get install linux-generic-lts-vivid
Pilot6
  • 90,100
  • 91
  • 213
  • 324