Wait, what? As far as I can tell, there are no Merlin releases of the 3006.102.1 series for the GT-AX6000, only the RT-BE96U and the GT-BE98_PRO.
You are correct. I'm referring to GT-BE98 Pro with 3006.102.1 Beta 1 as in my signature.Wait, what? As far as I can tell, there are no Merlin releases of the 3006.102.1 series for the GT-AX6000, only the RT-BE96U and the GT-BE98_PRO.
No, unless you enable an incompatible feature such as Traditional QoS.Is hardware acceleration intentionally disabled?
Yes, but my comment was directed to @Clark Griswald , who referenced the hardware acceleration features being turned on on a GT-AX6000, but that model doesn't have a build (yet) under the Merlin 3006 branch (although I suppose he could be referring to the status while running the latest stock AsusWRT builds).You are correct. I'm referring to GT-BE98 Pro with 3006.102.1 Beta 1 as in my signature.
Traditonal QoS was never enabled. I don't recall making any change(s) that should have affected this, but I now manually enabled both runner and flow cache.No, unless you enable an incompatible feature such as Traditional QoS.
NVRAM AllLED is present in at least 3004.388.7, how could I determine in future releases that this should be used instead of led_disable?LED enable/disable was changed. Instead of our own led_disable nvram, we now reuse the AllLED nvram that Asus uses for the LED button. This will allow to sync it with AiMesh nodes. Anything that can manipulate LEDs will need to adjust. This will eventually be ported to 3004.388 as well.
AllLED is the variable that Asus has been using for years now, tied to either the physical button or to the mobile app.NVRAM AllLED is present in at least 3004.388.7, how could I determine in future releases that this should be used instead of led_disable?
Only Asus knows if they intend to eventually have a 3.0.0.4.390_xxxxx firmware series or not.With the *BE9x routers it's simple (buildno=102.1) but what about future updates to 388x branch? Will they have an incremental greater buildno than 388.7 or will it be 390 or something?
Thanks, that helps a lot.AllLED is the variable that Asus has been using for years now, tied to either the physical button or to the mobile app.
I will probably eventually apply the same change to 388, but I won't have time to do it for 388.8 since that requires me to test every individual model to determine if Asus's proprietary code is fully working or not.
If you want to play it safe, I would say change both variables (AllLED and led_disable). setup_leds() was already setting the AllLED variable in addition to the Asuswrt-Merlin led_disable variable, the only two changes will be:
- setup_leds() will directly call Asus' closed source functions instead of me having to manually track down every required register changes when enabling LEDs back whenever I add a new model
- The leds_disable nvram will no longer have any effect. The webui toggle will directly control AllLED.
Only Asus knows if they intend to eventually have a 3.0.0.4.390_xxxxx firmware series or not.
After re-enabling via "See what’s in nvram:
Code:nvram show 2>/dev/null | grep -E "^(fc|runner)_disable"
runner enable; fc enable
", the web GUI confirms it is enabled:# nvram show 2>/dev/null | grep -E "^(fc|runner)_disable"
fc_disable=1
runner_disable=1
Check:After re-enabling via "runner enable; fc enable
", the web GUI confirms it is enabled:
but nvram shows this:
Do I need to change nvram variables as well?Code:# nvram show 2>/dev/null | grep -E "^(fc|runner)_disable" fc_disable=1 runner_disable=1
nvram get qos_enable
nvram get qos_type
nvram get rb_enable
Check:
Code:nvram get qos_enable nvram get qos_type nvram get rb_enable
# nvram get qos_enable
1
# nvram get qos_type
2
# nvram get rb_enable
I assume you rebooted after nvram commit?After re-enabling via "runner enable; fc enable
", the web GUI confirms it is enabled:
but nvram shows this:
Do I need to change nvram variables as well?Code:# nvram show 2>/dev/null | grep -E "^(fc|runner)_disable" fc_disable=1 runner_disable=1
So it thinks Bandwidth Limiter is active.Code:# nvram get qos_enable 1 # nvram get qos_type 2 # nvram get rb_enable
THANKS! You steered me in the right direction. Apparently, bandwidth limiter for one of my guest networks was enabled. I now turned it off.Code:# nvram get qos_enable 1 # nvram get qos_type 2 # nvram get rb_enable
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!