No description
Find a file
2025-04-20 00:35:59 +08:00
aur init 2025-04-20 00:35:59 +08:00
dkms init 2025-04-20 00:35:59 +08:00
dkms.conf init 2025-04-20 00:35:59 +08:00
ideapad-laptop-tb.c init 2025-04-20 00:35:59 +08:00
ideapad-laptop-tb.h init 2025-04-20 00:35:59 +08:00
ideapad-laptop.patch init 2025-04-20 00:35:59 +08:00
Makefile init 2025-04-20 00:35:59 +08:00
README.md init 2025-04-20 00:35:59 +08:00

The IdeaPad ACPI Extras kernel modules for ThinkBook 2024 NoteBooks

This kernel module solves two problems:

  1. Dead Sleep: The laptop turning off after closing the lid.
  2. 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.