hi all, i want to try htb3 with imq downloaded & patched imq & htb3 with kernel-2.4.18 on rh7.2 but got STUCK on step 1 :( this are what i did can anyone guide me what went wrong on the first step itself !! [root@cab1 root]# modprobe imq numdevs=1 modprobe: Can''t locate module imq [root@cab1 root]# [root@cab1 root]# tc qdisc add dev imq0 handle 1: root htb default 1 Cannot find device "imq0" [root@cab1 root]# [root@cab1 root]# ls /lib/modules/2.4.18/kernel/net/sched/ cls_fw.o cls_tcindex.o sch_csz.o sch_htb.o sch_red.o sch_teql.o cls_route.o cls_u32.o sch_dsmark.o sch_ingress.o sch_sfq.o cls_rsvp.o sch_cbq.o sch_gred.o sch_prio.o sch_tbf.o [root@cab1 root]# [root@cab1 root]# ls /lib/modules/2.4.18/kernel/net/ipv4/netfilter/ ip_conntrack_egg.o iptable_nat.o ipt_MARK.o ipt_REDIRECT.o ip_conntrack_ftp.o ip_tables.o ipt_MASQUERADE.o ipt_REJECT.o ip_conntrack_h323.o ipt_ah.o ipt_MIRROR.o ipt_state.o ip_conntrack_irc.o ipt_conntrack.o ipt_mport.o ipt_string.o ip_conntrack.o ipt_dscp.o ipt_multiport.o ipt_tcpmss.o ip_conntrack_rpc_tcp.o ipt_DSCP.o ipt_NETLINK.o ipt_TCPMSS.o ip_conntrack_rpc_udp.o ipt_esp.o ipt_nth.o ipt_time.o ip_nat_ftp.o ipt_helper.o ipt_owner.o ipt_tos.o ip_nat_h323.o ipt_IMQ.o ipt_pkttype.o ipt_TOS.o ip_nat_irc.o ipt_ipv4options.o ipt_pool.o ipt_ttl.o ip_nat_snmp_basic.o ipt_length.o ipt_POOL.o ipt_TTL.o ip_pool.o ipt_limit.o ipt_psd.o ipt_ULOG.o ip_queue.o ipt_LOG.o ipt_realm.o ipt_unclean.o iptable_filter.o ipt_mac.o ipt_recent.o iptable_mangle.o ipt_mark.o ipt_record_rpc.o [root@cab1 root]# [root@cab1 root]# tc -V tc utility, iproute2-ss010824 [root@cab1 root]# [root@cab1 root]# iptables -V iptables v1.2.7-20020423 [root@cab1 root]# thanking u in advance A.H
Seems there is no imq.o file. I''m not sure where should it be, Patrick ? Did you enabled IMQ in make menuconfig ? devik On Mon, 27 May 2002, Arindam Haldar wrote:> hi all, > i want to try htb3 with imq > downloaded & patched imq & htb3 with kernel-2.4.18 on rh7.2 but got > STUCK on step 1 :( > this are what i did > can anyone guide me what went wrong on the first step itself !! > > [root@cab1 root]# modprobe imq numdevs=1 > modprobe: Can''t locate module imq > [root@cab1 root]#
Martin Devera wrote:>Seems there is no imq.o file. I''m not sure where should it be, Patrick ? >in should be in /lib/modules/$(uname -r)/drivers/net>Did you enabled IMQ in make menuconfig ? >devik >probably not .. :)> > >On Mon, 27 May 2002, Arindam Haldar wrote: > >>hi all, >>i want to try htb3 with imq >>downloaded & patched imq & htb3 with kernel-2.4.18 on rh7.2 but got >>STUCK on step 1 :( >>this are what i did >>can anyone guide me what went wrong on the first step itself !! >> >>[root@cab1 root]# modprobe imq numdevs=1 >>modprobe: Can''t locate module imq >>[root@cab1 root]# >> > >_______________________________________________ >LARTC mailing list / LARTC@mailman.ds9a.nl >http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ >Bye Patrick
Arindam Haldar wrote:> Patrick McHardy wrote: > >> Martin Devera wrote: >> >>> Seems there is no imq.o file. I''m not sure where should it be, >>> Patrick ? >>> >> in should be in /lib/modules/$(uname -r)/drivers/net > > > NO..its not there ....!! :(hmm it was wrong of course, it should be /lib/modules/$(uname -r)/kernel/drivers/net .. but it''s not their either i guess .. the option can be enabled in make menuconfig -> network device support. bye patrick
Patrick McHardy wrote:> Martin Devera wrote: > >> Seems there is no imq.o file. I''m not sure where should it be, Patrick ? >> > in should be in /lib/modules/$(uname -r)/drivers/netNO..its not there ....!! :(>> Did you enabled IMQ in make menuconfig ? >> devik >> > probably not .. :) > >> >> >> On Mon, 27 May 2002, Arindam Haldar wrote: >> >>> hi all, >>> i want to try htb3 with imq >>> downloaded & patched imq & htb3 with kernel-2.4.18 on rh7.2 but got >>> STUCK on step 1 :( >>> this are what i did >>> can anyone guide me what went wrong on the first step itself !! >>> >>> [root@cab1 root]# modprobe imq numdevs=1 >>> modprobe: Can''t locate module imq >>> [root@cab1 root]# >>> >> >> _______________________________________________ >> LARTC mailing list / LARTC@mailman.ds9a.nl >> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/ >> > > Bye > Patrick > >