Not able turn on the wifi on Lenovo Y520

9,223

Run in a terminal

sudo tee /etc/modprobe.d/ideapad.conf <<< "blacklist ideapad_laptop"

and reboot.

Share:
9,223

Related videos on Youtube

Amit Kumar Gupta
Author by

Amit Kumar Gupta

I am Research Enthusiast working as a full time opensource developer. I used to develop general and generic applications which can give better performance with fewer resources. I am a greedy programmer who likes creative things.

Updated on September 18, 2022

Comments

  • Amit Kumar Gupta
    Amit Kumar Gupta over 1 year

    I have recently installed Ubuntu on a Lenovo Y520. I'm not able to turn on the wifi.

    I heard that there are some issues with WiFi in Ubuntu 17.04 but they all are related to connectivity.

    I wonder if it could be related to BIOS settings as I had to change a few to install Ubuntu on this machine.

    I didn't find any key on the keyboard or any button on the laptop to enable/disable wifi physically.

    Wifi is working fine in Windows OS on the same machine. So I don't think it is switched off.

    03:00.0 Network controller [0280]: Intel Corporation Wireless 8265 / 8275 [8086:24fd] (rev 78)
    Subsystem: Intel Corporation Device [8086:1010]
    Kernel driver in use: iwlwifi
    Kernel modules: iwlwifi
    
    $ rfkill list all
    0: ideapad_wlan: Wireless LAN
        Soft blocked: no
        Hard blocked: yes
    1: ideapad_bluetooth: Bluetooth
        Soft blocked: yes
        Hard blocked: yes
    3: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no
    4: hci0: Bluetooth
        Soft blocked: yes
        Hard blocked: no
    

    There is no change after rfkill unblock all

    • chili555
      chili555 almost 7 years
      Please edit your question to add the result of the terminal command: rfkill list all Also, isn't Fn+F7 the combination to turn on airplane mode which turns off the wireless radio?
    • Amit Kumar Gupta
      Amit Kumar Gupta almost 7 years
      Thanks. Yes. I had already turned airplane mode off. I have also copied intel driver to "/lib/firmware". But it didn't work. I'll update the question with rfkill cmd op.
  • Pilot6
    Pilot6 almost 7 years
    It is a very bad idea to change /etc/network/interfaces . It will disable Network manager. The problem is with rfkill and ideapad_laptop.
  • Amit Kumar Gupta
    Amit Kumar Gupta almost 7 years
    @endrias it dint work.
  • endrias
    endrias almost 7 years
    @AmitGupta what does the command rfkill list reply?
  • Amit Kumar Gupta
    Amit Kumar Gupta almost 7 years
    @endrias added in question. It was saying hard block :yes and soft block: no