Skip to content

ZanDev32/AsusFanControl-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

AsusFanControl-CLI

A Simple CLI Fan Control tool for ASUS Laptop written in BASH. Only been tested in ASUS X453SA on EndeavoursOS. This tool using asus-nb-wmi kernel module which is included in the Linux kernel and is loaded automatically on ASUS laptops. It will only allow to control a single fan and if there is a second fan you will not have any controls over it. Note that blacklisting this module will prevent keyboard backlight to work. Read more at Arch Wiki

Installing from source

This method works for any unix-like operating system and is a baseline for porting efforts.

Install dependencies then copy-paste this command:

git clone "https://github.com/ZanDev32/AsusFanControl-CLI"
sudo cp AsusFanControl-CLI/fanspdctl /usr/local/bin
rm -rf AsusFanControl-CLI

Uninstall

sudo rm "/usr/local/bin/fanspdctl"

dependencies

  • Bash
  • That all ᗜ˰ᗜ

About

A Simple Fan Control Script for ASUS Laptop by ZanDev

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages