Bug 2356239

Summary: Fedora Rawhide kernel 6.15 fails to detect Intel AVX200 wifi card
Product: [Fedora] Fedora Reporter: Hugh Whelan <whelanh>
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: acaringi, adscvr, airlied, bskeggs, hdegoede, hpa, josef, kernel-maint, linville, masami256, matt.eskes, mchehab, ptalbert, steved, suraj.ghimire7, whelanh
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-05-13 10:00:27 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
dmesg.txt none

Description Hugh Whelan 2025-03-31 15:19:07 UTC
I run Rawhide. The 6.15 kernel was installed after a recent normal update. The 6.15 kernel is not detecting my Intel wireless card (so no wireless option shows on the Workstation desktop) in my Dell XPS 15, where if I boot using the preceding 6.14 kernel the wifi card works fine:

card:

> lspci -k
3b:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)
	Subsystem: Rivet Networks Killer Wi-Fi 6 AX1650x (AX200NGW)
	Kernel modules: iwlwifi

on 6.15.0-0.rc0.20250327git1a9239bb4253.5.fc43.x86_64 kernel, dmesg reports "no config found" on the 4th line:

╰─❯ sudo dmesg | grep iwlwifi
[sudo] password for hugh: 
[    6.041427] iwlwifi 0000:3b:00.0: enabling device (0000 -> 0002)
[    6.101754] iwlwifi 0000:3b:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
[    6.101932] iwlwifi 0000:3b:00.0: PCI dev 2723/1654, rev=0x340, rfid=0x10a100
[    6.101937] iwlwifi: No config found for PCI dev 2723/1654, rev=0x340, rfid=0x10a100
[    6.101959] iwlwifi 0000:3b:00.0: probe with driver iwlwifi failed with error -22



on the previous 6.14.0-0.rc7.20250321gitb3ee1e460951.60.fc43.x86_64 kernel, the card is detected successfully (4th line of dmesg):

╰─❯ sudo dmesg | grep iwlwifi
[sudo] password for hugh: 
[    6.102819] iwlwifi 0000:3b:00.0: enabling device (0000 -> 0002)
[    6.136902] iwlwifi 0000:3b:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
[    6.137083] iwlwifi 0000:3b:00.0: PCI dev 2723/1654, rev=0x340, rfid=0x10a100
[    6.137090] iwlwifi 0000:3b:00.0: Detected Killer(R) Wi-Fi 6 AX1650x 160MHz Wireless Network Adapter (200NGW)
[    6.196303] iwlwifi 0000:3b:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
[    6.196591] iwlwifi 0000:3b:00.0: loaded firmware version 77.b405f9d4.0 cc-a0-77.ucode op_mode iwlmvm
[    6.691815] iwlwifi 0000:3b:00.0: Detected RF HR B3, rfid=0x10a100
[    6.762523] iwlwifi 0000:3b:00.0: base HW address: 78:2b:46:ee:11:0a
[    6.790496] iwlwifi 0000:3b:00.0 wlp59s0: renamed from wlan0
[    7.607834] iwlwifi 0000:3b:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0

This appears unique to this Intel card as I have another laptop that had no problem with the 6.15 update.

Reproducible: Always

Comment 1 Hugh Whelan 2025-03-31 15:30:35 UTC
Created attachment 2082803 [details]
dmesg.txt

journalctl > dmesg.txt using 6.16 kernel at boot showing failure to detect Intel wifi card.

Comment 2 Hugh Whelan 2025-03-31 15:32:24 UTC
Regarding the attachment, I meant dmesg.txt from 6.15 kernel (not 6.16).

Comment 3 Matt Eskes 2025-03-31 20:49:08 UTC
Can confirm this bug.

----
I have included the following output:

# System Details Report
---

## Report details
- **Date generated:**                              2025-03-31 13:36:01

## Hardware Information:
- **Hardware Model:**                              Alienware Aurora Ryzen Edition
- **Memory:**                                      96.0 GiB
- **Processor:**                                   AMD Ryzen™ 7 5800 × 16
- **Graphics:**                                    AMD Radeon™ Pro W6600
- **Disk Capacity:**                               2.0 TB

## Software Information:
- **Firmware Version:**                            2.10.0
- **OS Name:**                                     Fedora Linux 43 (Workstation Edition Prerelease)
- **OS Build:**                                    (null)
- **OS Type:**                                     64-bit
- **GNOME Version:**                               48
- **Windowing System:**                            Wayland
- **Kernel Version:**                              Linux 6.15.0-0.rc0.20250327git1a9239bb4253.5.fc43.x86_64



