Wifi não está conectado automaticamente no meu dell inspiron 15 5570

0

Estou usando o laptop dell inspiron 15 5570. Eu tenho windows10 e ubuntu 14.04LTS (dual os). Wifi não está conectado automaticamente, habilitar a opção Wifi não está listado ao clicar no ícone do wifi. No Windows 10, o Wi-Fi é conectado automaticamente e funciona bem.

Se eu conectar o dongle wifi, os wifi disponíveis estão listados e consigo me conectar. Mas se eu remover dongle wi-fi, listados nomes wi-fi e ativar a opção wifi não é mostrado na lista. Eu instalei broadcam e b43 driver.Mas isso não ajuda.

Minha saída de terminal para o comando.

~$ lspci -nnk | grep 0280 -A3

 03:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:0042] (rev 31)

Subsystem: Dell Device [1028:1810]

Kernel driver in use: ath10k_pci

 ~$ rfkill list all
0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no

 ~$ dmesg | grep ath

 [   15.367226]  [<ffffffff8107d776>] warn_slowpath_common+0x86/0xc0
 [   15.367228]  [<ffffffff8107d86a>] warn_slowpath_null+0x1a/0x20
 [   15.367328]  [<ffffffff817f6f36>] entry_SYSCALL_64_fastpath+0x16/0x75
 [   15.696763] ath10k_pci 0000:03:00.0: enabling device (0000 -> 0002)
 [   15.697629] ath10k_pci 0000:03:00.0: pci irq msi-x interrupts 8  irq_mode 0 reset_mode 0
 [   15.934442] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/cal-pci-0000:03:00.0.bin failed with error -2
  [   15.934449] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-5.bin failed with error -2
[   15.934450] ath10k_pci 0000:03:00.0: could not fetch firmware file 'ath10k/QCA9377/hw1.0/firmware-5.bin': -2
[   15.934454] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-4.bin failed with error -2
[   15.934455] ath10k_pci 0000:03:00.0: could not fetch firmware file 'ath10k/QCA9377/hw1.0/firmware-4.bin': -2
[   15.934458] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-3.bin failed with error -2
[   15.934459] ath10k_pci 0000:03:00.0: could not fetch firmware file 'ath10k/QCA9377/hw1.0/firmware-3.bin': -2
[   15.934463] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-2.bin failed with error -2
[   15.934464] ath10k_pci 0000:03:00.0: could not fetch firmware file 'ath10k/QCA9377/hw1.0/firmware-2.bin': -2
 [   15.934467] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware.bin failed with error -2
 [   15.934468] ath10k_pci 0000:03:00.0: could not fetch firmware (-2)
[   15.934469] ath10k_pci 0000:03:00.0: could not fetch firmware files   (-2)
 [   15.934470] ath10k_pci 0000:03:00.0: could not probe fw (-2)
    
por user3095439 28.12.2017 / 16:36

1 resposta

0

Você precisa de firmware! Com uma conexão de internet ativa, abra um terminal e faça:

cd /tmp
sudo wget http://security.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.169.1_all.deb
sudo dpkg -i linux*.deb

Reinicie e seu wireless deve estar funcionando.

    
por chili555 28.12.2017 / 22:51