Hello, I'd like to try out HTB for traffic shaping. I have a test machine with Redhat 7.2 (kernel 2.4.10), I've downloaded kernel 2.4.17, applied the patch from http://luxik.cdi.cz/~devik/qos/htb/, recompiled the kernel (checked the option to use HTB in make menuconfig), and rebooted with the new kernel. When I try to add some rules with HTB (f.i. tc qdisc add dev eth0 root handle 1: htb default 1:1 ), I got the following error message: Unknown qdisc "htb", hence option "default" is unparsable Obviously, this is not what I want :-) What is going wrong here? Regards, Patrick