How many IMQ queueing devices you may have ? I''ve patched the 2.4.21 kernel and I have by default 2 devices: imq0 and imq1 ! regards, Codrin. _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
On Thursday 11 September 2003 14:28, The Codrinus wrote:> How many IMQ queueing devices you may have ? I''ve patched the 2.4.21 > kernel and I have by default 2 devices: imq0 and imq1 !From http://trash.net/~kaber/imq/ modprobe imq numdevs=1 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 Thu, 11 Sep 2003 15:28:59 +0300 (EEST) The Codrinus <codrin@flynet.iasi.rdsnet.ro> wrote:> > How many IMQ queueing devices you may have ? I''ve patched the 2.4.21 > kernel and I have by default 2 devices: imq0 and imq1 !Hello, use something like modprobe imq numdevs=8 to load imq kernel module or put "options imq numdevs=8" to the /etc/modules.conf file. The maximum is 16 (set in include/linux/imq.h with #define IMQ_MAX_DEVS 16). -- Martin Volf _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/