Outils pour utilisateurs

Outils du site


ubuntu:2404:admin:wifi

Kernel 6x et Intel Wifi 6 AX210

1ere méthode :

Cf la version du kernel… version 5.14 OEM : solution install noyau 6.08 OEM

Kernel 6x et Intel Wifi 6 AX210

Faire backport des pilotes intel : derniers firmware sans attendre une nouvelle version du noyau. A faire sur une 24.04 , car si tu migres de 22.04 vers 24.04 , je ne suis pas sûr que le firmware du backport soit conservé. Ou à faire sur une 22.04 avec un noyau en 6.xxx Télécharger backport-iwlwifi :

  git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
 cd backport-iwlwifi/

Configuration et compilation (cela prend du temps) :

 make defconfig-iwlwifi-public
 sed -i 's/CPTCFG_IWLMVM_VENDOR_CMDS=y/# CPTCFG_IWLMVM_VENDOR_CMDS is not set/' .config
 make -j4

Installation des modules :

 sudo make install
 sudo modprobe iwlwifi
 sudo update-initramfs -u
 reboot
* Ressource : [[https://forum.ubuntu-fr.org/viewtopic.php?id=2087625]]
ubuntu/2404/admin/wifi.txt · Dernière modification : 2024/10/16 10:19 de sbestel