我用 Windows 10 和 Ubuntu 15.10 双启动了我的笔记本电脑 Acer Aspire E5-573,从第一天开始我就无法在任何 Linux 平台上使用 WiFi。我做了我能做的一切仍然没有用。在 Ubuntu 上没有可供我使用的其他驱动程序,但我完全能够在 Windows 10 上使用 WiFi。我笔记本电脑中的 WiFi 芯片是 Qualcomm Atheros QCA9377 无线网络适配器。请为我找到解决方案。
dmesg | grep ath10k
[ 11.203844] ath10k_pci 0000:03:00.0: pci irq msi-x interrupts 8 irq_mode 0 reset_mode 0
[ 11.599565] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/cal-pci-0000:03:00.0.bin failed with error -2
[ 11.599579] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-5.bin failed with error -2
[ 11.599582] ath10k_pci 0000:03:00.0: could not fetch firmware file 'ath10k/QCA9377/hw1.0/firmware-5.bin': -2
[ …Run Code Online (Sandbox Code Playgroud) 我在 Ubuntu 15.04 中看不到 WiFi 选项。我应该怎么办?尽快恢复
lspci-nnk| grep 0280 -A2 输出:-
03:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:0042] (rev 30)
Subsystem: Foxconn International, Inc. Device [105b:e09a]
Run Code Online (Sandbox Code Playgroud)
rfkill 列表输出:-
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: acer-wireless: Wireless LAN
Soft blocked: no
Hard blocked: no
dmesg | grep ath
[ 9.545199] ath10k_pci 0000:03:00.0: pci irq msi-x interrupts 8 irq_mode 0 reset_mode 0
[ 10.029684] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/cal-pci-0000:03:00.0.bin failed with error -2
[ 10.029701] …Run Code Online (Sandbox Code Playgroud)