Thanks, I wish it would. I think we’re talking about slightly different cards here, note my firmware is so-a0 instead of ty:
[ 7.365332] iwlwifi 0000:00:11.0: Detected Intel(R) Wi-Fi 6E AX211 160MHz, REV=0x370
[ 7.365447] thermal thermal_zone0: failed to read out thermal zone (-61)
[ 7.771538] iwlwifi 0000:00:11.0: Timeout waiting for PNVM load!
[ 7.771644] iwlwifi 0000:00:11.0: Failed to start RT ucode: -110
[ 7.771734] iwlwifi 0000:00:11.0: WRT: Collecting data: ini trigger 13 fired (delay=0ms).
[ 7.773688] iwlwifi 0000:00:11.0: Start IWL Error Log Dump:
[ 7.773764] iwlwifi 0000:00:11.0: Transport status: 0x00000042, valid: 6
[ 7.773849] iwlwifi 0000:00:11.0: Loaded firmware version: 67.8f59b80b.0 so-a0-gf-a0-67.ucode
[ 7.773962] iwlwifi 0000:00:11.0: 0x00000084 | NMI_INTERRUPT_UNKNOWN
[ 7.774047] iwlwifi 0000:00:11.0: 0x000002F0 | trm_hw_status0
[ 7.774126] iwlwifi 0000:00:11.0: 0x00000000 | trm_hw_status1
[ 7.774203] iwlwifi 0000:00:11.0: 0x004D9EF2 | branchlink2
[ 7.774270] iwlwifi 0000:00:11.0: 0x004D01BA | interruptlink1
[ 7.774348] iwlwifi 0000:00:11.0: 0x004D01BA | interruptlink2
Which isn’t supported until 5.14. See here. I’ve tried the solution suggested above with 5.10 and 5.14, while removing the pnvm and/or putting different versions of the pnvm in there. No luck on anything, even recompiled the kernel to 8x the PNVM load timeout.
I’ve also tried up to 5.18.16 with bleeding edge linux-firmware. I’ve also tried a ton of xen pci-passthrough stuff from the GPU passthrough tutorials but haven’t had any luck there either. Looking at xl dmesg
doesn’t point to any obvious PCIe access violations.
Not sure if anyone with PCI, ACPI, VT-d, and/or UEFI experience like @marmarek can weigh in here, but I’m stuck. After reading the iwlwifi kernel code, it also looks like Fedora and Ubuntu live CDs look to load PNVM from a UEFI variable which isn’t available in sys-net. So I’m wondering if the platform specific pnvm is the only thing that’ll load and boot the ax211 on this box. Interestingly, bluetooth loads just fine on same chipset.
Otherwise, if you turn up debug on modprobe iwlwifi debug=0xffffffff
then you get a bunch of spam from iwl_pcie_restock_bd just before failure:
[ 524.835864] iwlwifi 0000:00:11.0: iwl_pcie_restock_bd Assigned virtual RB ID 13 to queue 0 index 4088
[ 524.835866] iwlwifi 0000:00:11.0: iwl_pcie_restock_bd Assigned virtual RB ID 12 to queue 0 index 4089
[ 524.835868] iwlwifi 0000:00:11.0: iwl_pcie_restock_bd Assigned virtual RB ID 11 to queue 0 index 4090
[ 524.835870] iwlwifi 0000:00:11.0: iwl_pcie_restock_bd Assigned virtual RB ID 10 to queue 0 index 4091
[ 524.835872] iwlwifi 0000:00:11.0: iwl_pcie_restock_bd Assigned virtual RB ID 9 to queue 0 index 4092
[ 524.835874] iwlwifi 0000:00:11.0: iwl_pcie_restock_bd Assigned virtual RB ID 8 to queue 0 index 4093
[ 524.835876] iwlwifi 0000:00:11.0: iwl_pcie_restock_bd Assigned virtual RB ID 7 to queue 0 index 4094
[ 524.835886] iwlwifi 0000:00:11.0: iwl_enable_fw_load_int_ctx_info Enabling ALIVE interrupt only
[ 524.891906] iwlwifi 0000:00:11.0: iwl_pcie_irq_handler ISR inta 0x80000000, enabled 0x80000001(sw), enabled(hw) 0x00000000, fh 0x00010000
[ 524.891957] iwlwifi 0000:00:11.0: iwl_pcie_irq_handler inta 0x80000000, enabled 0x00000000
[ 524.891958] iwlwifi 0000:00:11.0: iwl_pcie_irq_handler Rx interrupt
[ 524.891962] iwlwifi 0000:00:11.0: iwl_pcie_rx_handle Q 0: HW = 2, SW = 0
[ 524.891964] iwlwifi 0000:00:11.0: iwl_pcie_get_rxb Got virtual RB ID 4101
[ 524.891966] iwlwifi 0000:00:11.0: iwl_pcie_rx_handle_rb Q 0: cmd at offset 0: UCODE_ALIVE_NTFY (00. 1, seq 0xc000)
[ 524.891971] iwlwifi 0000:00:11.0: iwl_alive_fn Got sku_id: 0x0610d1 0x00 0x00
[ 524.891973] iwlwifi 0000:00:11.0: iwl_alive_fn Alive ucode status 0xcafe revision 0x1 0x0
[ 524.891974] iwlwifi 0000:00:11.0: iwl_alive_fn Alive ucode CDB
[ 524.891975] iwlwifi 0000:00:11.0: iwl_alive_fn UMAC version: Major - 0x19, Minor - 0x0
[ 524.891977] iwlwifi 0000:00:11.0: iwl_pcie_rx_handle Q 0: HW = 2, SW = 1
[ 524.891978] iwlwifi 0000:00:11.0: iwl_pcie_get_rxb Got virtual RB ID 4100
[ 524.891979] iwlwifi 0000:00:11.0: iwl_pcie_rx_handle_rb Q 0: cmd at offset 0: MFUART_LOAD_NOTIFICATION (00.b1, seq 0xc001)
[ 524.891981] iwlwifi 0000:00:11.0: iwl_mvm_rx_mfuart_notif MFUART: installed ver: 0x1400000c, external ver: 0x1400000c, status: 0x00010080, duration: 0x00000020
[ 524.891983] iwlwifi 0000:00:11.0: iwl_mvm_rx_mfuart_notif MFUART: image size: 0x00006094
[ 524.891984] iwlwifi 0000:00:11.0: iwl_pcie_restock_bd Assigned virtual RB ID 4101 to queue 0 index 4095
[ 524.891985] iwlwifi 0000:00:11.0: iwl_pcie_restock_bd Assigned virtual RB ID 4100 to queue 0 index 0
[ 524.891986] iwlwifi 0000:00:11.0: iwl_pcie_napi_poll [0] handled 2, budget 64
[ 525.146817] iwlwifi 0000:00:11.0: Timeout waiting for PNVM load!
[ 525.146857] iwlwifi 0000:00:11.0: Failed to start RT ucode: -110
[ 525.146892] iwlwifi 0000:00:11.0: WRT: Collecting data: ini trigger 13 fired (delay=0ms).
[ 525.146932] iwlwifi 0000:00:11.0: iwl_dbg_tlv_tp_trigger WRT: tp 13, reset_fw 2
[ 525.146934] iwlwifi 0000:00:11.0: iwl_dbg_tlv_tp_trigger WRT: restart_required 0, last_tp_resetfw 255
[ 525.146937] iwlwifi 0000:00:11.0: iwl_dbg_tlv_tp_trigger WRT: stop and reload firmware
[ 525.148788] iwlwifi 0000:00:11.0: Start IWL Error Log Dump:
[ 525.148811] iwlwifi 0000:00:11.0: Transport status: 0x00000042, valid: 6
[ 525.148836] iwlwifi 0000:00:11.0: Loaded firmware version: 67.8f59b80b.0 so-a0-gf-a0-67.ucode
[ 525.148868] iwlwifi 0000:00:11.0: 0x00000084 | NMI_INTERRUPT_UNKNOWN
@Azz19 I’ve put a ton of hours to get this working on the X1 nano gen2. I had a gen1 running qubes super well, but only had 16gb of ram. This would be an ideal qubes box once wifi is working. Right now I’m usb-wifiing it…