You are not logged in.

#1 2023-08-04 03:47:44

zerosign
Member
Registered: 2022-07-12
Posts: 4

Keyboard doesn't work on Latest Linux Kernel (6.4.7-arch1-3)

So it seems that based on https://www.reddit.com/r/archlinux/comm … me_lenovo/ there are patches in Linux kernel that reverts changes related to IRQ thingy with Lenovo or some Ryzen notebooks (including Yoga Slim 7 proX 14ARH7).

These has been follow up in other Ryzen Notebook (Lenovo) in https://lore.kernel.org/linux-acpi/2023 … 9199ff7cf6, however since it's based on whitelists, can somebody that has some connection to Linux bugzilla reports for this laptop ?  https://wiki.archlinux.org/title/Lenovo … X_(14ARH7). The patches (IRQ) might be the same, just need to add to the list of `dmi_system_id lenovo_laptop` to be

`
... 
  DMI_MATCH(DMI_SYS_VENDOR, "LENOVO"),
  DMI_MATCH(DMI_PRODUCT_NAME, "82TL"),
...
`

Or if there's need some tests, I also want to be volunteering to do so (with some guidances).

Thank you

Offline

#2 2023-08-04 06:50:48

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 66,969

Re: Keyboard doesn't work on Latest Linux Kernel (6.4.7-arch1-3)

somebody that has some connection to Linux bugzilla

https://bugzilla.kernel.org/createaccount.cgi

Offline

Board footer

Powered by FluxBB