*BSD News Article 94225


Return to BSD News archive

Newsgroups: comp.unix.bsd.freebsd.misc
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!EU.net!sun4nl!ictser!b0285-pc
From: rombout@mlc.nl (Rombout de Backer)
Subject: Re: tcpdump on 2.1.5
X-Newsreader: News Xpress 2.0 Beta #0
Sender: usenet@ict.nl (news)
Organization: ICT Automatisering BV, Deventer, The Netherlands. (http://www.ict.nl)
Message-ID: <E92zw6.Axn@ict.nl>
References: <5jj214$2o6@opal.emeraldis.com>
X-Nntp-Posting-Host: b0285-pc.dev.ict.nl
Date: Wed, 23 Apr 1997 06:56:09 GMT
Lines: 10
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:39576


>tcpdump: /dev/bpf0: Device not configured

echo "pseudo-device bpfilter 2" >> /usr/src/sys/i386/conf/YOURKERNEL
cd /usr/rsc/sys/i386/conf
/config YOURKERNEL
cd ../../compile/YOURKERNEL
make
make install
shutdown -r now