Armbian 23.11.1 bookworm (xfce)
Kernel 5.10.110
Unfortunately my fan problem is not yet solved…
The fan still runs very slowly.
I can set it manually, but the automatic temperature control doesn’t work.
I use this overlay:
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&fan0>;
overlay {
cooling levels = <120 135 150 165 180 195 210 235 255>;
};
};
};
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?