ALTQ don't work in freebsd VR.6.4 ,VR7.1 VR7,2 ?????

Somebody tell me please why ALTQ don't support in freebsd VR.6.4 ,VR7.1 VR7,2 ?????
In kernel config
################################################## #############
options ALTQ
options ALTQ_CBQ # Class Bases Queuing (CBQ)
options ALTQ_RED # Random Early Detection (RED)
options ALTQ_RIO # RED In/Out
options ALTQ_HFSC # Hierarchical Packet Scheduler
options ALTQ_PRIQ # Priority Queuing (PRIQ)
options ALTQ_NOPCC # Required for SMP build
options ALTQ_CDNR
option ALTQ_WFQ


################################################## ##############
#sudo: pfctl -e
No ALTQ support in kernel
ALTQ related functions disabled
pf enabled

:(:(
 
You do realize that you have to (a) compile the kernel once you've edited the configuration, and (b) install it?

You've not done either (a) or (b) or both.
 
SUPPORTED DEVICES
The driver modifications described in altq(9) are required to use a cer-
tain network card with ALTQ. They have been applied to the following
hardware drivers: age(4), ale(4), an(4), ath(4), aue(4), awi(4), bce(4),
bfe(4), bge(4), dc(4), de(4), ed(4), em(4), ep(4), fxp(4), gem(4),
hme(4), ipw(4), iwi(4), jme(4), le(4), msk(4), mxge(4), my(4), nfe(4),
npe(4), nve(4), ral(4), re(4), rl(4), rum(4), sf(4), sis(4), sk(4),
ste(4), stge(4), txp(4), udav(4), ural(4), vge(4), vr(4), wi(4), and
xl(4).
See altq(4)
 
because when i use VR 7.0,VR 6.2 ,ALTQ working very good,but when i try VR 6.4 and VR 7.1 VR 7.2 ( today).This is have problem!
SirDice you was use VR7.1 or VR 7.2????
 
Do not blame the OS, blame the typo

Do uname -a and I think you'll find you are running GENERIC (with no ALTQ customizations).

Why?

Perhaps when you issued the make commands you had the same typo as that which you pasted into this thread:

Code:
#sudo:make buildkernel [B]KERNCOF[/B]=MYKERNEL
#sudo:make installkernel [B]KERNCOF[/B]=MYKERNEL

KERNCONF, not KERNCOF.

If you have a supported device and have built and installed the kernel correctly, your display will look like this:

Code:
$ uname -irps 
FreeBSD 7.2 i386 SROUTE
$ pfctl -e
pfctl: pf already enabled
 
Back
Top