What's new
  • 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!

Release Asuswrt-Merlin 3006.102.5 is now available

Yes, WAN access is enabled, password has been modified to the new requirements, and both Firefox & Chrome cache (everything) have been cleared (all time) -- also used private mode in both. The problem still remains. I'll check the underlying code to see how it's being triggered.
I have the same RT-AX88U Pro with 102.5 running and don't see such issues. Do you have any uncommon addons installed, or anything that might be trying to modify the UI pages? Do you see any bind mounts if you run the mount command on the router? Something would need to be messing with your EN.dict file for this to break so oddly.
Code:
# md5sum /www/EN.dict
d10200dcafaa2f5150928563f655f97a  /www/EN.dict
# nvram get buildno
102.5
Check the dictionary locally.
Code:
# grep -E "\"(wireless_tab|status_tab)\"" /www/device-map/router_status.asp
Add 1 to each of those numbers between the # marks (512->513 and 877->878). Cloudflare security on the forum keeps blocking the actual commands and output, so this is a disjointed explanation.
Code:
# sed -n '513p' /www/EN.dict
Wireless
 
Last edited:
I have the same RT-AX88U Pro with 102.5 running and don't see such issues. Do you have any uncommon addons installed, or anything that might be trying to modify the UI pages? Do you see any bind mounts if you run the mount command on the router? Something would need to be messing with your EN.dict file for this to break so oddly.
Code:
# md5sum /www/EN.dict
d10200dcafaa2f5150928563f655f97a  /www/EN.dict
# nvram get buildno
102.5
Check the dictionary locally.
Code:
# grep -E "\"(wireless_tab|status_tab)\"" /www/device-map/router_status.asp
Add 1 to each of those numbers between the # marks (512->513 and 877->878). Cloudflare security on the forum keeps blocking the actual commands and output, so this is a disjointed explanation.
Code:
# sed -n '513p' /www/EN.dict
Wireless
I appreciate the assist.

Current addons: Skynet, Backupmon, ntpMerlin, scMerlin, Dual Wan Failover, WPNMon-R3, VPN Routing.
All addons are updated through AMTM.

You asked that i run the following commands ...

[/tmp/home/root]> md5sum /www/EN.dict
d10200dcafaa2f5150928563f655f97a /www/EN.dict

[/tmp/home/root]> nvram get buildno
102.5

[/tmp/home/root]> grep -E "\"(wireless_tab|status_tab)\"" /www/device-map/router_status.asp
<div id="wireless_tab" class="tab-block" onclick="switchTab(this.id)"><#489#></div>
<div id="status_tab" class="tab-block tab-click" onclick="switchTab(this.id)"><#854#></div>


[/tmp/home/root]> sed -n '513p' /www/EN.dict
Wireless

Not sure if this is the root cause but i noticed the following JS error (Firefox) when viewing http://192.168.1.1/index.asp:
Uncaught SyntaxError: unexpected token: identifier (router_status.asp:419:53)
JavaScript:
code += '<div class="ram-text-width">Go to <a href='http://www.asusrouter.com' target='_blank' style='text-decoration:underline'>www.asusrouter.com</a> to access the router’s main login screen.</div>';

Within the JS code above, notice the improper use of the single quote.

I checked the source code /device-map/router_status.asp (line:419):
JavaScript:
code += '<div class="ram-text-width"><#863#></div>';

<#863#>, i presume, is a 0-based line reference into /www/EN.dict. I checked /www/EN.dict (line 864):
Go to <a href='http://ZVDOMAIN_NAMEVZ' target='_blank' style='text-decoration:underline'>ZVDOMAIN_NAMEVZ</a> to access the router’s main login screen

Note, again, the use of single quotes. If this line is inserted raw, unescaped into router_status.asp would it not generate the above JS error and possibly stop further JS functions from running ?

You mentioned this "System Status" problem is not occurring for you so that's baffling.
 
Last edited:
grep -E "\"(wireless_tab|status_tab)\"" /www/device-map/router_status.asp
This isn’t the expected result. Those numbers should be 512 and 877. Did you check the mount command output?
Code:
# md5sum /www/device-map/router_status.asp
b8a58270c01e298685c785bf7244951a  /www/device-map/router_status.asp
# mount | grep www
 
Last edited:
Dirty fash on my GT-AX6000 (did a full reset on 102.4 version, not planing to do it until next bigger update).

Everything works so far, Aimesh seems stable.


Question:

I did a full factory reset on previous 102.4 version but settings for Transmission client were still there! Are they "stored" on swap partition or jffs?
 
BE92U Dirty upgrade from 102.4 version. so far no issues.

Only one strange problem was that, it happened in several previous Merlin firmware. Password will not recognise after 1-2 week usage and showing that password was invalid when login. Power cycle the router will fixed and can login again. Password do not contain any special all invalid characters or symbols.

Thanks Merlin
 
Same here, no problems since beta...
 
BE92U Dirty upgrade from 102.4 version. so far no issues.

Only one strange problem was that, it happened in several previous Merlin firmware. Password will not recognise after 1-2 week usage and showing that password was invalid when login. Power cycle the router will fixed and can login again. Password do not contain any special all invalid characters or symbols.

Thanks Merlin
Did you check System Log to see if there was a crash? With my previous BE92U the only time I ever get that issue is after a crash + reboot. You can check uptime or look for Dec 31 timestamps as long as you know when you manually rebooted the router.
 
Did you check System Log to see if there was a crash? With my previous BE92U the only time I ever get that issue is after a crash + reboot. You can check uptime or look for Dec 31 timestamps as long as you know when you manually rebooted the router.
Not crash or hangs, router working normally. I just cannot login with the password. I need to power cycle the router and It will back to normal and let me login. System log no obvious hints about this forgotten password issue.
I also tried disable WAN login but the issue still happened. Hope this firmware can fix it.
 
Brand new BE88U, previously only ran Beta 2 and Beta 3 firmware. The final release is running perfectly overall — my two mesh nodes are up and stable, and both my guest and two separate IoT networks are functioning flawlessly.
The only issues so far: Adaptive QoS bandwidth monitoring still doesn’t seem to be working reliably (if at all), and my SSH-RSA authorized key was erased during the update.
 
Have updated and everything working just fine.
My Aimesh node working fine and clients roame between them.
Temp not display in Fahrenheit anymore.
uptime-1.png
 
RT-86AXU Pro. Factory reset from 3004.388.4 to 3006.102.5. Hopefully this version cures the periodic drops of MYSA thermostats i have had during the 3004 stream. I expect though it is probably something with my MYSA devices. I was spooked at first seeing DHCPDISCOVER & DHCPOFFER entries every 5 minutes in the log for my Reolink cameras. I then realized the "log only message more urgent then" was set to "debug". I might have fat fingered that one and moved to "info". So far, so good with all devices on 3006.102.5.
 
I was spooked at first seeing DHCPDISCOVER & DHCPOFFER entries every 5 minutes in the log for my Reolink cameras.
This is an expected result, Reolink has a 5 minute leash/release on all their cameras.
I argued with them and got special software.
 

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!
Back
Top