Apparently on gnuton 388.7 flowcache archer(runner) doesn’t disable itself automatically which is affecting both flexqos and cake. You need to manually disable it for either of these to work.
If flow cache is enabled and needs to be disabled:
To check status:
To undo:
Disable Archer (Runner/Flow Accelerator)
To check status:
To undo:
Reboot to take effect.
Edited: to add how to disable runner and correction on confusion of flowcache being the issue.
Note I can’t troubleshoot this myself until tomorrow.
Edited: Archer runner won't disable despite manually disabling. Issue posted on Gnuton Git.
Runner is the successor to Flow Accelerator. It's a second level of hardware acceleration that is incompatible with a lot of router features. ~Rmerlin
If flow cache is enabled and needs to be disabled:
Code:
nvram set fc_disable_force=1
nvram commit
fc disable
fc flush
To check status:
Code:
nvram get fc_disable
To undo:
Code:
nvram unset fc_disable_force
nvram commit
Disable Archer (Runner/Flow Accelerator)
Code:
nvram set runner_disable_force=1
nvram commit
To check status:
Code:
nvram get runner_disable
To undo:
Code:
nvram unset runner_disable_force
nvram commit
Reboot to take effect.
Edited: to add how to disable runner and correction on confusion of flowcache being the issue.
Note I can’t troubleshoot this myself until tomorrow.
Edited: Archer runner won't disable despite manually disabling. Issue posted on Gnuton Git.
RT-AX58U Cake and FlexQoS not running due to Hardware acceleration runner being enabled · Issue #615 · gnuton/asuswrt-merlin.ng
Router Model Affected Models: RT-AX58U Firmware Version Affected 388.7_1 Is this bug present in upstream Merlin releases too? No Describe the bug Cake and FlexQoS doesn't work because Hardware acce...
github.com
Last edited: