Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 441 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 441 Bytes

The IdeaPad ACPI Extras kernel modules for ThinkBook 2024 G6+

This kernel module solves problem with laptop turning off after closing the lid.

Tested and works on:

  • Thinkbook 2024 16+ IMH with Ubuntu 24.04 with kernel 6.9.3-060903-generic

Build

Just run:

make

Usage

Install via dkms

sudo make install-dkms
sudo reboot

Uninstall via dkms

sudo make uninstall-dkms
sudo reboot