From owner-freebsd-questions Fri May 31 02:32:30 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA02034 for questions-outgoing; Fri, 31 May 1996 02:32:30 -0700 (PDT) Received: from mail.rwth-aachen.de (mail.RWTH-Aachen.DE [137.226.144.9]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id CAA01992 for ; Fri, 31 May 1996 02:32:00 -0700 (PDT) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de) by mail.rwth-aachen.de (PMDF V5.0-4 #13110) id <01I5COL2IJ9S000KOG@mail.rwth-aachen.de>; Fri, 31 May 1996 10:14:10 +0100 Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.6.11/8.6.9) id KAA23770; Fri, 31 May 1996 10:19:40 +0200 Date: Fri, 31 May 1996 10:19:39 +0200 (MET DST) From: "Christoph P. Kukulies" Subject: Re: rarpd In-reply-to: <199605301941.QAA05450@unix1.ism.com.br> To: compland@ism.com.br (Helio Coelho Jr. - CompuLand Informatica) Cc: questions@FreeBSD.ORG Reply-to: Christoph Kukulies Message-id: <199605310819.KAA23770@gilberto.physik.rwth-aachen.de> MIME-version: 1.0 X-Mailer: ELM [version 2.4ME+ PL16 (25)] Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hi: > > I need to run rarpd on my Freebsd box, but I'm getting the error: > device bpf0 not configured. > > Checking the man pages, I saw that I need to configure that device > (Berkeley PAcket Filter) in kernel, but I don't know how ! > If anyone has some tips, it would be greatly appreciated ! cd /sys/i386/conf cp GENERIC MYKERNEL edit MYKERNEL at the end and add the line pseudo-device bpfilter 4 (the 4 is a value that suits most requirements) (You may rip off other devices from the CONFIG file at this time since it can speed up booting dramatically. e.g. when you don't have wdc1 remove it, if you dont have sio2/3 remove it etc., watch out to leave npx0 in. You can also remove pci0 when you don't have a pci system. remove various network cards and scsi devices if you don't have any and so on..) config MYKERNEL cd /sys/compile/MYKERNEL make depend all mv /kernel /kernel.old mv kernel / sync ; reboot (Note: you may also use make depend all install in which case the make process does the kernel installation process automatically for you but it installs the kernel with the schg flags (man chflags) which is sureley a safety measure but can be hindering when you build kernel often.) > > Thanks! > Helio. > > --Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de