Bug 2229317
Summary: | Lenovo Yoga Laptop Built-in Keyboard not Working on Kernel 6.4.7-200 | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | moe_jo <rawashdeh.mohammad> | ||||||||||||
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||||||||||
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||
Severity: | medium | Docs Contact: | |||||||||||||
Priority: | unspecified | ||||||||||||||
Version: | 38 | CC: | acaringi, adscvr, airlied, alciregi, bskeggs, fedora, hdegoede, hpa, hugh, jarod, josef, kernel-maint, lgoncalv, linville, masami256, mchehab, niki.guldbrand, ptalbert, steved | ||||||||||||
Target Milestone: | --- | Keywords: | Regression, Upgrades | ||||||||||||
Target Release: | --- | ||||||||||||||
Hardware: | x86_64 | ||||||||||||||
OS: | Linux | ||||||||||||||
URL: | https://discussion.fedoraproject.org/t/86799 | ||||||||||||||
Whiteboard: | |||||||||||||||
Fixed In Version: | kernel-6.4.9-200.fc38 kernel-6.4.9-100.fc37 | Doc Type: | If docs needed, set a value | ||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||
Clone Of: | Environment: | ||||||||||||||
Last Closed: | 2023-08-10 00:41:50 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
moe_jo
2023-08-04 22:05:16 UTC
Created attachment 1981748 [details]
Boot log of the kernel in question
The form asks for a kernel dump/log from a previous boot. Attached is the output of the command below:
journalctl --no-hostname -k > dmesg.txt
Thank you!
I have the same issue, that started when I upgraded from kernel 6.4.6 to 6.4.7. I have found this issue: https://bugzilla.kernel.org/show_bug.cgi?id=217718 Which has this patch: https://lore.kernel.org/all/20230728191408.18141-1-mario.limonciello@amd.com/ But that patch doesn't work for my laptop, see comment #15 from the linked kernel issue. Could anyone affected please attach the output from at least "sudo dmidecode" and ideally also "sudo acpidump" Thank you for the bug report. As mentioned already this is likely caused by commit a9c4a912b7dc ("ACPI: resource: Remove "Zen" specific match and quirks"): https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a9c4a912b7dc I have started a test-build of the Fedora 6.4.8 kernel with these changes reverted: https://koji.fedoraproject.org/koji/taskinfo?taskID=104399221 Note this is still building atm, it should be finished in a couple of hours. Please give this test build a try and let us know if it fixes things for you. See here for instructions how to install a kernel directly from koji (Fedora's buildsystem) : https://fedorapeople.org/~jwrdegoede/kernel-test-instructions.txt Created attachment 1981838 [details]
Output of dmidecode
Created attachment 1981839 [details]
Output of acpidump
(In reply to Thorsten Leemhuis from comment #3) > Could anyone affected please attach the output from at least "sudo > dmidecode" and ideally also "sudo acpidump" Please see the two attached files. Thank you (In reply to Hans de Goede from comment #4) > Thank you for the bug report. > > As mentioned already this is likely caused by commit a9c4a912b7dc ("ACPI: > resource: Remove "Zen" specific match and quirks"): > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/ > ?id=a9c4a912b7dc > > I have started a test-build of the Fedora 6.4.8 kernel with these changes > reverted: > > https://koji.fedoraproject.org/koji/taskinfo?taskID=104399221 > > Note this is still building atm, it should be finished in a couple of hours. > > Please give this test build a try and let us know if it fixes things for > you. See here for instructions how to install a kernel directly from koji > (Fedora's buildsystem) : > > https://fedorapeople.org/~jwrdegoede/kernel-test-instructions.txt Thank you for your reply and sharing the links that give some interesting context! I installed the koji kernel, v6.4.8, and it has fixed the issue for me. Is there anything else I can test for you before I remove it? I wonder if kernel 6.4.6 has the same commit applied? If not, why the commit was applied to 6.4.7 which caused the issue with the keyboard?! So I guess we should keep using an older kernel and the issue, hopefully, will not be shipped with the future kernels! Thank you! Created attachment 1981879 [details]
dmidecode
Created attachment 1981880 [details]
acpidump
I have also attached the requsted informtion. I'm currently not sure how to test the kernel in Silverblue, but i'll see if I can figure something out. Else I have to wait until the 6.4.8 fedora kernel gets release in ostree Thank you for testing. I have submitted a revert of a9c4a912b7dc ("ACPI: resource: Remove "Zen" specific match and quirks") upstream now, because I believe that that is the best way to fix the regressions caused by this (until we figure out a better way to deal with the kbd interrupt trigger-type issues): https://lore.kernel.org/linux-acpi/20230806151453.10690-1-hdegoede@redhat.com/ FEDORA-2023-638681260a has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2023-638681260a FEDORA-2023-ddfd3073b3 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-ddfd3073b3 (In reply to Hans de Goede from comment #12) > Thank you for testing. > > I have submitted a revert of a9c4a912b7dc ("ACPI: resource: Remove "Zen" > specific match and quirks") upstream now, because I believe that that is the > best way to fix the regressions caused by this (until we figure out a better > way to deal with the kbd interrupt trigger-type issues): > > https://lore.kernel.org/linux-acpi/20230806151453.10690-1-hdegoede@redhat. > com/ Thank you for your quick response and taking care of it! Thank you also for everyone who participated in this report! FEDORA-2023-ddfd3073b3 has been pushed to the Fedora 38 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-ddfd3073b3` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-ddfd3073b3 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-638681260a 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-2023-638681260a` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-638681260a See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-ddfd3073b3 has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2023-638681260a has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. I have a similar problem with my Asus Vivobook S M5402RA (one with an OLED screen). The keyboard stopped working after 6.4.6 but works again with 6.4.9. Great work fixing this! Thanks! |