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
sudo pacman -S ideapad-laptop-tb-dkms
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
- The Fn + F4(Mute Mic func) will not work.