[BUG?] modprobe sch_htb fails
From: Sven Köhler
Date: Tue Sep 30 2003 - 19:08:56 EST
Today i recompiled my kernel (version 2.4.22) to make my first steps
towards traffic shaping.
I found out, that the module sch_htb cannot be loaded.
I can't tell why. Every option under "Networking Options"->"QoS and/or
fairqueuing" was either marked to be compiled statically or as a module
if possible.
I guess it's only a "bug" in the dependencies or something similar.
If you need anything to reproduce the "bug", i can send you my .config
or anything you need.
"modprobe sch_htb" failed with:
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: unresolved symbol
qdisc_get_rtab
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: unresolved symbol
psched_time_base
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: unresolved symbol
unregister_qdisc
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: unresolved symbol
qdisc_put_rtab
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: unresolved symbol
register_qdisc
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: unresolved symbol
pfifo_qdisc_ops
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: unresolved symbol
psched_time_mark
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: unresolved symbol
qdisc_kill_estimator
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: insmod
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o failed
/lib/modules/2.4.22/kernel/net/sched/sch_htb.o: insmod sch_htb failed
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/