All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] HTB on PPC (YellowDog) ?
@ 2003-11-11 17:55 Nic Rodgers
  2003-11-12  1:09 ` Damjan
  0 siblings, 1 reply; 2+ messages in thread
From: Nic Rodgers @ 2003-11-11 17:55 UTC (permalink / raw)
  To: lartc

I'm at a bit of a loss. I've followed the lartc.org howto and read the stuff
on docum.org too, but still can't get HTB working on my PowerPC-based
YellowDog linux system.

I've compiled a custom kernel:

Linux 2.4.20 #1 Tue Nov 11 11:52:48 GMT 2003 ppc ppc ppc GNU/Linux


The relevant options I used in my linux .config file are:

ONFIG_NET_SCHED=y
CONFIG_NET_SCH_CBQ=y
CONFIG_NET_SCH_HTB=y
CONFIG_NET_SCH_CSZ=y
CONFIG_NET_SCH_PRIO=y
CONFIG_NET_SCH_RED=y
CONFIG_NET_SCH_SFQ=y
CONFIG_NET_SCH_TEQL=y
CONFIG_NET_SCH_TBF=y
CONFIG_NET_SCH_GRED=y
CONFIG_NET_SCH_DSMARK=y
CONFIG_NET_SCH_INGRESS=y
CONFIG_NET_QOS=y
CONFIG_NET_ESTIMATOR=y
CONFIG_NET_CLS=y
CONFIG_NET_CLS_TCINDEX=y
CONFIG_NET_CLS_ROUTE4=y
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=y
CONFIG_NET_CLS_U32=y
CONFIG_NET_CLS_RSVP=y
CONFIG_NET_CLS_RSVP6=y
CONFIG_NET_CLS_POLICE=y


I have rebooted with this kernel but don't seem to have HTB:


I have QOS enabled for sure:

[root@bsd3 iproute2]# grep qdisc_get_rtab /proc/ksyms
c0158c58 qdisc_get_rtab_R3adce61c

But no HTB:

[root@bsd3 iproute2]# grep htb_qdisc_ops /proc/ksyms
[root@bsd3 iproute2]#


When I try eg:

[root@bsd3 iproute2]# tc qdisc add dev eth0 root handle 1: htb default 15
Unknown qdisc "htb", hence option "default" is unparsable

What do I need to do?


Many thanks,
Nic.

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [LARTC] HTB on PPC (YellowDog) ?
  2003-11-11 17:55 [LARTC] HTB on PPC (YellowDog) ? Nic Rodgers
@ 2003-11-12  1:09 ` Damjan
  0 siblings, 0 replies; 2+ messages in thread
From: Damjan @ 2003-11-12  1:09 UTC (permalink / raw)
  To: lartc

> When I try eg:
> 
> [root@bsd3 iproute2]# tc qdisc add dev eth0 root handle 1: htb default 15
> Unknown qdisc "htb", hence option "default" is unparsable

This errror ussually means that you dont have HTB support in your 
user-space "tc" utility. Get the source of iproute2 and the HTB patches
for "tc" and compile it yourself.


-- 
Damjan Georgievski
jabberID: damjan@bagra.net.mk
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-12  1:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-11 17:55 [LARTC] HTB on PPC (YellowDog) ? Nic Rodgers
2003-11-12  1:09 ` Damjan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.