* [LARTC] tc on a PDA
@ 2005-06-22 11:13 Marius Corici
2005-06-22 14:25 ` gypsy
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Marius Corici @ 2005-06-22 11:13 UTC (permalink / raw)
To: lartc
hello,
i have a 5500 iPaq with familiar 0.8.2 on it and i don't know how to
install a traffic shaper tool on it.
I installed iproute2 package i found on familiar site and for that i
have the tc and ip commands, but when trying to add a qdisc, as a
dummy example, i get the next answer:
> tc qdisc add dev wlan0 root cbq bandwidth 100Mbit avpkt 100
RTNETLINK answers: Invalid argument
do i have to install some other packages, recompile the kernel or
something else?
thans in advance,
Marius Corici
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] tc on a PDA
2005-06-22 11:13 [LARTC] tc on a PDA Marius Corici
@ 2005-06-22 14:25 ` gypsy
2005-06-23 1:25 ` Peter Salanki
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: gypsy @ 2005-06-22 14:25 UTC (permalink / raw)
To: lartc
Marius Corici wrote:
>
> hello,
>
> i have a 5500 iPaq with familiar 0.8.2 on it and i don't know how to
> install a traffic shaper tool on it.
> I installed iproute2 package i found on familiar site and for that i
> have the tc and ip commands, but when trying to add a qdisc, as a
> dummy example, i get the next answer:
>
> > tc qdisc add dev wlan0 root cbq bandwidth 100Mbit avpkt 100
> RTNETLINK answers: Invalid argument
This suggests no cbq, so you probably need to recompile the kernel. If
you had to install iproute2 then almost certainly the kernel was not
built for QoS.
> do i have to install some other packages, recompile the kernel or
> something else?
>
> thans in advance,
>
> Marius Corici
Curiosity: What makes you think shaping is needed on a PDA?
--
gypsy
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] tc on a PDA
2005-06-22 11:13 [LARTC] tc on a PDA Marius Corici
2005-06-22 14:25 ` gypsy
@ 2005-06-23 1:25 ` Peter Salanki
2005-07-01 16:43 ` Marius Corici
2005-07-02 1:12 ` gypsy
3 siblings, 0 replies; 5+ messages in thread
From: Peter Salanki @ 2005-06-23 1:25 UTC (permalink / raw)
To: lartc
I don't know if QoS is in the kernel that you are running, it is
probably not.
Why do you want to shape a pda?
/Peter Salanki
Port80 AB (AS16150)
Stockholm, Sweden
22 jun 2005 kl. 13.13 skrev Marius Corici:
> hello,
>
> i have a 5500 iPaq with familiar 0.8.2 on it and i don't know how to
> install a traffic shaper tool on it.
> I installed iproute2 package i found on familiar site and for that i
> have the tc and ip commands, but when trying to add a qdisc, as a
> dummy example, i get the next answer:
>
>
>
>> tc qdisc add dev wlan0 root cbq bandwidth 100Mbit avpkt 100
>>
>>
> RTNETLINK answers: Invalid argument
>
> do i have to install some other packages, recompile the kernel or
> something else?
>
> thans in advance,
>
> Marius Corici
> _______________________________________________
> LARTC mailing list
> LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>
>
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] tc on a PDA
2005-06-22 11:13 [LARTC] tc on a PDA Marius Corici
2005-06-22 14:25 ` gypsy
2005-06-23 1:25 ` Peter Salanki
@ 2005-07-01 16:43 ` Marius Corici
2005-07-02 1:12 ` gypsy
3 siblings, 0 replies; 5+ messages in thread
From: Marius Corici @ 2005-07-01 16:43 UTC (permalink / raw)
To: lartc
I just want to tell that i was able to recompile the pda's kernel
succesfully for traffic shaping. Another problem appeared, but i
solved it: the cbq command i sent before needs a handle, i don't know
why ...
So in conclusion on a 5550 hp iPAQ with Familiar 0.8.2 distribution
and 2.4.19 ARM patched kernel the shaping works, with the exception of
the efficient and simply to configure HTB qdisc.
Marius
On 6/22/05, gypsy <gypsy@iswest.com> wrote:
> Marius Corici wrote:
> >
> > hello,
> >
> > i have a 5500 iPaq with familiar 0.8.2 on it and i don't know how to
> > install a traffic shaper tool on it.
> > I installed iproute2 package i found on familiar site and for that i
> > have the tc and ip commands, but when trying to add a qdisc, as a
> > dummy example, i get the next answer:
> >
> > > tc qdisc add dev wlan0 root cbq bandwidth 100Mbit avpkt 100
> > RTNETLINK answers: Invalid argument
>
> This suggests no cbq, so you probably need to recompile the kernel. If
> you had to install iproute2 then almost certainly the kernel was not
> built for QoS.
>
> > do i have to install some other packages, recompile the kernel or
> > something else?
> >
> > thans in advance,
> >
> > Marius Corici
>
> Curiosity: What makes you think shaping is needed on a PDA?
> --
> gypsy
>
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [LARTC] tc on a PDA
2005-06-22 11:13 [LARTC] tc on a PDA Marius Corici
` (2 preceding siblings ...)
2005-07-01 16:43 ` Marius Corici
@ 2005-07-02 1:12 ` gypsy
3 siblings, 0 replies; 5+ messages in thread
From: gypsy @ 2005-07-02 1:12 UTC (permalink / raw)
To: lartc
Marius Corici wrote:
>
> I just want to tell that i was able to recompile the pda's kernel
> succesfully for traffic shaping. Another problem appeared, but i
> solved it: the cbq command i sent before needs a handle, i don't know
> why ...
> So in conclusion on a 5550 hp iPAQ with Familiar 0.8.2 distribution
> and 2.4.19 ARM patched kernel the shaping works, with the exception of
> the efficient and simply to configure HTB qdisc.
>
> Marius
AWESOME! Why no HTB?
--
gypsy
> On 6/22/05, gypsy <gypsy@iswest.com> wrote:
> > Marius Corici wrote:
> > >
> > > hello,
> > >
> > > i have a 5500 iPaq with familiar 0.8.2 on it and i don't know how to
> > > install a traffic shaper tool on it.
> > > I installed iproute2 package i found on familiar site and for that i
> > > have the tc and ip commands, but when trying to add a qdisc, as a
> > > dummy example, i get the next answer:
> > >
> > > > tc qdisc add dev wlan0 root cbq bandwidth 100Mbit avpkt 100
> > > RTNETLINK answers: Invalid argument
> >
> > This suggests no cbq, so you probably need to recompile the kernel. If
> > you had to install iproute2 then almost certainly the kernel was not
> > built for QoS.
> >
> > > do i have to install some other packages, recompile the kernel or
> > > something else?
> > >
> > > thans in advance,
> > >
> > > Marius Corici
> >
> > Curiosity: What makes you think shaping is needed on a PDA?
> > --
> > gypsy
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-07-02 1:12 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-22 11:13 [LARTC] tc on a PDA Marius Corici
2005-06-22 14:25 ` gypsy
2005-06-23 1:25 ` Peter Salanki
2005-07-01 16:43 ` Marius Corici
2005-07-02 1:12 ` gypsy
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.