blacklist hp_accel blacklist lis3lv02d Then update your initramfs:
The Ghost in the Kernel: Decoding the ACPI SMO8800 “Write” Error on Linux
If you’ve spent any time digging through dmesg or journalctl on a modern Linux laptop (especially a Dell, Lenovo, or HP), you’ve likely stumbled upon a cryptic set of lines that look something like this: acpi smo8800 1
sudo update-initramfs -u Reboot. The errors will vanish, and you’ll save a few CPU cycles.
acpi-smo8800-linux-error-fix
If you don’t have a mechanical hard drive, just disable the entire free-fall protection system.
When this accelerometer detects a sudden drop (i.e., you trip over your power cord), it sends an interrupt to the kernel. The kernel then immediately issues an ATA STANDBY IMMEDIATE command to your hard drive, parking the read/write heads before the laptop hits the floor. When this accelerometer detects a sudden drop (i
Create a file: /etc/modprobe.d/blacklist-smo8800.conf