Pour installer iwlwifi backports comme recommandé au post #6, j'ai suivi les instructions de
https://askubuntu.com/questions/1046589/backport-for-iwlwifi:
sudo apt-get install git build-essential
git clone https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/backport-iwlwifi.git
cd backport-iwlwifi
make defconfig-iwlwifi-public
sed -i 's/CPTCFG_IWLMVM_VENDOR_CMDS=y/# CPTCFG_IWLMVM_VENDOR_CMDS is not set/' .config
make -j4
sudo make install
Après redémarrage, je suis allé voir ce qu'il y avait dans dmesg concernant iwlwifi:
test@test-N240JU:~$ dmesg | grep iwl
[ 3.730551] Loading modules backported from iwlwifi
[ 3.730552] iwlwifi-stack-public:master:8324:9176b151
[ 3.816422] iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
[ 3.817667] iwlwifi 0000:02:00.0: Direct firmware load for iwl-dbg-cfg.ini failed with error -2
[ 3.825261] iwlwifi 0000:02:00.0: loaded firmware version 36.e91976c0.0 8000C-36.ucode op_mode iwlmvm
[ 3.825279] iwlwifi 0000:02:00.0: Direct firmware load for iwl-debug-yoyo.bin failed with error -2
[ 3.861651] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8260, REV=0x208
[ 3.949471] iwlwifi 0000:02:00.0: base HW address: a4:34:d9:78:cf:ad
[ 4.024070] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 4.028096] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
Mais, sans grande surprise, la touche avion ne fonctionne toujours pas... Pire, elle ne gère plus non plus le Bluetooth.
En revanche, rfkill fonctionne et affiche même le petit avion dans la barre supérieure!?!
test@test-N240JU:~$ rfkill block all
test@test-N240JU:~$ rfkill unblock all
C'est dingue!