From owner-freebsd-questions Mon Feb 8 10:43:01 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA10061 for freebsd-questions-outgoing; Mon, 8 Feb 1999 10:43:01 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from voyager.fisicc-ufm.edu (pm5b-s9.guate.net [200.12.60.233]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA10051 for ; Mon, 8 Feb 1999 10:42:49 -0800 (PST) (envelope-from obonilla@voyager.fisicc-ufm.edu) Received: (from obonilla@localhost) by voyager.fisicc-ufm.edu (8.8.8/8.8.8) id MAA08005; Mon, 8 Feb 1999 12:46:48 -0600 (CST) (envelope-from obonilla) Date: Mon, 8 Feb 1999 12:46:48 -0600 (CST) From: Oscar Bonilla Message-Id: <199902081846.MAA08005@voyager.fisicc-ufm.edu> To: jbarbee@singular.com, szoli@netvisor.hu Subject: Re: How to configure /dev/bpf0? Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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