[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

module pb



Hi all,

I'd like to enable Qos on my box, so I've patched and compiled my kernel, tc and
iptables.
I have all the module in my /lib/modules/`uname -r` but I'm not able to load
cls_fw so, when I get a RTNETLINK: invalid argument when I try to use some
tc (traffic control) command.

LinuxBox:~# modprobe cls_fw
/lib/modules/2.4.24/kernel/net/sched/cls_fw.o: unresolved symbol tcf_police_dump
/lib/modules/2.4.24/kernel/net/sched/cls_fw.o: unresolved symbol tcf_police
/lib/modules/2.4.24/kernel/net/sched/cls_fw.o: unresolved symbol tcf_police_destroy
/lib/modules/2.4.24/kernel/net/sched/cls_fw.o: unresolved symbol
unregister_tcf_proto_ops
/lib/modules/2.4.24/kernel/net/sched/cls_fw.o: unresolved symbol
register_tcf_proto_ops
/lib/modules/2.4.24/kernel/net/sched/cls_fw.o: unresolved symbol tcf_police_locate
/lib/modules/2.4.24/kernel/net/sched/cls_fw.o: insmod
/lib/modules/2.4.24/kernel/net/sched/cls_fw.o failed
/lib/modules/2.4.24/kernel/net/sched/cls_fw.o: insmod cls_fw failed

Is there an option I forgot during the configuration of my kernel? As you can
see, I'm running 2.4.24 on Woody, iptables 1.2.9.

LinuxBox:~# cat /boot/config-2.4.24 | grep CLS
CONFIG_NET_CLS=y
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
CONFIG_NET_CLS_POLICE=y

Any help appreciated

Aurel






Reply to: