What's new

scMerlin scMerlin - service and script control menu for AsusWRT-Merlin

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Hello Jack,
After installing 384_19 firmware on the RT-AC86U I can see the syntax error coming from the ScMerlin script and it refuses to run the code.
(Before update the router fw, ScMerlin was updated first to v1.1.2)
Do you know this issue?
View attachment 25536
could be jffs corruption, which is a known problem on the 86u. i'd recommend formatting and restoring a pre /.19 backup of jffs
 
Sorry for the delay. If you switch to the develop branch it should be OK to test!
Code:
scmerlin develop
Thank you, the script worked great! Now I don't ever need to log on to the WebUI for checking simple temperature readings!
 
v1.1.3 is now available
Changelog:
  • NEW: Add option to view temperature of CPU and wireless radios
  • CHANGED: Rename entware option from t to et
Thank you for this @Jack Yaz !

I am getting this on my AX88U:


Code:
Temperatures

CPU: 55°C
wl: wl driver adapter not found
2.4 GHz: °C
5 GHz: 38°C

Press enter to continue...

I will try a reboot to see if this helps.
 
Thank you for this @Jack Yaz !

I am getting this on my AX88U:


Code:
Temperatures

CPU: 55°C
wl: wl driver adapter not found
2.4 GHz: °C
5 GHz: 38°C

Press enter to continue...

I will try a reboot to see if this helps.

that didn’t help. Getting the same output.
 
Thank you for this @Jack Yaz !

I am getting this on my AX88U:


Code:
Temperatures

CPU: 55°C
wl: wl driver adapter not found
2.4 GHz: °C
5 GHz: 38°C

Press enter to continue...

I will try a reboot to see if this helps.
hm, AX88U must use a different interface for 2.4ghz other than eth5
 
hm, AX88U must use a different interface for 2.4ghz other than eth5

I use these eth6 and eth7 to get the temps:


Code:
wl -i eth6 phy_tempsense

wl -i eth7 phy_tempsense
 
I use these eth6 and eth7 to get the temps:


Code:
wl -i eth6 phy_tempsense

wl -i eth7 phy_tempsense

I replaced the “wl -i....” eth5 and eth6 commands in the script with eth6 (2.4 GHz) and eth7 (5GHz) and now they display just fine.


Code:
Temperatures

CPU: 55°C
2.4 GHz: 38°C
5 GHz: 40°C

Press enter to continue...
 
hello.
i got this on my ac3100 router

Code:
Temperatures

awk: /sys/class/thermal/thermal_zone0/temp: No such file or directory
CPU: °C
wl: wl driver adapter not found
2.4 GHz: °C
wl: wl driver adapter not found
5 GHz: °C

Press enter to continue...
 
hello.
i got this on my ac3100 router

Code:
Temperatures

awk: /sys/class/thermal/thermal_zone0/temp: No such file or directory
CPU: °C
wl: wl driver adapter not found
2.4 GHz: °C
wl: wl driver adapter not found
5 GHz: °C

Press enter to continue...

Try these to find your “eth” numbers for your router:


Code:
nvram get wl0_ifname
nvram get wl1_ifname
 
hello.
i got this on my ac3100 router

Code:
Temperatures

awk: /sys/class/thermal/thermal_zone0/temp: No such file or directory
CPU: °C
wl: wl driver adapter not found
2.4 GHz: °C
wl: wl driver adapter not found
5 GHz: °C

Press enter to continue...
for cpu, can you run the below and show me the output please?
Code:
cat /proc/dmu/temperature
 
I replaced the “wl -i....” eth5 and eth6 commands in the script with eth6 (2.4 GHz) and eth7 (5GHz) and now they display just fine.


Code:
Temperatures

CPU: 55°C
2.4 GHz: 38°C
5 GHz: 40°C

Press enter to continue...
should be fixed in the hotfix i just pushed
 
hm, AX88U must use a different interface for 2.4ghz other than eth5
Hi,
I'm getting that same output on my AC88U
Anton
Screenshot 2020-08-29 115610.jpg
 
@Jack Yaz looks good here on an RT-AX88U. Thank you! :)

Code:
#####################################################
##               __  __              _  _          ##
##              |  \/  |            | |(_)         ##
##    ___   ___ | \  / |  ___  _ __ | | _  _ __    ##
##   / __| / __|| |\/| | / _ \| '__|| || || '_ \   ##
##   \__ \| (__ | |  | ||  __/| |   | || || | | |  ##
##   |___/ \___||_|  |_| \___||_|   |_||_||_| |_|  ##
##                                                 ##
##               v1.1.3 on RT-AX88U                ##
##                                                 ##
##       https://github.com/jackyaz/scMerlin       ##
##                                                 ##
#####################################################



Temperatures

CPU: 71°C
2.4 GHz: 50°C
5 GHz: 50°C

Press enter to continue...
 
for cpu, can you run the below and show me the output please?
Code:
cat /proc/dmu/temperature

Code:
andresmorago@RT-AC3100-0548:/tmp/home/root# cat /proc/dmu/temperature
CPU temperature : 81▒C

andresmorago@RT-AC3100-0548:/tmp/home/root#
andresmorago@RT-AC3100-0548:/tmp/home/root#
 
fun... thx, Jack...

Temperatures

CPU: 46°C
2.4 GHz: 35.5°C
5 GHz: 36.5°C

Press enter to continue...
 
I'm getting this output on my AC88U


Temperatures

awk: /sys/class/thermal/thermal_zone0/temp: No such file or directory
CPU: °C
wl: wl driver adapter not found
2.4 GHz: °C
wl: wl driver adapter not found
5 GHz: °C

Anton
 
Works great on both of my RT-AC86U routers. It is real handy for checking temps on the AiMesh node.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top