leonmaxx / asus_fanmode

Daemon that controls Fan Boost Mode automatically on ASUS TUF laptops
BSD 2-Clause "Simplified" License
51 stars 7 forks source link

Fancontrol in VivoBook_ASUSLaptop X412FA #10

Closed asfiya-inamdar closed 3 years ago

asfiya-inamdar commented 3 years ago

Hi leonmaxx i was trying a command to change the value of thermal throttle policy by executing this command below la -la /sys/devices/platform/asus-nb-wmi/

and the output is shown in the screenshot below.. Screenshot from 2021-04-29 13-31-24

What is the next echo command to change the thermal_throttle_policy so that i can run my fan at max speed? Appreciate your help, thanks.

leonmaxx commented 3 years ago

Hi, as you can see in a screenshot there is no supported fan boost ACPI devices listed, and asus_fanmode will not work for you. On supported devices there should be thermal_throttle_policy or fan_boost_mode entry.

But still, check hwmon subdirectory, there could be fan*_* entries that could allow you to control fan speeds.

asfiya-inamdar commented 3 years ago

Ok i see that, anyways thanks for the help.