Bug 216579 - Laptop Internal keyboard not working on ASUS VivoBook S5602ZA on ubuntu 22.04.
Summary: Laptop Internal keyboard not working on ASUS VivoBook S5602ZA on ubuntu 22.04.
Status: RESOLVED CODE_FIX
Alias: None
Product: Drivers
Classification: Unclassified
Component: Input Devices (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: drivers_input-devices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-13 13:45 UTC by Dzmitry
Modified: 2023-10-12 12:24 UTC (History)
3 users (show)

See Also:
Kernel Version: 5.15.0-48-generic
Subsystem:
Regression: No
Bisected commit-id:


Attachments
Fix IRQ issues on keyboard for S5602ZA for linux kernel 6.1+ (467 bytes, patch)
2022-10-14 04:32 UTC, Tamim Khan
Details | Diff
Fix IRQ issues on keyboard for all vivbook on linux 5.15+ (1.36 KB, patch)
2022-10-14 04:33 UTC, Tamim Khan
Details | Diff

Description Dzmitry 2022-10-13 13:45:25 UTC
ASUS VivoBook S5602ZA laptop keyboard is not working with Ubuntu 22.04.

Please find the result of the execution of following commands:

cat /sys/firmware/acpi/tables/DSDT > dsdt.dat
iasl -d dsdt.dat
grep -A 30 PS2K dsdt.dsl | grep IRQ -A 1


Result:
       IRQ (Level, ActiveLow, Exclusive, )
           {1}

Seems that this is the same issue as mentioned here https://bugzilla.kernel.org/show_bug.cgi?id=216158
Comment 1 Tamim Khan 2022-10-14 04:32:18 UTC
Created attachment 302997 [details]
Fix IRQ issues on keyboard for S5602ZA for linux kernel 6.1+

@Dzmitry I have attached a patch that should fix this the issue on the 6.1+ kernels and also another that fix all the vivobook laptops we have found so far for 5.15+ kernels. I will get this sent over the mailing list and update the bug report when I have details about what version of the kernel this will get merged into

Let me know if you continue to have issues with your laptop after applying the patch.

Thanks,
Tamim
Comment 2 Tamim Khan 2022-10-14 04:33:04 UTC
Created attachment 302998 [details]
Fix IRQ issues on keyboard for all vivbook on linux 5.15+
Comment 3 Dzmitry 2022-10-16 18:53:27 UTC
@Tamim After applying the patch I'v got the working keyboard. Highly appreciate your help, thanks a lot!
Comment 4 Tamim Khan 2022-10-26 14:38:17 UTC
Looks like this issue should be fixed in the 6.1 kernel: https://lore.kernel.org/linux-acpi/CAJZ5v0hgm2REg6cxy3cdnETpt0G-cnH5JH0X8FqS8XtTzttZyg@mail.gmail.com/T/#t
Comment 5 Shy Examiner 2022-11-01 19:21:13 UTC
Comment on attachment 302998 [details]
Fix IRQ issues on keyboard for all vivbook on linux 5.15+

This patch doesn't work on M5402RA vivobook

Refer to the following bug for details:
https://bugzilla.kernel.org/show_bug.cgi?id=216649

Note You need to log in before you can comment on or make changes to this bug.