2

I have just installed Ubuntu 14.04.2 LTS on my Lenovo-G50-30 laptop, replacing Windows 8. 'Enable wifi' is greyed out. Typing rfkill list all in the terminal tells me that

0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: yes
and
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no

So the problem is presumably that ideapad_wlan is hard blocked. 'sudo rfkill unblock all' doesn't change this. There seems to be no switch on the laptop itself, nor are any of the F keys relevant.

How do I enable WiFi?

Raffles
  • 23

2 Answers2

3

Sometimes this can be fixed by blacklisting the ideapad_laptop module with echo "blacklist ideapad_laptop" | sudo tee /etc/modprobe.d/ideapad.conf and rebooting If it doesn't work the blacklist can be removed with sudo rm /etc/modprobe.d/ideapad.conf There is a fix being worked on and addition models being added and some models are fixed in the Utopic 3.16.0-30 kernel

Dmitry Tunin has made a kernel with the fix if you want to try it, a link from the bug report https://bugs.launchpad.net/ubuntu/+source/linux-lts-utopic/+bug/1397021/comments/6

Jeremy31
  • 13,293
0

I had this problem with my x200 and none of these solutions worked. Turns out I had forgotten to reconnect my CMOS battery and once reconnected it worked. I don't know if this was the cause or if I knocked something accidentally and it started working but if anyone is in a similar situation, it's worth a try.