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:

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