Wireless is disabled by hardware switch. Wifi doesn't work! (hard blocked: yes, Lenovo Y580, Ubuntu 13.10)

55,755

Solution 1

For my Lenovo Thinkpad's this worked.

Type this in a terminal(that can be opened with Ctrl+Alt+t):-

sudo nano /etc/modprobe.d/blacklist.conf

and add this at the end of that file:-

blacklist ideapad_laptop

and then save the file.

Now reboot.

Solution 2

This worked for my Lenovo Miix 2 11'' i5:

You can temporarily disable ideapad_laptop by

sudo modprobe -r ideapad_laptop

If your WiFi works now you can follow krishcdbry's solution

Solution 3

The solutions above did not work for me (HP 6910p). I ended up finding a YouTube video where a guy just set BIOS back to defaults, saved and then booted normally. I didn't believe something so simple would work but I was desperate. Anyway, it works! I wonder why this bug hasn't been fixed yet... There are a lot of articles dedicated to trying to solve it!

Solution 4

You should click "Suspend", and then wake computer.
It works for me. (Asus x75vcp, Ubuntu 14.04 LTS x64)

Solution 5

Some laptops have Fn key (red color), and wifi can be disabled or enabled using said Fn key in combination with Function key (usually F5).

Try doing that.

Share:
55,755

Related videos on Youtube

user218158
Author by

user218158

Updated on September 18, 2022

Comments

  • user218158
    user218158 over 1 year

    I have a problem with wifi on my laptop Lenovo Ideapad Y580 (bought with pre-installed Windows 7 Home Premium 64bit). After uninstall Win7 and install Ubuntu 13.10 64bit (where normal wired internet is working) wifi doesn't work!

    Wireless is disabled by hardware switch.

    rfkill list all

    martin@martin-Y580:~$ rfkill list all
    0: ideapad_wlan: Wireless LAN
        Soft blocked: no
        Hard blocked: no
    1: ideapad_bluetooth: Bluetooth
        Soft blocked: no
        Hard blocked: no
    2: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: yes
    

    I checked the BIOS, and the wireless card is enabled there.

    Fn + F5 didn't work, and my computer doesn't have a physical switch on the outside, which is why I asked here.

    rfkill unblock all change only soft blocks, and sudo ifconfig wlan0 up shows me this: SIOCSIFFLAGS: Operation not possible due to RF-kill.

    Some specifications:

    lshw -class network

    martin@martin-Y580:~$ lshw -class network
    *-network DISABLED
           description: Wireless interface
           product: Centrino Wireless-N 2200
           vendor: Intel Corporation
           physical id: 0
           bus info: pci@0000:03:00.0
           logical name: wlan0
           version: c4
           serial: 9c:4e:36:4c:9f:7c
           width: 64 bits
           clock: 33MHz
           capabilities: bus_master cap_list ethernet physical wireless
           configuration: broadcast=yes driver=iwlwifi driverversion=3.11.0-13-generic firmware=18.168.6.1 latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
           resources: irq:43 memory:d3500000-d3501fff
    

    lspci

    martin@martin-Y580:~$ lspci
    00:00.0 Host bridge: Intel Corporation 3rd Gen Core processor DRAM Controller (rev 09)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
    00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
    00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
    00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
    00:1c.1 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 (rev c4)
    00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
    00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation HM76 Express Chipset LPC Controller (rev 04)
    00:1f.2 IDE interface: Intel Corporation 7 Series Chipset Family 4-port SATA Controller [IDE mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
    00:1f.5 IDE interface: Intel Corporation 7 Series Chipset Family 2-port SATA Controller [IDE mode] (rev 04)
    01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GTX 660M] (rev a1)
    02:00.0 Ethernet controller: Qualcomm Atheros AR8161 Gigabit Ethernet (rev 08)
    03:00.0 Network controller: Intel Corporation Centrino Wireless-N 2200 (rev c4)
    04:00.0 System peripheral: JMicron Technology Corp. SD/MMC Host Controller (rev 30)
    04:00.2 SD Host controller: JMicron Technology Corp. Standard SD Host Controller (rev 30)
    04:00.3 System peripheral: JMicron Technology Corp. MS Host Controller (rev 30)
    04:00.4 System peripheral: JMicron Technology Corp. xD Host Controller (rev 30)
    

    uname -a

    martin@martin-Y580:~$ uname -a
    Linux martin-Y580 3.11.0-13-generic #20-Ubuntu SMP Wed Oct 23 07:38:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux`
    

    How can I solve this issue ?

    • Stanton.Sculpture
      Stanton.Sculpture over 10 years
      I'm having a similar problem in 13.10. lshw says my ethernet bridge is disabled. Is this related to you'r problem?
    • user218158
      user218158 over 10 years
      I think so. What are we gonna do?
    • Stanton.Sculpture
      Stanton.Sculpture over 10 years
      Update. Ok so I got my system working again. I checked the network icon in the notification bar and I clicked "enable networking" which I never had to do before and I clicked "auto ethernet" which was also never an option before, at least that I could notice. Anyway, now it is working and I don't know how networking got disabled or what, but thats what I had to do. I don't know if this answers your question, but give it a try it worked for me.
  • Nagendra Rao
    Nagendra Rao almost 10 years
    This worked for me! Asus Ubuntu 14.04 LTS AMD64.
  • Jose Ospina
    Jose Ospina about 7 years
    This worked for me too
  • tyleha
    tyleha over 6 years
    Worked for my Lenovo IdeaPad Miix 510
  • fireball.1
    fireball.1 about 5 years
    Didn't work for my ideapad 500
  • Max Gabderakhmanov
    Max Gabderakhmanov about 5 years
    This helped me!
  • sanyassh
    sanyassh about 4 years
    Can confirm that it works for Ubuntu 18.04 and Lenovo Legion Y540 (and user297165's answer too)