09-15-2018, 04:05 PM
(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,
Can you post the result of these 4 commands?
Code:
ls -l /sys/class/{thermal/thermal_zone{0,1}/temp,hwmon/hwmon0/pwm1}
ls -l /usr/bin/lua
ls -l /usr/lib/aarch64-linux-gnu/lua/5.3/sleep.so
ls -l /usr/sbin/fanctl
regards