J'ai démarré mon ordinateur portable Acer Aspire E5-573 avec Windows 10 et Ubuntu 15.10 à deux reprises et, depuis le premier jour, je ne suis pas en mesure d'utiliser le WiFi sur une plate-forme Linux. J'ai fait tout ce que j'aurais pu faire mais toujours pas utilisé. Aucun pilote supplémentaire disponible pour moi sur Ubuntu, mais je suis parfaitement en mesure d'utiliser le Wi-Fi sous Windows 10. La carte WiFi de mon ordinateur portable est l'adaptateur réseau sans fil Qualcomm Atheros QCA9377. S'il vous plaît, trouvez-moi une solution pour cela.
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
[ 11.599589] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-4.bin failed with error -2
[ 11.599591] ath10k_pci 0000:03:00.0: could not fetch firmware file 'ath10k/QCA9377/hw1.0/firmware-4.bin': -2
[ 11.599596] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-3.bin failed with error -2
[ 11.599598] ath10k_pci 0000:03:00.0: could not fetch firmware file 'ath10k/QCA9377/hw1.0/firmware-3.bin': -2
[ 11.599603] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware-2.bin failed with error -2
[ 11.599605] ath10k_pci 0000:03:00.0: could not fetch firmware file 'ath10k/QCA9377/hw1.0/firmware-2.bin': -2
[ 11.599610] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/QCA9377/hw1.0/firmware.bin failed with error -2
[ 11.599612] ath10k_pci 0000:03:00.0: could not fetch firmware (-2)
[ 11.599614] ath10k_pci 0000:03:00.0: could not fetch firmware files (-2)
[ 11.599615] ath10k_pci 0000:03:00.0: could not probe fw (-2)
Il semble que vous ayez besoin du micrologiciel requis, mais qu'il vous en manque. Avec une connexion Internet active via Ethernet, en mode connecté ou par tout autre moyen possible, ouvrez un terminal et faites:
wget https://github.com/kvalo/ath10k-firmware/archive/master.Zip
unzip master.Zip
Sudo cp -r ath10k-firmware-master/QCA9377 /lib/firmware/ath10k/
Sudo mv /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin_WLAN.TF.1.0-00267-1 /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin
Redémarrez et votre réseau sans fil devrait fonctionner.