06-03-2019, 04:12 AM
[quote pid='46691' dateline='1559247732']
That is a little bit strange, I use the same kernel..
seems that you don't have the sysfs files for control:
find them with:
Then you need to change /etc/ats.conf, so that it would have same locations..
But post the output of that command..
regards
[/quote]
Hi, I had to change distro to aarch64 based, will have to check with that again when I've a change. Will report here if I encounter any issues.
Thanks!
That is a little bit strange, I use the same kernel..
seems that you don't have the sysfs files for control:
Code:
/sys/devices/virtual/thermal/thermal_zone0/temp
/sys/devices/virtual/thermal/thermal_zone1/temp
/sys/devices/platform/pwm-fan/hwmon/hwmon0/pwm1
find them with:
Code:
find /sys -name pwm[0-9] -o -name temp -type f
Then you need to change /etc/ats.conf, so that it would have same locations..
But post the output of that command..
regards
[/quote]
Hi, I had to change distro to aarch64 based, will have to check with that again when I've a change. Will report here if I encounter any issues.
Thanks!