====== ThinkPad E570 ======
===== WiFi =====
L'installateur de Debian m'a prévenu qu'il manquait plusieurs firmwares.
* ath10k/pre-cal-pci-0000:05:00.0.bin
* ath10k/cal-pci-0000:05:00.0.bin
* ath10k/QCA9377/hw1.0/firmware-5.bin
* ath10k/QCA9377/hw1.0/firmware-4.bin
* ath10k/QCA9377/hw1.0/firmware-3.bin
* ath10k/QCA9377/hw1.0/firmware-2.bin
La solution, trouvée sur [[https://unix.stackexchange.com/questions/352428/wifi-not-working-in-debian-jessie|unix.stackexchange.com]] est d'installer un kernel plus récent via les [[https://backports.debian.org/Instructions/|backports]].
On ajoute le mirroir des backports pour Stretch :
# nvim /etc/apt/sources.list
# cat /etc/apt/sources.list
#backports
deb http://httpredir.debian.org/debian stretch-backports main contrib non-free
Ensuite on met à jour les paquets disponibles et on installe:
# apt-get update
# apt-get install linux-image-4.13.0-0.bpo.1-amd64 linux-headers-4.13.0-0.bpo.1-amd64
La solution trouvée conseille de redémarrer avant d'installer les firmwares manquants.
# reboot
(...)
# apt-get update
# apt-get -t stretch-backports install firmware-atheros
Pour terminer et tout initialiser correctement, un dernier reboot :
# reboot
==== Sources ====
* [[https://unix.stackexchange.com/questions/352428/wifi-not-working-in-debian-jessie|unix.stackexchange.com]] : solution
* [[https://wireless.wiki.kernel.org/en/users/drivers/ath10k|wireless.wiki.kernel.org]]