tttkkkfffddd
New Around Here
Thank you for the prompt answer @RMerlin !!!I can't - only Asus can implement that.
Really a shame that Asus gave up fixing VLAN for those expensive XT12...
Thank you for the prompt answer @RMerlin !!!I can't - only Asus can implement that.
As I understand it, the Check Update button checks for the release version of the Asus-Merlin firmware not the beta release version of the Asus-Merlin firmware. At the moment there is no release 3006.102.x Asus Merlin firmware for the BE-92U router.Is the check fw update function for merlin not working at the moment or is it just me?
Perhaps not relevant (I haven't peered through the code paths for this) but for a data point, on the stock firmware on my AX86U Pro, when a new version was listed on the website and a (manual) check was executed in the UI, it failed to detect it / pick it up and returned the same (successful) status.Edit to add: The firmware update check button is working on a RT-AX86U Pro running Beta3. When clicked it indicates it's checking for updated firmware then returns with "The latest version : The router's current firmware is the latest version." Might be something specific to the BE series, hopefully someone else with a BE series router can test the firmware Check button to see if it functions for them..
For me, on stock Asus firmware, it was hit or miss if the stock firmware would indicate a firmware update either when manually checked or automatically. Sometimes it would indicate new firmware, sometimes not when I manually checked when the Asus Support site indicated new firmware. Once it did show the new firmware alert icon in the top right of the GUI but that was right after I bought the router. Shrugs. In this case @TnF screen shot indicates their RT-BE92U router running Asus-Merlin Beta firmware GUI cannot access the "Asus server" to check for firmware updates.Perhaps not relevant (I haven't peered through the code paths for this) but for a data point, on the stock firmware on my AX86U Pro, when a new version was listed on the website and a (manual) check was executed in the UI, it failed to detect it / pick it up and returned the same (successful) status.
As I understand it, the Check Update button checks for the release version of the Asus-Merlin firmware not the beta release version of the Asus-Merlin firmware. At the moment there is no release 3006.102.x Asus Merlin firmware for the BE-92U router.
Edit to add: The firmware update check button is working on a RT-AX86U Pro running Beta3. When clicked it indicates it's checking for updated firmware then returns with "The latest version : The router's current firmware is the latest version." Might be something specific to the BE series, hopefully someone else with a BE series router can test the firmware Check button to see if it functions for them..Asuswrt-Merlin - Browse /RT-BE92U/Release at SourceForge.net
Alternative firmware for Asus wireless routerssourceforge.net
For me, on stock Asus firmware, it was hit or miss if the stock firmware would indicate a firmware update either when manually checked or automatically. Sometimes it would indicate new firmware, sometimes not when I manually checked when the Asus Support site indicated new firmware. Once it did show the new firmware alert icon in the top right of the GUI but that was right after I bought the router. Shrugs. In this case @TnF screen shot indicates their RT-BE92U router running Asus-Merlin Beta firmware GUI cannot access the "Asus server" to check for firmware updates.
Login over ssh and run this:Is the check fw update function for merlin not working at the moment or is it just me?
/usr/sbin/wget -t 2 -T 30 https://fwupdate.asuswrt-merlin.net/manifest2.txt -O -
rtradmin@router:/tmp/home/root# /usr/sbin/wget -t 2 -T 30 https://fwupdate.asuswrt-merlin.net/manifest2.txt -O -
--2025-05-06 16:56:52-- https://fwupdate.asuswrt-merlin.net/manifest2.txt
Resolving fwupdate.asuswrt-merlin.net... 2606:4700:3035::ac43:aade, 2606:4700:3037::6815:1c90, 104.21.28.144, ...
Connecting to fwupdate.asuswrt-merlin.net|2606:4700:3035::ac43:aade|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 481 [text/plain]
Saving to: 'STDOUT'
- 0%[ ] 0 --.-KB/s RT-AX58U#FW3004.388.9#EXT2
RT-AX86U#FW3004.388.9#EXT2
RT-AX88U#FW3004.388.9#EXT2
GT-AX11000#FW3004.388.9#EXT2
RT-AX68U#FW3004.388.9#EXT2
GT-AXE11000#FW3004.388.9#EXT2
XT12#FW3004.388.8#EXT4
GT-AX6000#FW3004.388.8#EXT4
GT-AXE16000#FW3004.388.8#EXT4
GT-AX11000_PRO#FW3004.388.8#EXT4
RT-AX86U_PRO#FW3004.388.8#EXT4
RT-AX88U_PRO#FW3004.388.8#EXT4
RT-BE96U#FW3006.102.3#EXT0
GT-BE98_PRO#FW3006.102.3#EXT0
RT-BE86U#FW3006.102.3#EXT0
RT-BE88U#FW3006.102.3#EXT0
RT-AX56U#FW3004.388.8#EXT4
- 100%[=========================================================================>] 481 --.-KB/s in 0s
2025-05-06 16:56:52 (101 MB/s) - written to stdout [481/481]
I usually use this method when the webui is acting up, and clearing the browser cache doesn't resolve the problem. I am sure many users have seen some odd behaviors with the firmware check. I have even received fantom new firmware alerts. When in doubt, use this method.Login over ssh and run this:
Should look like this:Code:/usr/sbin/wget -t 2 -T 30 https://fwupdate.asuswrt-merlin.net/manifest2.txt -O -
Code:rtradmin@router:/tmp/home/root# /usr/sbin/wget -t 2 -T 30 https://fwupdate.asuswrt-merlin.net/manifest2.txt -O - --2025-05-06 16:56:52-- https://fwupdate.asuswrt-merlin.net/manifest2.txt Resolving fwupdate.asuswrt-merlin.net... 2606:4700:3035::ac43:aade, 2606:4700:3037::6815:1c90, 104.21.28.144, ... Connecting to fwupdate.asuswrt-merlin.net|2606:4700:3035::ac43:aade|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 481 [text/plain] Saving to: 'STDOUT' - 0%[ ] 0 --.-KB/s RT-AX58U#FW3004.388.9#EXT2 RT-AX86U#FW3004.388.9#EXT2 RT-AX88U#FW3004.388.9#EXT2 GT-AX11000#FW3004.388.9#EXT2 RT-AX68U#FW3004.388.9#EXT2 GT-AXE11000#FW3004.388.9#EXT2 XT12#FW3004.388.8#EXT4 GT-AX6000#FW3004.388.8#EXT4 GT-AXE16000#FW3004.388.8#EXT4 GT-AX11000_PRO#FW3004.388.8#EXT4 RT-AX86U_PRO#FW3004.388.8#EXT4 RT-AX88U_PRO#FW3004.388.8#EXT4 RT-BE96U#FW3006.102.3#EXT0 GT-BE98_PRO#FW3006.102.3#EXT0 RT-BE86U#FW3006.102.3#EXT0 RT-BE88U#FW3006.102.3#EXT0 RT-AX56U#FW3004.388.8#EXT4 - 100%[=========================================================================>] 481 --.-KB/s in 0s 2025-05-06 16:56:52 (101 MB/s) - written to stdout [481/481]
Login over ssh and run this:
Should look like this:Code:/usr/sbin/wget -t 2 -T 30 https://fwupdate.asuswrt-merlin.net/manifest2.txt -O -
Code:rtradmin@router:/tmp/home/root# /usr/sbin/wget -t 2 -T 30 https://fwupdate.asuswrt-merlin.net/manifest2.txt -O - --2025-05-06 16:56:52-- https://fwupdate.asuswrt-merlin.net/manifest2.txt Resolving fwupdate.asuswrt-merlin.net... 2606:4700:3035::ac43:aade, 2606:4700:3037::6815:1c90, 104.21.28.144, ... Connecting to fwupdate.asuswrt-merlin.net|2606:4700:3035::ac43:aade|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 481 [text/plain] Saving to: 'STDOUT' - 0%[ ] 0 --.-KB/s RT-AX58U#FW3004.388.9#EXT2 RT-AX86U#FW3004.388.9#EXT2 RT-AX88U#FW3004.388.9#EXT2 GT-AX11000#FW3004.388.9#EXT2 RT-AX68U#FW3004.388.9#EXT2 GT-AXE11000#FW3004.388.9#EXT2 XT12#FW3004.388.8#EXT4 GT-AX6000#FW3004.388.8#EXT4 GT-AXE16000#FW3004.388.8#EXT4 GT-AX11000_PRO#FW3004.388.8#EXT4 RT-AX86U_PRO#FW3004.388.8#EXT4 RT-AX88U_PRO#FW3004.388.8#EXT4 RT-BE96U#FW3006.102.3#EXT0 GT-BE98_PRO#FW3006.102.3#EXT0 RT-BE86U#FW3006.102.3#EXT0 RT-BE88U#FW3006.102.3#EXT0 RT-AX56U#FW3004.388.8#EXT4 - 100%[=========================================================================>] 481 --.-KB/s in 0s 2025-05-06 16:56:52 (101 MB/s) - written to stdout [481/481]
tnf@RT-BE92U-3540:/tmp/home/root# /usr/sbin/wget -t 2 -T 30 https://fwupdate.asuswrt-merlin.net/manifest2.txt -O -
--2025-05-07 09:22:25-- https://fwupdate.asuswrt-merlin.net/manifest2.txt
Resolving fwupdate.asuswrt-merlin.net... 172.67.170.222, 104.21.28.144, 2606:4700:3035::ac43:aade, ...
Connecting to fwupdate.asuswrt-merlin.net|172.67.170.222|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 481 [text/plain]
Saving to: 'STDOUT'
- 0%[ ] 0 --.-KB/s RT-AX58U#FW3004.388.9#EXT2
RT-AX86U#FW3004.388.9#EXT2
RT-AX88U#FW3004.388.9#EXT2
GT-AX11000#FW3004.388.9#EXT2
RT-AX68U#FW3004.388.9#EXT2
GT-AXE11000#FW3004.388.9#EXT2
XT12#FW3004.388.8#EXT4
GT-AX6000#FW3004.388.8#EXT4
GT-AXE16000#FW3004.388.8#EXT4
GT-AX11000_PRO#FW3004.388.8#EXT4
RT-AX86U_PRO#FW3004.388.8#EXT4
RT-AX88U_PRO#FW3004.388.8#EXT4
RT-BE96U#FW3006.102.3#EXT0
GT-BE98_PRO#FW3006.102.3#EXT0
RT-BE86U#FW3006.102.3#EXT0
RT-BE88U#FW3006.102.3#EXT0
RT-AX56U#FW3004.388.8#EXT4
- 100%[===================>] 481 --.-KB/s in 0s
2025-05-07 09:22:25 (112 MB/s) - written to stdout [481/481]
You didn't mention the main detail, did you reset to factory settings after it...?I recently switched from the official Asus
It will probably work once there is an official release that includes the BE92U.No RT-BE92U on the list
I think this can only shows u the released version of firmwares but not for the betasHere's my output:
Code:tnf@RT-BE92U-3540:/tmp/home/root# /usr/sbin/wget -t 2 -T 30 https://fwupdate.asuswrt-merlin.net/manifest2.txt -O - --2025-05-07 09:22:25-- https://fwupdate.asuswrt-merlin.net/manifest2.txt Resolving fwupdate.asuswrt-merlin.net... 172.67.170.222, 104.21.28.144, 2606:4700:3035::ac43:aade, ... Connecting to fwupdate.asuswrt-merlin.net|172.67.170.222|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 481 [text/plain] Saving to: 'STDOUT' - 0%[ ] 0 --.-KB/s RT-AX58U#FW3004.388.9#EXT2 RT-AX86U#FW3004.388.9#EXT2 RT-AX88U#FW3004.388.9#EXT2 GT-AX11000#FW3004.388.9#EXT2 RT-AX68U#FW3004.388.9#EXT2 GT-AXE11000#FW3004.388.9#EXT2 XT12#FW3004.388.8#EXT4 GT-AX6000#FW3004.388.8#EXT4 GT-AXE16000#FW3004.388.8#EXT4 GT-AX11000_PRO#FW3004.388.8#EXT4 RT-AX86U_PRO#FW3004.388.8#EXT4 RT-AX88U_PRO#FW3004.388.8#EXT4 RT-BE96U#FW3006.102.3#EXT0 GT-BE98_PRO#FW3006.102.3#EXT0 RT-BE86U#FW3006.102.3#EXT0 RT-BE88U#FW3006.102.3#EXT0 RT-AX56U#FW3004.388.8#EXT4 - 100%[===================>] 481 --.-KB/s in 0s 2025-05-07 09:22:25 (112 MB/s) - written to stdout [481/481]
No RT-BE92U on the list (btw i am on beta 3 now)
Will we see a GPL bump before the final release for lets say BE86U? Asus released 37841 a week ago.
Good one, so obvious that I forget it... I just did and will report back tomorrow.You didn't mention the main detail, did you reset to factory settings after it...?
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!