What's new

Beta Asuswrt-Merlin 3006.102.1 Beta is now available for WIfi 7 devices

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

Status
Not open for further replies.
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.
 
You are correct. I'm referring to GT-BE98 Pro with 3006.102.1 Beta 1 as in my signature.
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).
 
No, unless you enable an incompatible feature such as Traditional QoS.
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.

As always, thanks again for all of your efforts!
 
@jsbeddow @visortgw
I removed my post, due to posting in wrong area 🤦‍♂️
visortgw
My Goodness, You have quite the plethora of higher end routers in your signature. I bow in respect my friend!
 
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.
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?
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?
 
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?
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.

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?
Only Asus knows if they intend to eventually have a 3.0.0.4.390_xxxxx firmware series or not.
 
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.
Thanks, that helps a lot.
 
No, unless you enable an incompatible feature such as Traditional QoS.
@RMerlin: I discovered that hardware acceleration was disabled again this morning. Traditional QoS has never been enabled. I'm puzzled as to what is causing the change.
 
See what’s in nvram:
Code:
nvram show 2>/dev/null | grep -E "^(fc|runner)_disable"
After re-enabling via "runner enable; fc enable", the web GUI confirms it is enabled:
Screenshot 2024-06-27 at 09.47.26.png
but nvram shows this:
Code:
# nvram show 2>/dev/null | grep -E "^(fc|runner)_disable"
fc_disable=1
runner_disable=1
Do I need to change nvram variables as well?
 
After re-enabling via "runner enable; fc enable", the web GUI confirms it is enabled:
but nvram shows this:
Code:
# nvram show 2>/dev/null | grep -E "^(fc|runner)_disable"
fc_disable=1
runner_disable=1
Do I need to change nvram variables as well?
Check:
Code:
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
Code:
# nvram get qos_enable
1
# nvram get qos_type
2
# nvram get rb_enable
 
After re-enabling via "runner enable; fc enable", the web GUI confirms it is enabled:
but nvram shows this:
Code:
# nvram show 2>/dev/null | grep -E "^(fc|runner)_disable"
fc_disable=1
runner_disable=1
Do I need to change nvram variables as well?
I assume you rebooted after nvram commit?
 
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.
 
Status
Not open for further replies.

Similar 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