09-21-2018, 09:26 AM
(09-21-2018, 01:54 AM)Hi tuxd3v Wrote: I added the results as copy past the questions above.
Thanks for the reply
Ok, the problem seems to be related with pwn:
"
ls -l /sys/class/{thermal/thermal_zone{0,1}/temp,hwmon/hwmon0/pwm1}
ls: cannot access '/sys/class/hwmon/hwmon0/pwm1': No such file or directory
"
Maybe is exported to SysFs with another name..
Check if it has another names on SysFs
For Example:
Code:
find /sys -name \*pwm\*
This is to Find were the pwm is
regards