You are not logged in.
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
somebody that has some connection to Linux bugzilla
Offline