public inbox for linux-kernel-mentees@lists.linux-foundation.org
 help / color / mirror / Atom feed
* [BUG] wifi: iwlwifi driver does not detect the card in Linux 6.16
@ 2025-06-16  7:26 Ryan Chung
  2025-06-16  8:55 ` Johannes Berg
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Chung @ 2025-06-16  7:26 UTC (permalink / raw)
  To: linux-kernel-mentees, linux-wireless

Hi. I have been trying to build the mainline on my laptop and have
been facing a weird issue. I have been able to use WIFI on my
linux-6.11.0-25-generic on my Ubuntu 24.04. However, on my newest
build (linux-6.16.0-rc1), I can't use my WIFI. Secure boot is off.

I have realized that kernels built with 'make defconfig' would simply
not boot up after adding to grub. Therefore, I copied the .config from
the generic and changed the following two configs:

CONFIG_SYSTEM_ TRUSTED KEYS=””
CONFIG_SYSTEM_REVOCATION_KEYS=""

They initially required .pem files, but the original .config will not
compile as it created errors and were therefore modified.

I also checked the bottom configs and they seemed to be set correctly.
CONFIG_IWLWIFI=m
CONFIG_IWLMVM=m

Below are some additional information:
- Network controller [0280]: Intel Corporation Device [8086:a840] (rev 10)
- I was able to find my card (A840/00E4) in drv.c
- When running 'lspci -nnk | grep -iA3 network', iwlwifi is NOT listed
as a kernel driver.
- Running 'sudo modprobe iwlwifi' does work

Please let me know if there are ways to fix the issue. If given the
guidance, I would be glad to work on it and write the necessary
patches. Thank you.

Best regards,
Ryan Chung

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [BUG] wifi: iwlwifi driver does not detect the card in Linux 6.16
  2025-06-16  7:26 [BUG] wifi: iwlwifi driver does not detect the card in Linux 6.16 Ryan Chung
@ 2025-06-16  8:55 ` Johannes Berg
  0 siblings, 0 replies; 2+ messages in thread
From: Johannes Berg @ 2025-06-16  8:55 UTC (permalink / raw)
  To: Ryan Chung, linux-kernel-mentees, linux-wireless

On Mon, 2025-06-16 at 16:26 +0900, Ryan Chung wrote:
> I also checked the bottom configs and they seemed to be set correctly.
> CONFIG_IWLWIFI=m
> CONFIG_IWLMVM=m
> 
> Below are some additional information:
> - Network controller [0280]: Intel Corporation Device [8086:a840] (rev 10)
> - I was able to find my card (A840/00E4) in drv.c

There's a bug with the recognition of these devices, please set
CONFIG_IWLMLD as a workaround for now.

We'll also have a patch to fix this, but looks like it's not on the way
yet.

johannes

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-06-16  9:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-16  7:26 [BUG] wifi: iwlwifi driver does not detect the card in Linux 6.16 Ryan Chung
2025-06-16  8:55 ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox