https://bugzilla.kernel.org/show_bug.cgi?id=213031
--- Comment #143 from chickengui...@protonmail.com --- I am encountering the same issue on my **Ceptor N530-04** laptop, which shares the same hardware characteristics as the MEDION laptops mentioned in this thread. Here are the details of my setup: ``` $ sudo dmidecode | grep -A3 '^System Information' System Information Manufacturer: Cepter Product Name: N530-04 Version: Default string ``` ``` $ uname -r 6.11.10-300.fc41.x86_64 ``` ``` $ sudo dmidecode | grep -A3 '^BIOS Information' BIOS Information Vendor: American Megatrends International, LLC. Version: 212 Release Date: 04/09/2021 ``` ### Problem Description The internal keyboard does not function correctly under Linux, but it works flawlessly in Windows. Some hotkeys, such as those for backlight and screen control (Fn+F5/F6/F7), are functional, but the standard keyboard keys remain unresponsive. This behavior is consistent with the issues described earlier in this thread. ### Debugging and Testing Summary I have thoroughly tested various kernel parameters, including: - `i8042.dumbkbd=1` - `i8042.nomux=1` - `i8042.reset=1` - `acpi=noirq` None of these attempts resolved the problem. #### i8042 and Interrupts The following commands were executed to gather additional insights: - **Serio Devices:** ``` $ sudo ls /sys/bus/serio/devices/ serio0 ``` - **Interrupts:** ``` $ sudo cat /proc/interrupts | grep i8042 1: 0 0 0 0 0 0 0 0 IR-IO-APIC 1-edge i8042 ``` - **i8042 Details:** ``` $ sudo ls /sys/devices/platform/i8042/ driver driver_override modalias power serio0 subsystem uevent ``` #### Boot Logs https://bin.disroot.org/?ba4574df72a33fda#3yCauTgRMym2hRdxtRcUR43LJsJTd2WVyqo9oxHq5ZuN ## Full dmesg log https://bin.disroot.org/?20d7361bc94a56c6#2qr9GezH7ged4W5rksziYJmdFPwx7dqHALywrmZc2D8e ## Full dmidecode https://bin.disroot.org/?8d69891253a9fcbb#5em29kXXLXzHdnnFFjZ4kGaivDHjokMA2gDpotC9UHf4 ### Request Since the affected hardware seems to align with the MEDION laptops referenced in this report, I believe this could be a broader compatibility issue. I kindly ask for guidance on further debugging steps or any patches that might resolve the issue. Thank you for your efforts and support! -- 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