11-20-2018, 09:10 PM
(11-20-2018, 08:00 PM)Drago Wrote:Code:Nov 20 20:58:51 DietPi ats[17503]: getConditions: Warning, Values { THERMAL0_CTL, THERMAL1_CTL, FAN_CTL }: /sys/class/thermal/thermal_zone0/temp, /sys/class/
thermal/thermal_zone1/temp, ERROR
Thanks,
Yup, You need to update your kernel..that version doesn't get exported to SysFs the needed controls..
I don't know if you have access to this Kernels, but try it:
Code:
apt-get update
apt-get install linux-image-4.4.138-1097-rockchip-ayufan-gb5128c0a1684 linux-headers-4.4.138-1097-rockchip-ayufan-gb5128c0a1684 linux-firmware-image-4.4.138-1097-rockchip-ayufan-gb5128c0a1684
reboot
After reboot it should start automatically..
You can stop it,
Code:
service ats stop
and run a test:
Code:
ats --test
To see timers and power it applies to fan, also temps..when done crtl+C
and start service again:
Code:
service ats start
service ats status