Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 1999 12:46:48 -0600 (CST)
From:      Oscar Bonilla <obonilla@fisicc-ufm.edu>
To:        jbarbee@singular.com, szoli@netvisor.hu
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: How to configure /dev/bpf0?
Message-ID:  <199902081846.MAA08005@voyager.fisicc-ufm.edu>
In-Reply-To: <Pine.BSF.4.05.9902081035260.17595-100000@server7.singular.com>

next in thread | previous in thread | raw e-mail | index | archive | help
yup, it's a device, so the kernel needs to know about it.
i think the entry in the GENERIC kernel for the bpf is commented out.
you could just uncomment it and do the following (in /usr/src/sys/i386/conf)

config GENERIC
cd ../../compile/GENERIC
make depend
make
make install

that's assuming you have the sys sources installed, otherwise run
/stand/sysinstall
and install the sys src tree.

regards,

-oscar


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902081846.MAA08005>