AM06 Pro reading fan settings (pwm) from linux
Posted: Sun Jul 16, 2023 9:02 am
Does anyone know what linux kernel chipset driver is needed to directly read the the headsink fan's RPM and pwm values?
For example, on my desktop
Primary CPU fan is RPM is:
/sys/devices/platform/nct6683.2592/hwmon/hwmon3/fan1_input
Primary CPU fan's pwm setting is:
/sys/devices/platform/nct6683.2592/hwmon/hwmon3/pwm1
So:
For example, on my desktop
Primary CPU fan is RPM is:
/sys/devices/platform/nct6683.2592/hwmon/hwmon3/fan1_input
Primary CPU fan's pwm setting is:
/sys/devices/platform/nct6683.2592/hwmon/hwmon3/pwm1
So:
Code: Select all
% cat /sys/devices/platform/nct6683.2592/hwmon/hwmon3/fan1_input
362
% cat /sys/devices/platform/nct6683.2592/hwmon/hwmon3/pwm1
51