Sem fio desabilitado por switch de hardware Lenovo Y40

0

Eu recentemente tenho um laptop Lenovo Y40 e depois que eu instalei o Ubuntu 14.04 (também no Live USB) Wireless não funciona. Ele diz que ele é desativado por switch de hardware, no entanto, o switch de hardware não funciona (sua intenção é colocar no modo de avião, mas não faz nada quando pressionado no Ubuntu) funciona sem fio no windows e o BIOS habilitado. Eu tentei reiniciar o BIOS, mas ainda não funciona. Aqui estão algumas saídas de comando

lspci:

03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
04:00.0 Network controller: Intel Corporation Wireless 3160 (rev 93)

rfkill listar todos:

0: ideapad_wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: yes
1: ideapad_bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: yes
2: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
3: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

lswh:

   *-network
        description: Ethernet interface
        product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
        vendor: Realtek Semiconductor Co., Ltd.
        physical id: 0
        bus info: pci@0000:03:00.0
        logical name: eth0
        version: 10
        serial: f8:a9:63:31:2e:b6
        size: 1Gbit/s
        capacity: 1Gbit/s
        width: 64 bits
        clock: 33MHz
        capabilities: bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
        configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168g-3_0.0.1 04/23/13 ip=192.168.1.4 latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
        resources: irq:64 ioport:4000(size=256) memory:c0604000-c0604fff memory:c0600000-c0603fff
*-pci:3
     description: PCI bridge
     product: Lynx Point-LP PCI Express Root Port 4
     vendor: Intel Corporation
     physical id: 1c.3
     bus info: pci@0000:00:1c.3
     version: e4
     width: 32 bits
     clock: 33MHz
     capabilities: pci normal_decode bus_master cap_list
     configuration: driver=pcieport
     resources: irq:59 memory:c0500000-c05fffff
   *-network DISABLED
        description: Wireless interface
        product: Wireless 3160
        vendor: Intel Corporation
        physical id: 0
        bus info: pci@0000:04:00.0
        logical name: wlan0
        version: 93
        serial: a0:88:69:90:0a:38
        width: 64 bits
        clock: 33MHz
        capabilities: bus_master cap_list ethernet physical wireless
        configuration: broadcast=yes driver=iwlwifi driverversion=3.13.0-32-generic firmware=22.24.8.0 latency=0 link=no multicast=yes wireless=IEEE 802.11abgn
        resources: irq:66 memory:c0500000-c0501fff
    
por user306951 18.07.2014 / 23:58

1 resposta

2

Como o laptop ideapad que descarrega evidentemente fica com o funcionamento sem fio, vamos incluí-lo na lista negra:

sudo -i
echo "blacklist ideapad-laptop"  >>  /etc/modprobe.d/blacklist.conf
modprobe -r ideapad-laptop
exit

Você deve estar pronto.

    
por chili555 19.07.2014 / 15:57