Hello,
I’m using OpenWRT 23.05.5 (r24106-10cc5fcd00) on a TP-Link EAP245 v3 router, and I’m interested in using the fq-pie queue discipline for traffic management. However, I’m unable to get it working.
Details:
- Router Model: TP-Link EAP245 v3 (also EAP265 HD v1)
- Architecture: Qualcomm Atheros QCA956X v1 (ath79/generic)
- Firmware: OpenWRT 23.05.5 r24106-10cc5fcd00
- Kernel Version: 5.15.167
- LuCI Version: LuCI openwrt-23.05 branch (git-24.264.56413-c7a3562)
When I try to add fq-pie as a queue discipline using tc
, I get the error:
Error: Specified qdisc kind is unknown.
I’ve tried checking if the module is available with modprobe
, but it seems that the sch_fq_pie module is not found.
Can someone confirm if fq-pie is supported in the current OpenWRT kernel for this router model? If not, are there any plans to support it, or would I need to rebuild OpenWRT with it enabled?
Any help or pointers would be greatly appreciated!
Thanks in advance!