Hi, I have an issue with the pci-express card Wi-Fi, it has an Intel Wi-Fi 6 AX200 chip and linux 5.1+ kernel support it with this firmware; I follow the instructions on the gz file and placed the firmware into the path /lib/firmware with all others Wi-Fi firmware, but the kernel module iwlwifi load always a wrong firmware and crashed.
How can I force the module to load the right firmware [iwlwifi-cc-a0-46.ucode]? thx
here some log and info:
kernel
lspci
log module iwlwifi
https://pastebin.com/pvuWEsmN
modinfo iwlwifi
https://pastebin.com/pvuWEsmN
How can I force the module to load the right firmware [iwlwifi-cc-a0-46.ucode]? thx
here some log and info:
kernel
Code:
Linux pve 5.11.22-5-pve #1 SMP PVE 5.11.22-10 (Tue, 28 Sep 2021 08:15:41 +0200) x86_64 GNU/Linux
lspci
Bash:
07:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)
Subsystem: Intel Corporation Wi-Fi 6 AX200
Physical Slot: 1
Flags: bus master, fast devsel, latency 0, IRQ 16, NUMA node 0
Memory at 80500000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [c8] Power Management version 3
Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [40] Express Endpoint, MSI 00
Capabilities: [80] MSI-X: Enable+ Count=16 Masked-
Capabilities: [100] Advanced Error Reporting
Capabilities: [14c] Latency Tolerance Reporting
Capabilities: [154] L1 PM Substates
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
log module iwlwifi
Code:
Oct 16 11:30:31 pve-plus kernel: [ 4.699029] iwlwifi 0000:07:00.0: Fseq Registers:
Oct 16 11:30:31 pve-plus kernel: [ 4.699181] iwlwifi 0000:07:00.0: 0x60000000 | FSEQ_ERROR_CODE
Oct 16 11:30:31 pve-plus kernel: [ 4.699336] iwlwifi 0000:07:00.0: 0x80290021 | FSEQ_TOP_INIT_VERSION
Oct 16 11:30:31 pve-plus kernel: [ 4.699500] iwlwifi 0000:07:00.0: 0x00050008 | FSEQ_CNVIO_INIT_VERSION
Oct 16 11:30:31 pve-plus kernel: [ 4.699661] iwlwifi 0000:07:00.0: 0x0000A503 | FSEQ_OTP_VERSION
Oct 16 11:30:31 pve-plus kernel: [ 4.699824] iwlwifi 0000:07:00.0: 0x80000003 | FSEQ_TOP_CONTENT_VERSION
Oct 16 11:30:31 pve-plus kernel: [ 4.699990] iwlwifi 0000:07:00.0: 0x4552414E | FSEQ_ALIVE_TOKEN
Oct 16 11:30:31 pve-plus kernel: [ 4.700165] iwlwifi 0000:07:00.0: 0x00100530 | FSEQ_CNVI_ID
Oct 16 11:30:31 pve-plus kernel: [ 4.700346] iwlwifi 0000:07:00.0: 0x00000532 | FSEQ_CNVR_ID
Oct 16 11:30:31 pve-plus kernel: [ 4.700702] iwlwifi 0000:07:00.0: 0x00100530 | CNVI_AUX_MISC_CHIP
Oct 16 11:30:31 pve-plus kernel: [ 4.701105] iwlwifi 0000:07:00.0: 0x00000532 | CNVR_AUX_MISC_CHIP
Oct 16 11:30:31 pve-plus kernel: [ 4.701506] iwlwifi 0000:07:00.0: 0x05B0905B | CNVR_SCU_SD_REGS_SD_REG_DIG_DCDC_VTRIM
Oct 16 11:30:31 pve-plus kernel: [ 4.701918] iwlwifi 0000:07:00.0: 0x0000025B | CNVR_SCU_SD_REGS_SD_REG_ACTIVE_VDIG_MIRROR
Oct 16 11:30:31 pve-plus kernel: [ 4.702328] iwlwifi 0000:07:00.0: Failed to start RT ucode: -110
Oct 16 11:30:32 pve-plus kernel: [ 5.084438] iwlwifi 0000:07:00.0: Failed to run INIT ucode: -110
modinfo iwlwifi
https://pastebin.com/pvuWEsmN