B1300 SQM Help

My B1300 is using firmware 3.105. I downloaded sqm-scripts and luci-app-sqm and configured it for eth0. However, it doesn’t seem to be working as the test results from bandwidth testing consistently exceed the limit I’ve set.

Looking at the system logs, I noticed the following errors, any thoughts on what it might be? Looks like an installation error, but I’ve reinstalled and rebooted several times already.

Tue Sep 14 09:41:04 2021 user.notice SQM: cmd_wrapper: tc: invocation silenced by request, FAILURE either expected or acceptable.
Tue Sep 14 09:41:04 2021 user.notice SQM: cmd_wrapper: tc: FAILURE (2): /usr/sbin/tc qdisc del dev eth0 handle ffff: ingress
Tue Sep 14 09:41:04 2021 user.notice SQM: cmd_wrapper: tc: LAST ERROR: RTNETLINK answers: No such file or directory
Tue Sep 14 09:41:04 2021 user.notice SQM: cmd_wrapper: tc: SUCCESS: /usr/sbin/tc qdisc add dev eth0 handle ffff: ingress
Tue Sep 14 09:41:04 2021 user.notice SQM: cmd_wrapper: tc: invocation silenced by request, FAILURE either expected or acceptable.
Tue Sep 14 09:41:04 2021 user.notice SQM: cmd_wrapper: tc: FAILURE (2): /usr/sbin/tc qdisc del dev ifb4eth0 root
Tue Sep 14 09:41:04 2021 user.notice SQM: cmd_wrapper: tc: LAST ERROR: RTNETLINK answers: No such file or directory
Tue Sep 14 09:41:04 2021 user.notice SQM: LLA: default link layer adjustment method for cake is cake
Tue Sep 14 09:41:04 2021 user.notice SQM: ERROR: cmd_wrapper: tc: FAILURE (1): /usr/sbin/tc qdisc add dev ifb4eth0 root cake bandwidth 22501kbit besteffort wash
Tue Sep 14 09:41:04 2021 user.notice SQM: ERROR: cmd_wrapper: tc: LAST ERROR: Unknown qdisc “cake”, hence option “bandwidth” is unparsable
Tue Sep 14 09:41:04 2021 user.notice SQM: cmd_wrapper: ip: SUCCESS: /usr/sbin/ip link set dev ifb4eth0 up
Tue Sep 14 09:41:04 2021 user.notice SQM: cmd_wrapper: tc: SUCCESS: /usr/sbin/tc filter add dev eth0 parent ffff: protocol all prio 10 u32 match u32 0 0 flowid 1:1 action mirred egress redirect dev ifb4eth0
Tue Sep 14 09:41:04 2021 user.notice SQM: sqm_start_default: ingress shaping activated
Tue Sep 14 09:41:04 2021 user.notice SQM: piece_of_cake.qos was started on eth0 successfully