----
sudo dmesg | grep iwlwifi
[   11.413171] iwlwifi 0000:05:00.0: enabling device (0000 -> 0002)
[   11.421873] iwlwifi 0000:05:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
[   11.421883] iwlwifi 0000:05:00.0: PCI dev 2723/1654, rev=0x340, rfid=0x10a100
[   11.421888] iwlwifi: No config found for PCI dev 2723/1654, rev=0x340, rfid=0x10a100
[   11.421917] iwlwifi 0000:05:00.0: probe with driver iwlwifi failed with error -22

----
Relevant portion of lspci -k

04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. Killer E2600 GbE Controller (rev 21)
	DeviceName: Broadcom 5762
	Subsystem: Device 098e:1028
	Kernel driver in use: r8169
	Kernel modules: r8169
05:00.0 Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)
	Subsystem: Rivet Networks Killer Wi-Fi 6 AX1650x (AX200NGW)
	Kernel modules: iwlwifi
---
A little more detail with:

journalctl -b | grep iwlwifi
Mar 29 10:11:00 fedora kernel: iwlwifi 0000:05:00.0: enabling device (0000 -> 0002)
Mar 29 10:11:00 fedora kernel: iwlwifi 0000:05:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
Mar 29 10:11:00 fedora kernel: iwlwifi 0000:05:00.0: PCI dev 2723/1654, rev=0x340, rfid=0x10a100
Mar 29 10:11:00 fedora kernel: iwlwifi: No config found for PCI dev 2723/1654, rev=0x340, rfid=0x10a100
Mar 29 10:11:00 fedora kernel: iwlwifi 0000:05:00.0: probe with driver iwlwifi failed with error -22
Mar 31 13:27:21 beast sudo[57245]:   meskes : TTY=pts/0 ; PWD=/home/meskes ; USER=root ; COMMAND=/usr/sbin/dnf install iwlwifi-mvm-firmware.noarch
Mar 31 13:27:58 beast sudo[57307]:   meskes : TTY=pts/0 ; PWD=/home/meskes ; USER=root ; COMMAND=/usr/sbin/dnf remove iwlwifi-mvm-firmware.noarch
Mar 31 13:28:04 beast audit[57332]: SOFTWARE_UPDATE pid=57332 uid=0 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=remove sw="iwlwifi-mvm-firmware-20250311-1.fc43.noarch" sw_type=rpm key_enforce=0 gpg_res=0 root_dir="/" comm="dnf" exe="/usr/bin/dnf5" hostname=beast addr=? terminal=pts/1 res=success'
Mar 31 13:28:12 beast sudo[57338]:   meskes : TTY=pts/0 ; PWD=/home/meskes ; USER=root ; COMMAND=/usr/sbin/dnf insta iwlwifi-mvm-firmware.noarch
Mar 31 13:28:18 beast sudo[57347]:   meskes : TTY=pts/0 ; PWD=/home/meskes ; USER=root ; COMMAND=/usr/sbin/dnf install iwlwifi-mvm-firmware.noarch
Mar 31 13:28:26 beast audit[57350]: SOFTWARE_UPDATE pid=57350 uid=0 auid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 msg='op=install sw="iwlwifi-mvm-firmware-20250311-1.fc43.noarch" sw_type=rpm key_enforce=0 gpg_res=1 root_dir="/" comm="dnf" exe="/usr/bin/dnf5" hostname=beast addr=? terminal=pts/1 res=success'
----

Let me know if there's anything else I can provide.

Comment 4 Hugh Whelan 2025-04-01 17:38:48 UTC
Today's kernel update to 6.15.0-0.rc0.20250331git4e82c87058f4.6.fc43.x86_64 did not fix the problem.  The dmesg error is the same:

╰─❯ sudo dmesg | grep iwlwifi
[    6.568503] iwlwifi 0000:3b:00.0: enabling device (0000 -> 0002)
[    6.608655] iwlwifi 0000:3b:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
[    6.608825] iwlwifi 0000:3b:00.0: PCI dev 2723/1654, rev=0x340, rfid=0x10a100
[    6.608831] iwlwifi: No config found for PCI dev 2723/1654, rev=0x340, rfid=0x10a100
[    6.608855] iwlwifi 0000:3b:00.0: probe with driver iwlwifi failed with error -22

Comment 5 Hugh Whelan 2025-04-17 15:42:03 UTC
Same error with kernel kernel-6.15.0-0.rc2.20250415git834a4a689699.23.fc43.x86_64

Comment 6 Hugh Whelan 2025-04-18 08:26:37 UTC
I found the following https://lore.kernel.org/lkml/20250418-probe-fix-v2-1-ec1ef2d8a534@gmail.com/ which seems like it might be the issue

Comment 7 Hugh Whelan 2025-05-13 10:00:27 UTC
This issue has been fixed.  With Linux 6.15.0-0.rc5.250509g9c69f8884904.47.fc43.x86_64 wifi is working normally.