I tried to install Ubuntu 20.04 and 22.04 on my new HP Zbook laptop, but I face a problem with the detection of the Intel Wireless card for Wifi.
Everything works fine except that the Intel Wireless card does not show up. It is not a hardware problem because the Wireless card works perfectly on Windows 11.
The Wireless card model is : Intel(R) Wifi 6E AX211 160 Mhz I tried to load the driver manually :
root@zbook-steph:~# modprobe iwlwifi
root@zbook-steph:~# lsmod | grep iwlwifi
iwlwifi 450560 0
cfg80211 974848 1 iwlwifi
[ 249.611893] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 249.612024] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 249.621717] Intel(R) Wireless WiFi driver for Linux
The Wifi module loads in the kernel, I have no error messages, but the card still does not show up:
iw list
<empty>
I tried to disable all security features in the BIOS (Secure Boot, TPM, etc.), but this does not change anything. I think I'm missing something here, but I don't know what.