No description
| aur | ||
| dkms | ||
| dkms.conf | ||
| ideapad-laptop-tb.c | ||
| ideapad-laptop-tb.h | ||
| ideapad-laptop.patch | ||
| Makefile | ||
| README.md | ||
The IdeaPad ACPI Extras kernel modules for ThinkBook 2024 NoteBooks
This kernel module solves two problems:
- Dead Sleep: The laptop turning off after closing the lid.
- Fn+F5/6 shutdown: The laptop turning off after pressing Fn+F5 or Fn+F6(not frequently).
Tested and works on:
- ThinkBook 2024 16+ IMH with Ubuntu 24.04 with kernel 6.9.3-060903-generic
- ThinkBook 2024 14 G6+ AHP with Arch Linux with kernel 6.10.9-x64v2-xanmod1-1
- ThinkBook 16 G6+ AHP with Arch Linux with kernel 6.11.6-x64v4-xanmod1
Usage
Install via pacman for Arch Linux
sudo pacman -S ideapad-laptop-tb-dkms
Install via dkms for Other Linux Distributions
make
sudo dkms add .
sudo dkms install ideapad-laptop-tb/6.10
sudo cp dkms/blacklist-ideapad-laptop-tb-dkms.conf /etc/modprobe.d/
sudo reboot
# Uninstall
sudo dkms remove ideapad-laptop-tb/6.10 --all
sudo rm /etc/modprobe.d/blacklist-ideapad-laptop-tb-dkms.conf
sudo reboot
Known bugs
- The Fn + F4(Mute Mic func) will not work.