Estou usando o ubuntu 18.04 Live no meu laptop Acer. Sempre que tento conectar-me ao wifi, recebo a mensagem "Nenhum adaptador de wifi encontrado". Eu tentei isso, mas só lista bluetooth (no primeiro bluetooth não funcionou também. Parece estar woking agora).
sudo rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Esta provavelmente é a versão do kernel.
uname -r
4.15.0-20-generic
Adaptador:
lspci -nnk | grep -iA2 net; dmesg | grep ath10k
01:00.1 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 12)
Subsystem: Acer Incorporated [ALI] RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [1025:0975]
Kernel driver in use: r8169
Kernel modules: r8169
02:00.0 Network controller [0280]: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042] (rev 31)
Subsystem: Lite-On Communications Inc QCA9377 802.11ac Wireless Network Adapter [11ad:08a6]
Kernel modules: ath10k_pci
[ 5571.844941] ath10k_pci 0000:02:00.0: failed to iomap BAR0
[ 5571.845067] ath10k_pci 0000:02:00.0: failed to claim device: -5
[ 5571.852603] ath10k_pci: probe of 0000:02:00.0 failed with error -5
O que devo fazer para corrigir isso?