Edit The answer provided by chili555 solved the issue and the wifi adapter now works
I'm trying to get Wifi working on an Intel NUC 13 with a Wi-Fi 6E AX1690i, 802.11ax card but it doesn't seem to be recognised. I've tried upgrading to kernel 6.2.0 with no luck.
~sudo dmesg | grep iw
[ 3.014195] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
[ 3.016297] iwlwifi: No config found for PCI dev 7af0/1692, rev=0x430, rfid=0x3010d000
[ 3.016317] iwlwifi: probe of 0000:00:14.3 failed with error -22
~lspci -nnk | grep 0280 -A3
00:14.3 Network controller [0280]: Intel Corporation Device [8086:7af0] (rev 11)
Subsystem: Rivet Networks Device [1a56:1692]
Kernel modules: iwlwifi
00:15.0 Serial bus controller [0c80]: Intel Corporation Device [8086:7acc] (rev 11)
~rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
Wifi works fine in Windows and it appears the card should be supported. I'm kind of at a loss about what to try next. Any suggestions would be super helpful.