Last update…
No other choice but to code dive the kernel given the error in the boot log.
This eventually led to code in: drivers/net/wireless/intel/iwlwifi/pcie/drv.c
.
I added some code lines that matched my WIFI card, e.g. AX1690i:
IWL_DEV_INFO(0x7AF0, 0x1691, iwlax411_2ax_cfg_so_gf4_a0, iwl_ax411_killer_1690s_name),
IWL_DEV_INFO(0x7AF0, 0x1692, iwlax411_2ax_cfg_so_gf4_a0, iwl_ax411_killer_1690i_name),
this should be line 673. I added AX1690s just for giggles…
I am using linux60
to build a custom kernel and modules.
From the boot logs my WIFI card dev
and subdev
are 0x7AF0
and 0x1692
and that seems to be the main issue.
Installed custom kernel–and all works fine now. I am guessing this hardware is too new? Some Intel driver maintainer needs to make sure this makes it into upstream…