Skip to content

Bring full PredatorSense functionality to Linux with this kernel module + CLI tool. Unlock Turbo mode, RGB lighting, and advanced fan control on Acer Predator & Nitro laptops. πŸ§βš™οΈπŸš€

License

Notifications You must be signed in to change notification settings

Order52/linuwu-sense-cli

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

49 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Linuwu-Sense Launcher

A streamlined Bash-based frontend for managing PredatorSense-like features on Linux systems, using the Linuwu-Sense kernel module.

Fork of 0x7375646F/Linuwu-Sense
Huge thanks to sudo / 0x7375646F for bringing PredatorSense to Linux!

This launcher script was developed (with some help from AI 😎) to provide a clean, user-friendly, menu-driven interface for configuring system-level features via the linuwu_sense kernel module.


πŸ“Έ Preview

Here’s what the tool looks like in action:

image


🧩 Features

Easily control and monitor:

  • βœ… Keyboard Backlight Timeout
  • πŸ”‹ Battery Charge Limiter
  • 🎡 Boot Animation and Sound
  • 🌬️ Fan Speeds (Auto, Quiet, Balanced, Performance, Turbo, Custom)
  • πŸ’‘ LCD Override
  • ⚑ USB Charging Thresholds
  • πŸ”§ Battery Calibration

All through a terminal interface, backed by SysFS and requiring root access.


πŸš€ Usage

1. Prerequisites

  • Linux kernel module: linuwu_sense.ko
  • Compatible Acer Predator laptop
  • Root privileges (the script will attempt to elevate with sudo)

⚠️ You must load the Linuwu-Sense kernel module before using this script.

🧱 Step 1: Install Kernel Headers

On Arch Linux:

sudo pacman -S linux-headers

πŸ› οΈ Step 2: Clone and Build the Module

git clone https://github.com/Order52/linuwu-sense-cli.git
cd linuwu-sense-cli
make install

⚠️ This will remove the default acer_wmi module and load the patched version from Linuwu-Sense. Make sure to run with sudo if needed.

βš™οΈ Using Clang Instead?

sudo make CC=clang LD=ld.lld install

πŸ”„ To Uninstall

make uninstall

Then Run the Script

chmod +x Linuwu-sense-cli.sh
sudo ./Linuwu-sense-cli.sh

About

Bring full PredatorSense functionality to Linux with this kernel module + CLI tool. Unlock Turbo mode, RGB lighting, and advanced fan control on Acer Predator & Nitro laptops. πŸ§βš™οΈπŸš€

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.9%
  • Shell 5.9%
  • Makefile 2.2%