Morpheus2020
Regular Contributor
As @RMerlin said, Adaptive QoS of all ASUS WiFi 7 routers is Broken.
www.snbforums.com
In a previous firmware of RT-AX86U, the reason why Adaptive QoS was broken was incompatibility with Broadcom's hardware acceleration. The solution is to manually turn off hardware acceleration in SSH.
Turn on hardware acceleration or Restore to default:
Users of ASUS BE routers can try turning off hardware acceleration and then test whether Adaptive QoS is available. I'm not sure if the reason why Adaptive QoS of ASUS BE routers is broken is related to hardware acceleration. I'm also not sure if the above method is useful.
If someone is willing to test and tell me the results of whether this method is useful, I would be very grateful.
.

We have liftoff
Are those WiFi 7 models still broken? Will the QoS Classification page function again on 3006.102.4? You'd have to ask Asus and/or TrendMicro. The problem isn't related to the QoS Classification page. It's the TrendMicro bwdpi engine itself flat out failing to do proper classification on that...

In a previous firmware of RT-AX86U, the reason why Adaptive QoS was broken was incompatibility with Broadcom's hardware acceleration. The solution is to manually turn off hardware acceleration in SSH.
Code:
fc disable
fc flush
runner disable
nvram set runner_disable="1"
nvram set runner_disable_force="1"
nvram set fc_disable="1"
nvram set fc_disable_force="1"
nvram commit
Turn on hardware acceleration or Restore to default:
Code:
nvram set runner_disable="0"
nvram unset runner_disable_force
nvram set fc_disable="0"
nvram unset fc_disable_force
nvram commit
runner enable
fc enable
Users of ASUS BE routers can try turning off hardware acceleration and then test whether Adaptive QoS is available. I'm not sure if the reason why Adaptive QoS of ASUS BE routers is broken is related to hardware acceleration. I'm also not sure if the above method is useful.
If someone is willing to test and tell me the results of whether this method is useful, I would be very grateful.
.