I have similar question. I am running radxa debian and looking for the file which contains fan speed values of cooling levels for cooling_device4 (pwm_fan).
I want to change Level 1 value from 64 to 72 which works better for me.
I changed the “policy” file in the /sys/class/thermal/thermal_zone0 folder as “root” from user_space to step_wise.
After a restart it is back to user_space… and the fan is at level 1 (of 8)…
The overlay is also correctly entered in /boot armbianEnv.txt.
The new entry is also present in /boot/overlay-user/.
The access rights for armbianEnv.txt have “1001” as the owner and “123” as the group.
Doesn’t root also have to have access (i.e. become a member of group 123?) so that the armbianEnv is not overwritten by owner 1001 every time after a restart?
How can I add root or xxx@rock5b as a member of group 123 there?
but unfortunately only a half answer…
what values belong in there?
It’s one thing that the values aren’t right.
The bigger problem is that the “policy” file in the “/sys/class/thermal/thermal_zone0” folder is reset to user_space every time you restart, where step_wise should actually be.
It’s understandable that the automatic fan control doesn’t work like this, if that’s the only problem…