I would appreciate any suggestions on the following error. The configuration script used to configure prio on a wireless interface is the following ##################################### tc qdisc del dev wlan0 root tc qdisc add dev wlan0 root handle 1: prio We get the following error message: RTNETLINK :Invalid argument :Command not found Any help will be appreciated. Thanks. Bibb Cain _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Thursday 12 June 2003 21:26, Cain, Joseph wrote:> I would appreciate any suggestions on the following error. > The configuration script used to configure prio on a wireless > interface is the following > > ##################################### > tc qdisc del dev wlan0 root > tc qdisc add dev wlan0 root handle 1: prio > > > We get the following error message: > > RTNETLINK :Invalid argument > > :Command not found > > Any help will be appreciated.You need the tc binary that can be found in the iproute2+tc package. Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.oftc.net _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
Thanks Stef. I''m a little confused now as to whether we have all of the needed files. We are running Redhat 8.0 includes the iproute-2.4.7-5 package. We complied the kernal with all of the QoS switches enabled. I cannot determine if Redhat 8.0 includes the required iproute2+tc package. By searching some web sites we find a tar file with iproute2-2.4.7-now-ss020116-try.tar.gz. Is this already in Redhat 8.0 or do we need to include this also (also is this the latest version). Thanks for the help. Bibb Cain -----Original Message----- From: Stef Coene [mailto:stef.coene@docum.org] Sent: Thursday, June 12, 2003 3:36 PM To: Cain, Joseph; Lartc (E-mail) Cc: Cain, Joseph Subject: Re: [LARTC] prio error On Thursday 12 June 2003 21:26, Cain, Joseph wrote:> I would appreciate any suggestions on the following error. > The configuration script used to configure prio on a wireless > interface is the following > > ##################################### > tc qdisc del dev wlan0 root > tc qdisc add dev wlan0 root handle 1: prio > > > We get the following error message: > > RTNETLINK :Invalid argument > > :Command not found > > Any help will be appreciated.You need the tc binary that can be found in the iproute2+tc package. Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.oftc.net _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Thursday 12 June 2003 22:11, Cain, Joseph wrote:> Thanks Stef. I''m a little confused now as to whether > we have all of the needed files. We are running > Redhat 8.0 includes the iproute-2.4.7-5 package. > We complied the kernal with all of the QoS switches > enabled. I cannot determine if Redhat 8.0 includes the > required iproute2+tc package. By searching some > web sites we find a tar file with > iproute2-2.4.7-now-ss020116-try.tar.gz. > Is this already in Redhat 8.0 or do we > need to include this also (also is this > the latest version).I never use RH, but it''s best if you compile the tc and ip binary you can find in that iproute tar.gz package. Stef -- stef.coene@docum.org "Using Linux as bandwidth manager" http://www.docum.org/ #lartc @ irc.oftc.net _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/