What's new

RTRMON RTRMON v1.6.9 -May 3, 2024- Monitor your Router's Health (New: AMTM, Network Conn/Bandwidth/Diag + Port Scanner + Speedtest) [NEW THREAD OPENED]

  • 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!

I can't find @RMerlin post but he mentioned that the order is wl0=5-1, wl1=5-2, wl2=2.4,wl3=6 (note that 2.4 is no longer the first for this model)
Hey @ugandy!

I was wondering if you could beta test this for me? I'm going to assume that both the AXE11000 and AXE16000 both have the same wl0/1/2/3 layout. I couldn't find anything to contradict this, so I'm running with it. ;) I've split the WiFi tab off onto it's own page (3) to handle the 4 possible WLAN statistics, and moved the Speedtest to page (4).

Please make sure you go into the config, and save some default settings for the 6Ghz interface. Let me know if this works out? If you could, please send me a few screenshots to ensure that everything looks correctly, because this isn't really something I can test for on my end unfortunately.

...and if you could, try making a connection to each of your wifi interfaces, and creating some traffic on each, and at the same time watching the bars for each of the WiFi interfaces on page (3) to ensure that they're capturing and displaying traffic?

Download:
Code:
curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/RTRMON/master/rtrmon-1.21b1.sh" -o "/jffs/scripts/rtrmon.sh" && chmod a+rx "/jffs/scripts/rtrmon.sh"

PS. if any other AXE11000/AXE16000 owners want to give this a go, please don't hesitate to leave me some feedback!
 
Last edited:
. temperature only shows for 2.4GHz and 6GHz. nothing for 5GHz
transfers for 6GHz are zeroed even when i do a fast.com test. but the 2.4 numbers go up. maybe switched?
i'll report back with more exhaustive testing
 
Last edited:
. temperature only shows for 2.4GHz and 6GHz. nothing for 5GHz
transfers for 6GHz are zeroed even when i do a fast.com test
Could you please download again? I made a small change for the temp... Do you have devices on those other bands that would create traffic?

Code:
curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/RTRMON/master/rtrmon-1.21b1.sh" -o "/jffs/scripts/rtrmon.sh" && chmod a+rx "/jffs/scripts/rtrmon.sh"
 
Could you please download again? I made a small change for the temp... Do you have devices on those other bands that would create traffic?

Code:
curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/RTRMON/master/rtrmon-1.21b1.sh" -o "/jffs/scripts/rtrmon.sh" && chmod a+rx "/jffs/scripts/rtrmon.sh"
temps only show up for 2.4Ghz and 6Ghz.
when i connect to 2.4 and do file transfer, transfer shows up on 6GHz
when i connect to 6 and do file transfer transfer shows on 2.4
5-1 and 5-2 look correct
looks like 2.4 and 6 are switched
 
temps only show up for 2.4Ghz and 6Ghz.
when i connect to 2.4 and do file transfer, transfer shows up on 6GHz
when i connect to 6 and do file transfer transfer shows on 2.4
5-1 and 5-2 look correct
looks like 2.4 and 6 are switched
Could you verify that 2.4 = wl2 and 6.0 = wl3? That's the only thing I can think of? If these were reversed, it would seem that would be right?

This is how my code refers to them:
Code:
    ifname24=$(nvram get wl2_ifname)
    ifname5=$(nvram get wl0_ifname)
    ifname52=$(nvram get wl1_ifname)
    ifname6=$(nvram get wl3_ifname)

As for the temps for 5-1 and 5-2, could you please send me the output for this code? (replace the ifname5 / ifname52 with the actual interface names you could get from running the nvram statements above)
Code:
wl -i $ifname5 phy_tempsense | awk '{print $1}'
wl -i $ifname52 phy_tempsense | awk '{print $1}'
 
Could you verify that 2.4 = wl2 and 6.0 = wl3? That's the only thing I can think of? If these were reversed, it would seem that would be right?

This is how my code refers to them:
Code:
    ifname24=$(nvram get wl2_ifname)
    ifname5=$(nvram get wl0_ifname)
    ifname52=$(nvram get wl1_ifname)
    ifname6=$(nvram get wl3_ifname)

As for the temps for 5-1 and 5-2, could you please send me the output for this code? (replace the ifname5 / ifname52 with the actual interface names you could get from running the nvram statements above)
Code:
wl -i $ifname5 phy_tempsense | awk '{print $1}'
wl -i $ifname52 phy_tempsense | awk '{print $1}'
i think the order must be 5-1(wl0), 5-2(wl1), 6(wl2), 2.4(wl3)


cromo@GT-AXE16000:/tmp/home/root# nvram get wl0_ifname
eth7
cromo@GT-AXE16000:/tmp/home/root# wl -i eth7 phy_tempsense
59 (0x3b)

