Bug 218954
Summary: | Laptop Internal keyboard not working on ASUS Vivobook N6506MU on ubuntu and Manjaro | ||
---|---|---|---|
Product: | Drivers | Reporter: | Jean-Claude Charrier (jccharrier) |
Component: | Input Devices | Assignee: | drivers_input-devices |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | amb3r.dev, eleftherios.giapitzakis, tamim |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 6.8.0-22-generic Ubuntu and 6.10.0-RC3-1-MANJARO | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
Fix keyboard on Asus Vivobook Pro N6506MU
attachment-3882-0.html |
Description
Jean-Claude Charrier
2024-06-11 16:19:11 UTC
I can suppose something like : { /* Asus Vivobook Pro N6506MU */ .matches = { DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."), DMI_MATCH(DMI_BOARD_NAME, "N6506MU"), }, }, Also same as this one: https://bugzilla.kernel.org/show_bug.cgi?id=218929 Created attachment 306518 [details]
Fix keyboard on Asus Vivobook Pro N6506MU
@Lefteris and @ Jean-Claude Charrier: I have attached a patch that should work on 6.8+ kernels. Would either of you mind testing and verifying that it works as expected?
If everything looks good, I can get this submitted upstream sometime tomorrow.
Thanks,
Tamim
Dear Tamim, Compiled today 6.9.7 and applied it to POP!OS, all working perfect. Once again thanks for your assistannce! Lefteris Just to give an update, looks the patch will be present in the 6.11 kernel: https://lore.kernel.org/linux-acpi/CAJZ5v0iHVx+7Z2QTRncZPGZg4_F7DPQojFrE43qXuqaaWn=QdQ@mail.gmail.com/T/#m47de45b90240326eecfb19ed03ebe15d60f5938d Created attachment 306526 [details] attachment-3882-0.html Hi, tested with 6.9.7 on Manjaro: everything is perfect, thank you very much Le dim. 30 juin 2024, 12 h 23, <bugzilla-daemon@kernel.org> a écrit : > https://bugzilla.kernel.org/show_bug.cgi?id=218954 > > --- Comment #3 from Tamim Khan (tamim@fusetak.com) --- > Created attachment 306518 [details] > --> https://bugzilla.kernel.org/attachment.cgi?id=306518&action=edit > Fix keyboard on Asus Vivobook Pro N6506MU > > @Lefteris and @ Jean-Claude Charrier: I have attached a patch that should > work > on 6.8+ kernels. Would either of you mind testing and verifying that it > works > as expected? > > If everything looks good, I can get this submitted upstream sometime > tomorrow. > > Thanks, > Tamim > > -- > You may reply to this email to add a comment. > > You are receiving this mail because: > You reported the bug. Keyboard still not working on ASUS Vivobook Pro 15 OLED (Q543M) on kernel 6.9.7 (from Fedora Rawhide). also commented here: https://bugzilla.kernel.org/show_bug.cgi?id=218929#c5 My attached command output on this comment may also be relevant. https://bugzilla.kernel.org/show_bug.cgi?id=218929#c7 |