The decision of when to issue production "master" releases is completely at @Jack Yaz's discretion.Just curious, about when does something from the Develop branch make it's way to production release just using AMTM-scMerlin-update?
This is interesting. It seems that the current webGUI code is working fine for the RT-AX88U running F/W 388.x version, but it fails when an RT-AX88U is running the 386.8 version. I'm assuming that it fails every time and that it's not an intermittent problem, correct?AX88U running 386.8 - via SSH or System it's fine, but via scMerlin odd ball results
http://router.asus.com/ajax_coretmp.asp
{
while read -r theFILE
do
[ -f "$theFILE" ] && [ ! -L "$theFILE" ] && \
grep -HnE "curr_coreTmp_2_raw|curr_coreTmp_5_raw|curr_coreTmp_52_raw|curr_coreTmp_wl0_raw|curr_coreTmp_wl1_raw|curr_coreTmp_wl2_raw" "$theFILE"
done <<EOT
$(ls -1 /www/*.js /www/*.asp 2>/dev/null)
EOT
} > $HOME/info_debug.txt
Here you go;This is interesting. It seems that the current webGUI code is working fine for the RT-AX88U running F/W 388.x version, but it fails when an RT-AX88U is running the 386.8 version. I'm assuming that it fails every time and that it's not an intermittent problem, correct?
Would you please gather the info listed below from your RT-AX88U router and post it so I can take a look?
1) The output when typing the following URL on your web browser (after logging into your router's webGUI):
Code:http://router.asus.com/ajax_coretmp.asp
2) A copy of the actual file "/www/ajax_coretmp.asp" (you can get to the file via an SSH terminal session).
3) The output file "$HOME/info_debug.txt" generated by the following code (copy/paste into an SSH terminal session):
Bash:{ while read -r theFILE do [ -f "$theFILE" ] && [ ! -L "$theFILE" ] && \ grep -HnE "curr_coreTmp_2_raw|curr_coreTmp_5_raw|curr_coreTmp_52_raw|curr_coreTmp_wl0_raw|curr_coreTmp_wl1_raw|curr_coreTmp_wl2_raw" "$theFILE" done <<EOT $(ls -1 /www/*.js /www/*.asp 2>/dev/null) EOT } > $HOME/info_debug.txt
Thanks.
As I had started to suspect, the info you provided shows that there is a different set of temperature variables used by the 386.8 version, which means that there is now a total of 3 different sets (not 2 as previously thought) of vars that need to be taken into account when getting temperature values, two of those sets when running F/W older than the 386.9 version.Here you go;
...
/jffs/scripts/scmerlin develop
/jffs/scripts/scmerlin forceupdate
curl -kLSs --retry 3 --retry-delay 5 --retry-connrefused pastebin.com/raw/SrnUiXHq | tr -d '\r' > /jffs/addons/scmerlin.d/scmerlin_www.asp.MOD.FIXED.txt
chmod 644 /jffs/addons/scmerlin.d/scmerlin_www.asp.MOD.FIXED.txt
cp -fp /jffs/addons/scmerlin.d/scmerlin_www.asp.MOD.FIXED.txt /jffs/addons/scmerlin.d/scmerlin_www.asp
Thank you for verifying the fix & the quick feedback.Working for me!
AX88u - 386.8
Both from the GUI and SSH
...
/jffs/scripts/scmerlin develop
/jffs/scripts/scmerlin forceupdate
Just tried it and it works fine, nice to see the temperatures.I'm running an ax88u pro. Couple questions:Today, @Jack Yaz merged the most recent PR with the fix that handles the different temperature variables used in the F/W 386.8 version. To get this latest update for the develop branch 2.4.1 version you can run the following commands:
Bash:/jffs/scripts/scmerlin develop /jffs/scripts/scmerlin forceupdate
FYI.
Yes, simply run the following commands:Couple questions:
Is there a way to revert back from develop mode, and how?
Also, by doing so, will it revert to v2.4.0
/jffs/scripts/scmerlin stable
/jffs/scripts/scmerlin forceupdate
Last but not least, thanks to you and @Jack Yaz !!
Uncaught TypeError: Cannot read properties of undefined (reading 'each')
at exist_v6plus_conflict (notification.js:260:3)
at Object.run (notification.js:596:22)
at show_menu (state.js:1227:14)
at initial (user1.asp:218:760)
at onload (user1.asp:221:27)
@thelonelycoder is graciously taking care of it: https://www.snbforums.com/threads/amtm-doesnt-like-scmerlin-beta-release.86080/post-895925I first saw the temperature issue back in May 2023. I followed it thru since then. Along the way I remember seeing that @Jack Yaz was not going to be involved in Merlin as he had other responsibilities, and simply didn't have the time. IMHO someone needs to step into the roll so this update can be placed in the stable distro status. Other stuff gets placed in "stable", so is this just something that slipped thru the cracks? Or, is Jack still involved in the project.
Thank you, I'm always happy to wait, it's not an earth shattering issue and I'm sure he has a lot on his plate.@thelonelycoder is graciously taking care of it: https://www.snbforums.com/threads/amtm-doesnt-like-scmerlin-beta-release.86080/post-895925
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!