Linux Mint Laptop Keyboard and Trackpad Stop Working Until the Lid Is Closed

0
8
Asked By MellowCedar42 On

I recently installed Linux Mint on an HP laptop. While I'm working, the keyboard and trackpad sometimes stop responding even though the rest of the system continues running. Closing the lid and opening it again restores both devices. The issue appears intermittently, and the logs show messages mentioning an ACPI BIOS error as well as "x86/cpu: SGX disabled or unsupported by BIOS." What should I check to diagnose and fix this?

2 Answers

Answered By CopperWillow63 On

Closing and reopening the lid is effectively forcing the laptop’s power-management devices to wake up again. A normal reboot may also clear the issue, but if the keyboard and trackpad are completely unresponsive, you can try switching to a virtual console with Ctrl+Alt+F3 or use the system’s power button only as a last resort. Check for available kernel and firmware updates, and test whether the issue still happens when booting from a live USB.

MellowCedar42 -

I can’t use the usual reboot menu when both input devices are frozen, so I’ll collect the logs and test with a live USB first.

Answered By BrightKite7 On

When the problem happens, watch the system log in a terminal with `sudo dmesg -w` and then close and reopen the lid. Look for messages that appear at the exact time the keyboard and trackpad stop responding. Also record the exact HP model, since hardware-specific fixes can depend on it. Testing with a new user account, a Linux Mint live USB, or another distribution can help determine whether this is a configuration problem or a kernel/firmware compatibility issue.

QuietMarble18 -

The ACPI BIOS error may be related to power management, but the SGX message is usually informational and probably is not responsible for the input devices stopping. The exact model and the surrounding log lines would be more useful.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.