Launchpad has imported 12 comments from the remote bug at https://bugzilla.kernel.org/show_bug.cgi?id=219967.
If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. ------------------------------------------------------------------------ On 2025-03-29T21:56:57+00:00 develop-asunnya wrote: On Linux kernel **6.14.0** (observed on Arch Linux 6.14.0-arch1-1) https://archive.archlinux.org/packages/l/linux/linux-6.14.arch1-1-x86_64.pkg.tar.zst https://archive.archlinux.org/packages/l/linux-headers/linux-headers-6.14.arch1-1-x86_64.pkg.tar.zst After kernel update my wireless interface is not been detected. My system uses an Intel Corporation Alder Lake-P PCH CNVi WiFi (rev 01) adapter. Symptoms: The output of nmcli general wifi-hw shows "missing". The output of rfkill list does not show any Wi-Fi devices (only Bluetooth). Ethernet connection works as expected. The Wi-Fi hardware functions correctly when booting into Windows on the same machine, indicating the hardware itself is not the issue. *I use dual boot, but my EFI files between Linux and Windows partitions are split I have tried several troubleshooting steps, including: Ensuring the iwlwifi kernel module is loaded (it was). Checking for firmware-related errors in dmesg (no obvious errors related to missing firmware for this specific adapter were found). Reinstalling the linux-firmware package. Installing the intel-ucode package. Resolution: The issue was fixed by downgrading to linux-lts version 6.12. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2112190/comments/0 ------------------------------------------------------------------------ On 2025-03-30T01:18:52+00:00 aros wrote: Since this looks like a regression, could you bisect? https://docs.kernel.org/admin-guide/bug-bisect.html Maybe try kernel 6.13 first. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2112190/comments/1 ------------------------------------------------------------------------ On 2025-03-30T13:51:38+00:00 develop-asunnya wrote: 1. I have confirmed that the bug does not occur in version 6.13.8. I used the `linux-6.13.8.arch1-1-x86_64.pkg.tar.zst` package from the Arch Linux archives, and the Wi-Fi worked normally. 2. I have started the `git bisect` process. The initial log is: ``` git bisect start # status: waiting for both good and bad commits # bad: [38fec10eb60d687e30c8c6b5420d86e8149f7557] Linux 6.14 git bisect bad 38fec10eb60d687e30c8c6b5420d86e8149f7557 # status: waiting for good commit(s), bad commit known # good: [ffd294d346d185b70e28b1a28abe367bbfe53c04] Linux 6.13 git bisect good ffd294d346d185b70e28b1a28abe367bbfe53c04 ``` 3. My question now is how to proceed with testing the intermediate commits that `git bisect` will select. Do I need to set up the environment and manually compile the kernel for each `bisect` step in order to test the Wi-Fi? I would appreciate any guidance on this. 4. Forget to mention that my distro is not archlinux, it's cachyOS but Im using the kernel provide from arch linux archives. https://github.com/CachyOS/linux-cachyos/issues/425 Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2112190/comments/2 ------------------------------------------------------------------------ On 2025-03-30T14:40:19+00:00 develop-asunnya wrote: Created attachment 307909 Zip with LOGs from 6.14 and 6.13 - iwlwifi loop I am attaching a `.7z` archive containing 3 log files - One with NetworkManager logs from kernel 6.14 (where the bug occurs). - One with 'iwlwifi' related kernel messages from 6.14. - One with kernel logs from the working 6.13.8 version. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2112190/comments/3 ------------------------------------------------------------------------ On 2025-04-02T13:13:31+00:00 johannes wrote: There's a patch we should've included that should make it not spin, at least: https://p.sipsolutions.net/0c2dac2f5c4818d8.txt However, can't figure out why it's actually happening in the first place. Note also that there's a dup filed _just_ after this one: https://bugzilla.kernel.org/show_bug.cgi?id=219968 Still digging. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2112190/comments/4 ------------------------------------------------------------------------ On 2025-04-02T13:14:02+00:00 johannes wrote: Can you specify the laptop/machine model(s) this happens on? Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2112190/comments/5 ------------------------------------------------------------------------ On 2025-04-03T10:17:31+00:00 johannes wrote: Created attachment 307917 patch to avoid reset after failed handshake This should fix the issue that we get a SW (or deeper) reset after the handshake fails. It looks like the handshake failure was also there in 6.13 already, but I don't know why. I couldn't reproduce it here on any device that I could get my hands on (though not the same MAC/RF combination so far). Assuming this patch works and you only get a single "FW reset handshake timeout" and no follow-up errors, you could try the FW debug from https://wireless.docs.kernel.org/en/latest/en/users/drivers/iwlwifi/debugging.html#firmware- debugging and capture the dump and send it to us. Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2112190/comments/6 ------------------------------------------------------------------------ On 2025-04-03T11:04:35+00:00 johannes wrote: Created attachment 307918 patch to avoid reset after failed handshake ok that patch was stupid, this one's hopefully better :) Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2112190/comments/7 ------------------------------------------------------------------------ On 2025-04-10T20:38:20+00:00 johannes wrote: Pretty sure this is a dup of https://bugzilla.kernel.org/show_bug.cgi?id=219968 which was confirmed fixed with the patch. *** This bug has been marked as a duplicate of bug 219968 *** Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2112190/comments/8 ------------------------------------------------------------------------ On 2025-04-10T22:29:42+00:00 develop-asunnya wrote: My case is a samsung book 2 Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2112190/comments/9 ------------------------------------------------------------------------ On 2025-04-10T22:34:59+00:00 develop-asunnya wrote: Samsung Galaxy Book2 550XED Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2112190/comments/10 ------------------------------------------------------------------------ On 2025-04-21T18:54:46+00:00 develop-asunnya wrote: Solved https://github.com/archlinux/linux/commit/69a9408a09220353b8ba0fa240ea181ec32235c1 6.14.3 thanks :) Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2112190/comments/11 ** Changed in: linux Status: Unknown => Invalid ** Changed in: linux Importance: Unknown => High ** Bug watch added: github.com/CachyOS/linux-cachyos/issues #425 https://github.com/CachyOS/linux-cachyos/issues/425 ** Bug watch added: Linux Kernel Bug Tracker #219968 https://bugzilla.kernel.org/show_bug.cgi?id=219968 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2112190 Title: Wiki not working after updating to 25.04 Kernel 6.14.0 To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/2112190/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs