If you have compiled the kernel yourself, then have a look at the .config file in your source tree (/usr/src/linux or something like that). This file might also have got copied to the /boot directory as /boot/config-2.6.x-y or similar. Code: grep CONFIG_NET_SCHED /boot/config-2.6.x-y should reveal if this option is enabled. tyler
And if you have more than one kernel installed, make sure that you look in the right config file... Jimmy