09-20-2018, 11:26 AM
(09-15-2018, 02:13 PM)amator_1 Wrote: wat am i doing wrong?
this is wat i get
:~# systemctl status fanctl
● fanctl.service - Active Thermal Fan Service
Loaded: loaded (/lib/systemd/system/fanctl.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Sat 2018-09-15 22:10:16 CEST; 1s ago
Process: 1847 ExecStart=/usr/sbin/fanctl (code=exited, status=127)
Main PID: 1847 (code=exited, status=127)
Can anyone help
Hello amator_1,
If you are in Ubuntu,
You need to upgrade kernel too(Debian Strech also needs kernel update), so that it will export to SysFs the Functionalities fanctl need.
To do so, you can:
Code:
apt-get clean
apt-get update
apt-get install linux-rockpro64 -y
apt-get install linux-image-4.4.138-1094-rockchip-ayufan-gf13a8a9a4eee linux-headers-4.4.138-1094-rockchip-ayufan-gf13a8a9a4eee cpufrequtils
Then reboot, and you should be fine.
Hope it helps