On Wed, Jul 26, 2023 at 02:45:29PM +0000, Miguel Landaeta wrote: > >Synopsis: iwx: Firmware for Intel Wi-Fi 6 AX211 couldn't be loaded > iwx0: using firmware iwx-so-a0-gf-a0-77
Can you tell me which firmware image the Linux kernel is loading for your device? Perhaps OpenBSD is misdetecting this particular device and ends up loading the wrong firmware image. iwx device detection is very complicated because PCI vendor/product IDs are shared between different types of devices. So instead of straightforward matching of IDs the driver has to examine a set of device-specific parameters and the Linux driver code which does this is very hard to follow.