Hello.. I installed a version of Cake into merlin (RT-AX88 : 386.5_2) manually (I was rushing and haven't properly read all the instructions..) .. now I realized that I don't have the latest Cake V2.x.x due the GUI that shows on newer threads so I'm trying to remove it but not successfully... I know it's running but not where from? Can anyone guide me on how to remove current implementation/GUI so I can install new version?
Many thanks
Code:
admin@RT-AX88U-A4E8:/jffs/addons/amtm/a_fw# tc qdisc
qdisc cake 800f: dev eth0 root refcnt 2 bandwidth 17408Kbit diffserv3 dual-srchost nat nowash no-ack-filter split-gso rtt 100ms noatm overhead 27
qdisc ingress ffff: dev eth0 parent ffff:fff1 ----------------
qdisc pfifo_fast 0: dev eth1 root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
qdisc pfifo_fast 0: dev eth2 root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
qdisc pfifo_fast 0: dev eth3 root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
qdisc pfifo_fast 0: dev eth4 root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
qdisc pfifo_fast 0: dev eth5 root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
qdisc pfifo_fast 0: dev spu_us_dummy root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
qdisc pfifo_fast 0: dev spu_ds_dummy root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
qdisc pfifo_fast 0: dev eth6 root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
qdisc pfifo_fast 0: dev eth7 root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1
qdisc cake 8010: dev ifb4eth0 root refcnt 2 bandwidth 61440Kbit besteffort dual-dsthost nat wash ingress no-ack-filter split-gso rtt 100ms noatm overhead 27
admin@RT-AX88U-A4E8:/jffs/addons/amtm/a_fw# cat /jffs/scripts/firewall-start
#!/bin/sh
sh /jffs/addons/flexqos/flexqos.sh -start & # FlexQoS Addition
admin@RT-AX88U-A4E8:/jffs/addons/amtm/a_fw# cat /jffs/scripts/firewall-start
Code:
admin@RT-AX88U-A4E8:/jffs/configs# cat profile.add
alias flexqos="sh /jffs/addons/flexqos/flexqos.sh" # FlexQoS Addition
admin@RT-AX88U-A4E8:/jffs/configs# cake-qos uninstall
-sh: cake-qos: not found
admin@RT-AX88U-A4E8:/jffs/scripts# ls
firewall-start service-event-end
admin@RT-AX88U-A4E8:/jffs/scripts#
Many thanks