Installer les firmwares wifi

Résolu/Fermé
artemis0 Messages postés 903 Date d'inscription vendredi 3 janvier 2014 Statut Membre Dernière intervention 28 juillet 2018 - 4 juil. 2018 à 12:11
mamiemando Messages postés 33079 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 23 avril 2024 - 5 juil. 2018 à 22:08
bonjour,

Je ne parviens pas à faire fonctionner le wifi sur mon pc portable...
Voici le kernel :
root@debian:/home/user# uname -a
Linux debian 4.9.0-6-amd64 #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux
root@debian:/home/user#

Donc j'ai installé les linux headers correspondants :
apt install linux-headers-4.9.0-6-amd64


Voici les caractéristiques du wifi :
root@debian:/home/user# lspci -nnk | grep Qualcomm
03:00.0 Network controller [0280]: Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter [168c:0042] (rev 31)
root@debian:/home/user#


Donc j'ai installé le paquet firmware-atheros :
apt install firmware-atheros


Vu que ça ne fonctionnait toujours pas, j'ai installé le firmware que j'ai trouvé sur github :
https://github.com/ajaybhatia/Qualcomm-Atheros-QCA9377-Wifi-Linux
Je fais un git clone, chmod +x, ./install.sh, mais après le reboot ça ne fonctionne toujours pas.

Voici le output de dmesg :
[    2.255626] ath10k_pci 0000:03:00.0: firmware: failed to load ath10k/pre-cal-pci-0000:03:00.0.bin (-2)
[ 2.255628] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:03:00.0.bin failed with error -2
[ 2.255640] ath10k_pci 0000:03:00.0: firmware: failed to load ath10k/cal-pci-0000:03:00.0.bin (-2)
[ 2.255641] ath10k_pci 0000:03:00.0: Direct firmware load for ath10k/cal-pci-0000:03:00.0.bin failed with error -2
[ 2.270897] ath10k_pci 0000:03:00.0: firmware: direct-loading firmware ath10k/QCA9377/hw1.0/firmware-5.bin
[ 2.270905] ath10k_pci 0000:03:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 11ad:08a6
[ 2.270906] ath10k_pci 0000:03:00.0: kconfig debug 0 debugfs 0 tracing 0 dfs 0 testmode 0
[ 2.271284] ath10k_pci 0000:03:00.0: firmware ver WLAN.TF.1.0-00267-1 api 5 features ignore-otp crc32 79cea2c7


Du coup je vois pas trop quoi faire de plus...
Quelqu'un pour m'aider ?

Merci

1 réponse

mamiemando Messages postés 33079 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 23 avril 2024 7 749
5 juil. 2018 à 08:33
Bonjour,

À mon avis
apt-get install firmware-atheros
était suffisant car le paquet semble bien contenir le firmware dont tu as besoin (par contre il faut redémarrer pour qu'il soit chargé) :

(mando@aldur) (~) $ apt-file search QCA9377
firmware-atheros: /lib/firmware/ath10k/QCA9377/hw1.0/board-2.bin
firmware-atheros: /lib/firmware/ath10k/QCA9377/hw1.0/board.bin
firmware-atheros: /lib/firmware/ath10k/QCA9377/hw1.0/firmware-5.bin


Tu devrais alors voir apparaître ta carte wifi en tapant la commande
/sbin/iwconfig
et voir les réseaux alentours avec
/sbin/iwlist scan
(installe au préalable le paquet
wireless-tools
). Pour configurer ton réseau wifi, je t'invite ensuite à passer par network manager (par exemple en installant le paquet
plasma-nm
si tu es sous KDE).

Bonne chance
0
artemis0 Messages postés 903 Date d'inscription vendredi 3 janvier 2014 Statut Membre Dernière intervention 28 juillet 2018 178
5 juil. 2018 à 16:39
j'avais redémarré à chaque étape, mais j'avais toujours "missing firmware" dans les logs.
J'ai refait une install propre de debian, et
apt install firmware-atheros
, et ça a marché
0
mamiemando Messages postés 33079 Date d'inscription jeudi 12 mai 2005 Statut Modérateur Dernière intervention 23 avril 2024 7 749
5 juil. 2018 à 22:08
Ah parfait, merci pour le retour !
0