Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fan controller for Schenker VIA 15 Pro / Mechrevo Code 01 / Tuxedo Pulse and other TongFang PF5NU1G based laptops.

License

Notifications You must be signed in to change notification settings

methyl/tongfang-fan-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fan controller for Schenker VIA 15 Pro / Mechrevo Code 01 / Tuxedo Pulse and other TongFang PF5NU1G based laptops.

Uses hand-tweaked PID controller to determine fan speed.

Requirements

Requires tuxedo-cc-wmi kernel module.

AUR Package can be installed with yay -S tuxedo-cc-wmi

Installation

cargo build --release
sudo cp target/release/tongfang-fan-control /usr/local/bin
sudo nano /etc/systemd/system/tongfang-fan-control.service
# paste following
[Unit]
Description=Run Tongfang Fan Control

[Service]
Type=simple
Restart=always
ExecStart=/usr/local/bin/tongfang-fan-control
User=root

[Install]
WantedBy=multi-user.target

sudo systemctl enable tongfang-fan-control
sudo systemctl start tongfang-fan-control

About

Fan controller for Schenker VIA 15 Pro / Mechrevo Code 01 / Tuxedo Pulse and other TongFang PF5NU1G based laptops.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages