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!

@Jack Yaz works fine on AC86U [Main Router] - but fails on AC5300 [Aimesh Node] with this message ...
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

For your info - on my AC5300 it is eth1 and eth2 for wl0_ifname and wl1_ifname respectively
and output of ... cat /proc/dmu/temperature ... is ... CPU temperature : 70▒C
 
@Jack Yaz works fine on AC86U [Main Router] - but fails on AC5300 [Aimesh Node] with this message ...
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

For your info - on my AC5300 it is eth1 and eth2 for wl0_ifname and wl1_ifname respectively
and output of ... cat /proc/dmu/temperature ... is ... CPU temperature : 70▒C
I'll push a further hotfix tonight for all other affected models. Hopefully that'll solve it
 
I'll push a further hotfix tonight for all other affected models. Hopefully that'll solve it

Thanks - it's "little" issues like this [variety of different eth?'s across router models] that makes us non-coders FULLY appreciate the efforts that RMerlin and the rest of you add-on specialists have to contend with when making things simple for the rest of us. The inconsistencies across the Asus model range must make coders' lives more than just "challenging" ... [including the tasks of the stock firmware coders!].

I for one fully support RMerlin's decision to take a breather until the 386 code settles - and hope that it reduces rather than amplifies the fiddly bits from one model to the next.

@kernol I found some time before I go out for the day and pushed some fixes, please update and let me know if all functional? I'm unsure on the CPU fix since I can't test it myself
Almost done - results below ...
Code:
Temperatures

awk: /sys/class/thermal/thermal_zone0/temp: No such file or directory
CPU: °C
2.4 GHz: 49°C
5 GHz: 48°C
 
Thanks - it's "little" issues like this [variety of different eth?'s across router models] that makes us non-coders FULLY appreciate the efforts that RMerlin and the rest of you add-on specialists have to contend with when making things simple for the rest of us. The inconsistencies across the Asus model range must make coders' lives more than just "challenging" ... [including the tasks of the stock firmware coders!].

I for one fully support RMerlin's decision to take a breather until the 386 code settles - and hope that it reduces rather than amplifies the fiddly bits from one model to the next.


Almost done - results below ...
Code:
Temperatures

awk: /sys/class/thermal/thermal_zone0/temp: No such file or directory
CPU: °C
2.4 GHz: 49°C
5 GHz: 48°C
Hm, that error shouldn't happen since I test if it exists:
Code:
if [ -f /sys/class/thermal/thermal_zone0/temp ]; then

wait a few minutes and check for another update? Github cache may not have caught the latest after I posted
 
Just ran option "uf" - and that has fixed it ... result now ...
Code:
Temperatures

CPU: CPU temperature    : 69▒C
2.4 GHz: 49°C
5 GHz: 48°C

MANY thanks
 
Just ran option "uf" - and that has fixed it ... result now ...
Code:
Temperatures

CPU: CPU temperature    : 69▒C
2.4 GHz: 49°C
5 GHz: 48°C

MANY thanks
Hm, the examples I was shown only had a single space after temperature. "cut" it is - give Github a few minutes to expire your cache and update again please
 
Fully sorted ...
Code:
Temperatures

CPU: 70▒C
2.4 GHz: 49°C
5 GHz: 48°C

EDIT: Just a strange character for the degree symbol for the CPU temp - not seen on AC86U.
It has been there from the start - following that cat command you required. Appears to be the symbol for Medium shade' with code point U+2592 ??
 
Last edited:
Works perfectly now on my AC88U. Thanks Jack Yaz!

Temperatures

CPU: 65▒C
2.4 GHz: 43°C
5 GHz: 50°C
 
fixed for me on my ac3100. i do get the strange character instead of the degree symbol


Code:
Choose an option:    t

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



Temperatures

CPU: 80▒C
2.4 GHz: 49°C
5 GHz: 53.5°C

Press enter to continue...
 
Tested latest on 87u (update forced)

Code:
Temperatures

CPU: 70�C
2.4 GHz: 45.5°C
wl: wl driver adapter not found
5 GHz: °C

Press enter to continue...
 
Im not seeing my 5G come up either. Also on the 87R(U)

When I run
Code:
wl dump
Im not seeing anything listed for my 5G band

Im seeing eth1 for the 2.4GHz ifname value and wifi0 for the 5GHz ifname value

edit: So im looking around in the quantenna system now to see if there is an easy way to get at the 5 GHz info for the 87


This should get you the 5GHz temp on the 87s "temperature_rfic_internal" should be the value you want.
Code:
qcsapi_sockrpc get_temperature
 
Last edited:
Temp working correct now on 87u with this update :)
Code:
Temperatures

CPU: 71�C
2.4 GHz: 45.5°C
5 GHz: 54.1°C

Press enter to continue...
Thanks @Jack Yaz & @Swinson
 
Was there a "min update" to scmerlin published between yesterday and today? Just want to make sure it's legit and my JFFS isn't going corrupt ;)
 
Was another update pushed to scmerlin between today (@ my post above, 10:57 AM EST timezone) and right now?
 
Was another update pushed to scmerlin between today (@ my post above, 10:57 AM EST timezone) and right now?
Apparently, yes.
Code:
Sep  4 05:21:17 RT-AC86U-4608 scmerlin: MD5 hash of scmerlin does not match - downloading updated v1.1.3

Sep  4 19:07:31 RT-AC86U-4608 scmerlin: MD5 hash of scmerlin does not match - downloading updated v1.1.3
 

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