To set a fixed fan speed, you need to add a few lines to file rc.local
(LuCI -> System -> Startup):
for file in /sys/class/thermal/thermal_zone*/mode; do
echo disabled > "$file";
done
echo 1600 > /sys/class/hwmon/hwmon0/fan1_target
To set a fixed fan speed, you need to add a few lines to file rc.local
(LuCI -> System -> Startup):
for file in /sys/class/thermal/thermal_zone*/mode; do
echo disabled > "$file";
done
echo 1600 > /sys/class/hwmon/hwmon0/fan1_target