What's new

FlexQoS FlexQOS faulty insstallation instruction

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

Squall Leonhart

Senior Member
Using the installation command listed on the github breaks because the full write path isn't specified, if an addons directory already exists curl fails with IsDirectory.

Deleting that directory installs the .sh as "addons" txt file without a shell extension.

Code:
admin@RT-AC88U-9670:/jffs# /usr/sbin/curl "https://raw.githubusercontent.com/dav
e14305/FlexQoS/master/flexqos.sh" -o /jffs/addons
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
Warning: Failed to open the file /jffs/addons: Is a directory

Simple fix, change to

Code:
/usr/sbin/curl "https://raw.githubusercontent.com/dave14305/FlexQoS/master/flexqos.sh" -o /jffs/addons/flexqos/flexqos.sh
 
Last edited:
I updated the README on github so it offers the small “copy” button at the end of the text to be copied.

But the preferred installation method is via amtm.
 
Last edited:
I can't get flexqos or cakeqos to work

Router RT-AX58U_V2
Captura de pantalla_15-6-2024_22590_www.asusrouter.com.jpeg
 
I can't get flexqos or cakeqos to work

Router RT-AX58U_V2
Not a surprise with Gnuton’s firmware. What’s the output of:
Code:
tc qdisc
nvram show | grep -E "^wan.*ifname="
 
Sin título.png





The Asus Normal qos doesn't work either, even if it is with the stock firmware, it always sends the traffic to these 3 classes even if it is playing Netflix Twitch, it doesn't matter.

Captura de pantalla_16-6-2024_133750_192.168.50.1.jpeg
 
View attachment 59501




The Asus Normal qos doesn't work either, even if it is with the stock firmware, it always sends the traffic to these 3 classes even if it is playing Netflix Twitch, it doesn't matter.

View attachment 59502
Was any QoS active when you ran those commands? If not, activate Adaptive QoS and run them again.
 
¿Había alguna QoS activa cuando ejecutó esos comandos? Si no es así, active la QoS adaptativa y vuelva a ejecutarlos.
FlexQos the previous one was with cakeqos
Sin título.png
Sin título.png


Captura de pantalla_16-6-2024_155912_192.168.50.1.jpeg


No matter the traffic is directed solely to this class.

Captura de pantalla_16-6-2024_155946_192.168.50.1.jpeg



With the factory firmware, adaptive QOS happens the same, it does not detect the applications.

It should detect games, Netflix, downloads, etc.

I already did a reset and tried several firmwares and I can't find the solution.
 
Last edited:
No matter the traffic is directed solely to this class.
The FlexQoS screenshot shows the AppDB rules with many “undefined” entries, which suggests that the Trend Micro signature files are not “complete”. How many lines in /tmp/bwdpi/bwdpi.app.db
 
La captura de pantalla de FlexQoS muestra las reglas de AppDB con muchas entradas "indefinidas", lo que sugiere que los archivos de firma de Trend Micro no están "completos". ¿Cuántas líneas hay en /tmp/bwdpi/bwdpi.app.db
admin@RT-AX3000-56C0:/tmp/home/root# Permission denied
-sh: Permission: not found
 
admin@RT-AX3000-56C0:/tmp/home/root# Permission denied
-sh: Permission: not found
Please post:
Code:
wc -l /tmp/bwdpi/bwdpi.app.db
 
admin@RT-AX3000-56C0:/tmp/home/root# wc -l /tmp/bwdpi/bwdpi.app.db
721 /tmp/bwdpi/bwdpi.app.db
admin@RT-AX3000-56C0:/tmp/home/root#
Please post:
Code:
head /tmp/bwdpi/bwdpi.app.db
 
Please post:
Code:
head /tmp/bwdpi/bwdpi.app.db
admin@RT-AX3000-56C0:/tmp/home/root# head /tmp/bwdpi/bwdpi.app.db
0,6,0,IRC
0,49,0,Message Send Protocol
1,2,0,BitTorrent Series
1,4,0,DirectConnect
1,62,0,eMule
1,113,0,XBT Client
1,145,0,PowerFolder
1,146,0,KNOwShowGo P2P
1,189,0,Transmission
3,1,0,FTP Applications
admin@RT-AX3000-56C0:/tmp/home/root#
 
How about:
Code:
grep -E "^(0|13)," /tmp/bwdpi/bwdpi.app.db

ASUSWRT-Merlin RT-AX58U_V2 3004.388.7_1-gnuton1 Mon Jun 10 09:50:03 UTC 2024
admin@RT-AX3000-56C0:/tmp/home/root# grep -E "^(0|13)," /tmp/bwdpi/bwdpi.app.db
0,6,0,IRC
0,49,0,Message Send Protocol
13,222,0,HTTP
admin@RT-AX3000-56C0:/tmp/home/root#
 
ASUSWRT-Merlin RT-AX58U_V2 3004.388.7_1-gnuton1 Mon Jun 10 09:50:03 UTC 2024
admin@RT-AX3000-56C0:/tmp/home/root# grep -E "^(0|13)," /tmp/bwdpi/bwdpi.app.db
0,6,0,IRC
0,49,0,Message Send Protocol
13,222,0,HTTP
admin@RT-AX3000-56C0:/tmp/home/root#
Please can you give me information if there is any problem and if there is a solution?
 
Have you tried checking for a Signature Update on the Firmware Update page? Either your signature files are obsolete, Adaptive QoS has lost a lot of intelligence, or the Gnuton builds are broken.
 
Have you tried checking for a Signature Update on the Firmware Update page? Either your signature files are obsolete, Adaptive QoS has lost a lot of intelligence, or the Gnuton builds are broken.
I tried and nothing, I'll put another router.
Thanks for the help
 
I tried and nothing, I'll put another router.
Thanks for the help
I just tested this today, and I see the same issue with the latest signature update. So it’s not just your router.
 

Similar threads

Latest 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