cromo@GT-AXE16000:/tmp/home/root# nvram get wl1_ifname
eth8
cromo@GT-AXE16000:/tmp/home/root# wl -i eth8 phy_tempsense
58 (0x3a)
 
i think the order must be 5-1, 5-2, 6, 2.4
OK... I'm going to make the swap! Standby...

Give this one a shot:
Code:
curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/RTRMON/master/rtrmon-1.21b2.sh" -o "/jffs/scripts/rtrmon.sh" && chmod a+rx "/jffs/scripts/rtrmon.sh"
 
cromo@GT-AXE16000:/tmp/home/root# nvram get wl0_ifname
eth7
cromo@GT-AXE16000:/tmp/home/root# wl -i eth7 phy_tempsense
59 (0x3b)

cromo@GT-AXE16000:/tmp/home/root# nvram get wl1_ifname
eth8
cromo@GT-AXE16000:/tmp/home/root# wl -i eth8 phy_tempsense
58 (0x3a)
Well... that all looks right to me. It should be picking up these values. At the moment, I'm not seeing anything wrong with the code... ugh. Could you please send a screenshot of your wireless page (3)?
 
Untitled.jpg
 
the 2.4 and the 6 band are correct now but the TX/RX appear reversed?
meaning when i'm doing a download the transfer is reported on the Avg 60 TX, and when i do the upload it shows on the RX. i guess it depends on the point of view (client vs router)
 
Last edited:
the 2.4 and the 6 band are correct now but the TX/RX appear reversed?
meaning when i'm doing a download the transfer is reported on the Avg 60 TX, and when i do the upload it shows on the RX.
That is actually correct. When you download something from your computer, the router is uploading it to you and vice versa.
 
the 2.4 and the 6 band are correct now but the TX/RX appear reversed?
meaning when i'm doing a download the transfer is reported on the Avg 60 TX, and when i do the upload it shows on the RX. i guess it depends on the point of view (client vs router)
Hey @ugandy ... when you get a chance, please see if this one yields better results for you?

Download:
Code:
curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/RTRMON/master/rtrmon-1.21b3.sh" -o "/jffs/scripts/rtrmon.sh" && chmod a+rx "/jffs/scripts/rtrmon.sh"
 
Hey @ugandy ... when you get a chance, please see if this one yields better results for you?

Download:
Code:
curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/RTRMON/master/rtrmon-1.21b3.sh" -o "/jffs/scripts/rtrmon.sh" && chmod a+rx "/jffs/scripts/rtrmon.sh"
perfect!
Untitled.jpg
 
One more go, please... added a couple of other tidbits and tidying some stuff up. Also added the interface names for each wireless transmitter to this one... ;)

Download:
Code:
curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/RTRMON/master/rtrmon-1.21b4.sh" -o "/jffs/scripts/rtrmon.sh" && chmod a+rx "/jffs/scripts/rtrmon.sh"

If this looks good, it is probably ready to publish. Gosh, I really hope the interface layout is the same on the AXE11000 as it is on the AXE16000. I came across something else where it looks like the AX11000 (without the E) may not even have a WiFi 6 interface (or perhaps lacking a secondary 5GHz), adding yet another wrinkle in supporting this line. UGH.
 
Last edited:
where it looks like the AX11000 (without the E) may not even have a WiFi 6 interface
RT-AX1234 and GT-AX1234 have 5 GHz. RT-AXE1234 and GT-AXE1234 have 6 GHz.

If this looks good, it is probably ready to publish. Gosh, I really hope the interface layout is the same on the AXE11000 as it is on the AXE16000.
The GT-AXE16000 is currently the only model with a different interface order.
 
RT-AX1234 and GT-AX1234 have 5 GHz. RT-AXE1234 and GT-AXE1234 have 6 GHz.


The GT-AXE16000 is currently the only model with a different interface order.
Thanks for the cheat codes!! :) EDIT: Is there any way to tell which models have 2 wl's, vs. 3 wl's or 4 wl's like the AXE-16000?
 
Last edited:
One more go, please... added a couple of other tidbits and tidying some stuff up. Also added the interface names for each wireless transmitter to this one... ;)

Download:
Code:
curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/RTRMON/master/rtrmon-1.21b4.sh" -o "/jffs/scripts/rtrmon.sh" && chmod a+rx "/jffs/scripts/rtrmon.sh"

If this looks good, it is probably ready to publish. Gosh, I really hope the interface layout is the same on the AXE11000 as it is on the AXE16000. I came across something else where it looks like the AX11000 (without the E) may not even have a WiFi 6 interface (or perhaps lacking a secondary 5GHz), adding yet another wrinkle in supporting this line. UGH.
Untitled.jpg
 
on a separate topic. is the scripts' screen flickering on update happening because it doesn't use ncurses?
 
on a separate topic. is the scripts' screen flickering on update happening because it doesn't use ncurses?
Yes... it's just very simple TTY.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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