Bug 216864
Summary: | ASUS ExpertBook B2402 internal keyboard not detected | ||
---|---|---|---|
Product: | Drivers | Reporter: | zelenat |
Component: | Input Devices | Assignee: | drivers_input-devices |
Status: | RESOLVED CODE_FIX | ||
Severity: | blocking | CC: | garbage_accnt, info.audrey, tamim |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.19.7 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
Fix IRQ issues on keyboard for B2402CBA for linux kernel 6.1
Fix IRQ issues on keyboard for all ExpertBook on linux 5.15 - 6.0 |
Description
zelenat
2022-12-29 17:30:42 UTC
Created attachment 303503 [details] Fix IRQ issues on keyboard for B2402CBA for linux kernel 6.1 I have posted a patch similar to the ones in https://bugzilla.kernel.org/show_bug.cgi?id=216158 that will fix the issue on kernel 6.1 and will be adding a patch for 5.15 - 6.0 kernels shortly. I am also in the process of submitting this to the mailing list and will follow up here what that is done. Tamim Created attachment 303504 [details]
Fix IRQ issues on keyboard for all ExpertBook on linux 5.15 - 6.0
Patch has been submitted to the list (https://lore.kernel.org/linux-acpi/20221230055839.80885-1-tamim@fusetak.com/T/#u). I will post again with what kernel version it will end up in but given what happened with the other patch it will probably end up in 6.2. Tamim Looks like the fix will end up in the 6.2 kernel and is already present in the latest release candidate (6.2-rc4): https://lore.kernel.org/linux-acpi/CAJZ5v0ikQN=C966p3Fm=HTRGfeWimjgCps9aqAp0UBHRQ5Xt9g@mail.gmail.com/T/#t Tamim Hi I've got an Asus ExpertBook B2402FB and I had the same problem like you (internal keyboard not worked and some of hotkeys) on Debian 12. Thank you very much @zelenat and @Tamim Khan for your replies. I found an easy solution. I've installed the latest linux kernel version (6.5.3) and the keyboard work fine. I followed this tutorial: https://www.linuxcapable.com/how-to-install-latest-linux-kernel-on-debian-linux/ All the best, Audette |