Hi,
I just noticed a problem with the above script and do not recall seeing this in the past. When I run it, I get the following:
debian@pine64:/usr/local/sbin$ sudo ./pine64_health.sh
CPU freq : 480.00 MHz
CPU count : 4
Governor : ondemand
Core voltage : 1.04 V
SOC Temp : 35 C
Cooling state : 0
cat: /sys/devices/soc.0/cpu_budget_cool.16/roomage: No such file or directory
Cooling limit :
debian@pine64:/usr/local/sbin$
Does anyone else see this? I am wondering if this could be related to the recent kernel update or if something else is going on.
Thank you!
Okay, so I figured this out. The path changed and the script is accessing the old one. The correct path is:
/sys/devices/soc.0/cpu_budget_cool.17/roomage
I am not sure why it changed.
Sent from my SM-T537V using Tapatalk
I just noticed a problem with the above script and do not recall seeing this in the past. When I run it, I get the following:
debian@pine64:/usr/local/sbin$ sudo ./pine64_health.sh
CPU freq : 480.00 MHz
CPU count : 4
Governor : ondemand
Core voltage : 1.04 V
SOC Temp : 35 C
Cooling state : 0
cat: /sys/devices/soc.0/cpu_budget_cool.16/roomage: No such file or directory
Cooling limit :
debian@pine64:/usr/local/sbin$
Does anyone else see this? I am wondering if this could be related to the recent kernel update or if something else is going on.
Thank you!
Okay, so I figured this out. The path changed and the script is accessing the old one. The correct path is:
/sys/devices/soc.0/cpu_budget_cool.17/roomage
I am not sure why it changed.
Sent from my SM-T537V using Tapatalk