Problemas com Wi-Fi no Ubuntu 16.04, usando o Qualcomm Atheros em um Lenovo v510

1

Eu tenho um Lenovo v510, rodando o Ubuntu 16.04, e não consigo fazer com que a rede sem fio funcione. 'Ativar Wi-Fi' não tem efeito, nenhuma rede é exibida. Alguns comandos que eu tentei e sua saída correspondente abaixo:

$ lspci  | grep Network
03:00.0 Network controller: Qualcomm Atheros Device 0042 (rev 31)
$ lsmod | grep ath
ath10k_pci             45056  0
ath10k_core           344064  1 ath10k_pci
ath                    28672  1 ath10k_core
mac80211              782336  1 ath10k_core
cfg80211              602112  3 mac80211,ath,ath10k_core
$ dmesg | grep 02:00
[    0.581406] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.581425] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.581452] pci 0000:02:00.0: reg 0x18: [mem 0xd1204000-0xd1204fff 64bit]
[    0.581470] pci 0000:02:00.0: reg 0x20: [mem 0xd1200000-0xd1203fff 64bit]
[    0.581563] pci 0000:02:00.0: supports D1 D2
[    0.581564] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.581653] pci 0000:02:00.0: System wakeup disabled by ACPI
[    1.438631] r8169 0000:02:00.0 eth0: RTL8168h/8111h at 0xffffbc8b4003d000, 54:ab:3a:e4:7d:ed, XID 14100800 IRQ 125
[    1.438632] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx    checksumming: ko]
[    1.454402] r8169 0000:02:00.0 enp2s0: renamed from eth0
[    4.154735] r8169 0000:02:00.0 enp2s0: link down
[   73.097799] r8169 0000:02:00.0 enp2s0: link up
$ rfkill list all:
0: ideapad_wlan: Wireless LAN
    Soft blocked: no
    Hard blocked: yes
1: ideapad_bluetooth: Bluetooth
    Soft blocked: yes
    Hard blocked: yes
2: hci0: Bluetooth
    Soft blocked: yes
    Hard blocked: no
3: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

Como posso fazer com que minha rede sem fio funcione?

    
por Igor 26.08.2017 / 22:22

1 resposta

0

Bem, o problema é que sua placa wifi está com um disco rígido "isso é como uma trava física que algumas placas têm"

tente

sudo rfkill unblock all

e deixe-me saber se o status do bloco de disco rígido muda, se não for provavelmente um problema de driver

espero que ajude

    
por 27.08.2017 / 20:28