https://bugzilla.kernel.org/show_bug.cgi?id=219212

            Bug ID: 219212
           Summary: ASUS Vivobook Go E1404GAB_E1404GA keyboard does not
                    work
           Product: ACPI
           Version: 2.5
          Hardware: Intel
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Config-Other
          Assignee: acpi_config-ot...@kernel-bugs.osdl.org
          Reporter: fcestr...@proton.me
                CC: l...@kernel.org, raf...@kernel.org, ta...@fusetak.com
        Regression: No

Created attachment 306794
  --> https://bugzilla.kernel.org/attachment.cgi?id=306794&action=edit
dmidecode full output

Hi,

I am raising this report to help a user (Livi Toro) from the Debian Spanish
user support list [0].

Keyboard does not work on an Asus VivoBook Go 14 E1404GAB laptop [1], it does
not work in Debian stable (linux 6.1.106), and it doesn't work either with the
latest live-image (linux 6.10.6).

There are many similar issues, like #218929 [2], so based on that, we believe a
similar patch would be required for this model.

$ sudo dmidecode (full output attached, showing only relevant information here)
System Information
        Manufacturer: ASUSTeK COMPUTER INC.
        Product Name: Vivobook Go E1404GAB_E1404GA
Base Board Information
        Manufacturer: ASUSTeK COMPUTER INC.
        Product Name: E1404GAB

$ sudo cat /sys/firmware/acpi/tables/DSDT > dsdt.dat
$ iasl -d dsdt.dat
$ grep -A 30 PS2K dsdt.dsl | grep IRQ -A 1
                IRQ (Level, ActiveLow, Exclusive, )
                    {1}

Would you mind to help us with a review of this information, and, (if you
consider acceptable), propose a patch adding the following lines into the
repository "drivers/acpi/resource.c" file?

        {
                /* Asus Vivobook Go E1404GAB_E1404GA */
                .matches = {
                        DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
                        DMI_MATCH(DMI_BOARD_NAME, "E1404GAB"),
                },
        },

Any additional information required, do not hesitate to request it.

P.S. We did not report directly to Debian taking this [3] as precedent, but we
plan to report there to keep them informed.

[0] https://lists.debian.org/debian-user-spanish/2024/08/msg00039.html
[1] https://linux-hardware.org/?probe=5a3dac80c0
[2] https://bugzilla.kernel.org/show_bug.cgi?id=218929
[3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1078696#20

Thanks & have a nice day!

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to