From owner-freebsd-questions Sun Apr 27 23:24:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id XAA25933 for questions-outgoing; Sun, 27 Apr 1997 23:24:20 -0700 (PDT) Received: from yarrina.connect.com.au (yarrina.connect.com.au [192.189.54.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA25765 for ; Sun, 27 Apr 1997 23:23:20 -0700 (PDT) Received: from aardvark.apana.org.au (root@aardvark.apana.org.au [203.12.237.49]) by yarrina.connect.com.au with ESMTP id QAA04602 (8.8.5/IDA-1.6); Mon, 28 Apr 1997 16:21:42 +1000 (EST) Received: from solsbury-hill.home (dialup-27.aardvark.apana.org.au [203.12.237.57]) by aardvark.apana.org.au (8.8.4/8.6.9) with ESMTP id QAA04566; Mon, 28 Apr 1997 16:21:14 +1000 Received: from solsbury-hill.home (localhost.home [127.0.0.1]) by solsbury-hill.home (8.7.5/8.7.3) with ESMTP id OAA00966; Mon, 28 Apr 1997 14:26:37 +1000 (EST) Message-Id: <199704280426.OAA00966@solsbury-hill.home> X-Mailer: exmh version 2.0beta 12/23/96 From: Joel Sutton To: abc xyz cc: questions@FreeBSD.org Subject: Re: bpf problem - was re: floppy tape In-reply-to: Your message of "Sat, 26 Apr 1997 19:01:59 PST." <3362C116.41C67EA6@anchorage.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 28 Apr 1997 14:26:37 +1000 Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > that reminds me - i get the same thing when i try "tcpdump". > "/dev/bpf0 not configured". i search all the docs/manpages i could, > but couldn't come up with anything on how to configure it. You may need to run MAKEDEV from the /dev directory. eg. cd /dev sh MAKEDEV bpf0 Good luck, Joel...