Bug 2127753
| Summary: | Intel 7265 stops working with kernel 5.19.9 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jason Montleon <jmontleo> | ||||||
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 36 | CC: | acaringi, adscvr, airlied, alciregi, bskeggs, hdegoede, hpa, jarodwilson, jglisse, jonathan, josef, kernel-maint, lgoncalv, linville, masami256, mchehab, ptalbert, steved | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://bugzilla.kernel.org/show_bug.cgi?id=216497 | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | kernel-5.19.11-300.fc37 kernel-5.19.11-100.fc35 kernel-5.19.11-200.fc36 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2022-09-26 00:17:12 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
I've updated the kernel.org bugzilla details, but it looks like https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.19.y&id=9516acba29e322202674d18f4dc383879f7813a5 is causing this. It appears to be causing problems with other hardware as well. Created attachment 1913298 [details]
journalctl output with Kernel 5.19.9, wifi not working
I am having the same issue with Intel Alder Lake-P PCH CNVi WiFi. FEDORA-2022-8ac949cd55 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2022-8ac949cd55 FEDORA-2022-4def83901c has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-4def83901c FEDORA-2022-9fae6a036f has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-9fae6a036f` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-9fae6a036f See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-4def83901c has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-4def83901c` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-4def83901c See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-8ac949cd55 has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-8ac949cd55` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-8ac949cd55 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2022-8ac949cd55 has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2022-9fae6a036f has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2022-4def83901c has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. |
Created attachment 1912756 [details] output of `journalctl --no-hostname -k > dmesg.txt` 1. Please describe the problem: The Intel 7265 Wireless card in my laptop no longer works starting with kernel 5.19.9. In dmesg output I see, "Failed to load firmware chunk!" 2. What is the Version-Release number of the kernel: kernel-5.19.9-200.fc36.x86_64 3. Did it work previously in Fedora? If so, what kernel version did the issue *first* appear? It first appeared in kernel-5.19.9-200.fc36.x86_64. kernel-5.19.8-200.fc36.x86_64 and many prior work fine. 4. Can you reproduce this issue? If so, please provide the steps to reproduce the issue below: Boot using kernel-5.19.9-200.fc36.x86_64 5. Does this problem occur with the latest Rawhide kernel? To install the Rawhide kernel, run ``sudo dnf install fedora-repos-rawhide`` followed by ``sudo dnf update --enablerepo=rawhide kernel``: Yes, I see the same issue with kernel-6.0.0-0.rc5.20220914git3245cb65fd91.39.fc38.x86_64 6. Are you running any modules that not shipped with directly Fedora's kernel?: No. 7. Please attach the kernel logs. You can get the complete kernel log for a boot with ``journalctl --no-hostname -k > dmesg.txt``. If the issue occurred on a previous boot, use the journalctl ``-b`` flag. Attached.