asus_fanmode icon indicating copy to clipboard operation
asus_fanmode copied to clipboard

Daemon that controls Fan Boost Mode automatically on ASUS TUF laptops

Results 7 asus_fanmode issues
Sort by recently updated
recently updated
newest added

For some reason some games don't activate the overboost fans cuz they run more on the gpu than the cpu and end up crashing, ¿there's a way to add (or...

![fan_control_failure](https://user-images.githubusercontent.com/18904157/113828673-4b5fd580-97a2-11eb-96e3-2ee63e73e4d8.png) journalctl status shows that it cannot switch fan mode

information needed

Hi, thank you for this daemon. I use it and I've just packaged it for the Debian family here https://github.com/dzamo/asus_fanmode/ . The Debian packaging lives in the new DEP-14 branches...

asus_fanmode.cpp: In function 'int main()': asus_fanmode.cpp:293:37: error: 'usleep' was not declared in this scope usleep(s_cCfg.nPollInterval * 1000);

Steps to reproduce: 1. Start service, make sure it's started by `systemctl status asus_fanmode` 2. Run stress tool to heat the CPU (I used `stress --cpu 30`) 3. Wait CPU...

Hello, sorry im asking in issue section. can this module applied to my Asus GL552JX ? thank.

Hi, in my laptop, Vivobook pro K3400PH, there is only two switch available: ``` # auto echo 2 > /sys/devices/platform/asus-nb-wmi/hwmon/hwmon5/pwm1_enable # full fan speed echo 0 > /sys/devices/platform/asus-nb-wmi/hwmon/hwmon5/pwm1_enable ``` Then...