I am trying to install Ubuntu 14.04.3 on someone's IdeaPad S205. Ever since booting from live USB, WiFi wasn't available, saying it was "disabled by hardware switch".
Yes, I have rebooted a couple of times, toggled the hardware switch, toggles the BIOS switch.
Some console:
$ sudo lshw -C network
[...]
*-network DEAKTIVIERT
Beschreibung: Kabellose Verbindung
Produkt: RT3090 Wireless 802.11n 1T/1R PCIe
Hersteller: Ralink corp.
Physische ID: 0
Bus-Informationen: pci@0000:03:00.0
Logischer Name: wlan0
Version: 00
Seriennummer: 94:39:e5:54:23:e3
Breite: 32 bits
Takt: 33MHz
Fähigkeiten: pm msi pciexpress bus_master cap_list ethernet physical wireless
Konfiguration: broadcast=yes driver=rt2800pci driverversion=3.19.0-26-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11bgn
Ressourcen: irq:18 memory:f0100000-f010ffff
$ rfkill list
0: ideapad_bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
Hardware switch actually disabled
$ rfkill list
0: ideapad_bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: yes
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
I've tried installing rt3290sta
, but that makes it disappear altogether:
$ sudo lshw -C network
[...]
*-network UNGEFORDERT
Beschreibung: Network controller
Produkt: RT3090 Wireless 802.11n 1T/1R PCIe
Hersteller: Ralink corp.
Physische ID: 0
Bus-Informationen: pci@0000:03:00.0
Version: 00
Breite: 32 bits
Takt: 33MHz
Fähigkeiten: pm msi pciexpress cap_list
Konfiguration: latency=0
Ressourcen: memory:f0100000-f010ffff
$ rfkill list
0: ideapad_bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
Other things I tried without success: this, rfkill unblock all
in all variations, this, IDE instead of AHCI
Long story short: No matter what I do, the card pretends to be hardware disabled.
EDIT
$ sudo dmidecode | grep 'System Information' -A8
System Information
Manufacturer: LENOVO
Product Name: 10383EG
Version: Ideapad S205
Serial Number: [...]
UUID: [...]
Wake-up Type: Power Switch
SKU Number: System SKU Number Unknown
Family: IDEAPAD
sudo dmidecode | grep 'System Information' -A8
terminal command. – Pilot6 Sep 02 '15 at 19:19