Sorry for the delay @fr0s7 ... please download this debug version:Sure, I'll gladly help.
curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/RTRMON/develop/rtrmon-debug.sh" -o "/jffs/scripts/rtrmon.sh" && chmod 755 "/jffs/scripts/rtrmon.sh"
rtrmon -monitor
Thank you! I think it has something to do with your CPU temps... could you please run this and see what you get back?Done, attached is the output file.
cat /sys/class/thermal/thermal_zone0/temp | cut -c -2
Could you please give this a try?cat: can't open '/sys/class/thermal/thermal_zone0/temp': No such file or directory
Got to /sys/class/thermal directory but it's empty, I guess the temps are reported elsewhere?
cat /proc/dmu/temperature
Is there anything under /sys/class/thermal/thermal_zone1?cat: can't open '/proc/dmu/temperature': No such file or directory
There's no dmu dir in /proc
How aboutcat: can't open '/proc/dmu/temperature': No such file or directory
There's no dmu dir in /proc
cat /sys/power/bpcm/cpu_tempHi @fr0s7 ... What is the actual output when you run this command? Does it just show:cat: can't open '/sys/class/thermal/thermal_zone1': No such file or directory
cat /sys/power/bpcm/cpu_temp
cpu_temp: 64.758 C
Nailed it.
64.758
I think what he showed is exactly the one-line output.Hi @fr0s7 ... What is the actual output when you run this command? Does it just show:
Code:64.758
Or is there other info when you run that command? I need specifics please. Please paste all the output from your screen after running that command if you don't mind?
Lol almost looks made-up!I think what he showed is exactly the one-line output.
![]()
asuswrt-merlin.ng/release/src-rt-5.04behnd.4916/bcmdrivers/opensource/misc/pmc/impl1/pmc_sysfs.c at 4ec7ca6d025b21f644fdf8da608be482a07a0e3c · RMerl/asuswrt-merlin.ng
Third party firmware for Asus routers (newer codebase) - RMerl/asuswrt-merlin.nggithub.com
OK @fr0s7 ... could you please give this patched version a shot, and see if this no longer produces errors, and gives you the correct temp readings?cat: can't open '/sys/class/thermal/thermal_zone1': No such file or directory
cat /sys/power/bpcm/cpu_temp
cpu_temp: 64.758 C
Nailed it.
curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/RTRMON/develop/rtrmon.sh" -o "/jffs/scripts/rtrmon.sh" && chmod 755 "/jffs/scripts/rtrmon.sh"
That's great news, thank you!

Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!