From owner-freebsd-questions Tue Feb 15 16:27: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ns1.ibroadcast.net (ns1.ibroadcast.net [216.145.30.2]) by builder.freebsd.org (Postfix) with SMTP id 85B854DC2 for ; Tue, 15 Feb 2000 15:58:04 -0800 (PST) Received: from darthmaul (darthmaul.ibroadcast.net [208.222.182.66]) by ns1.ibroadcast.net (8.9.3/8.8.8) with SMTP id PAA28804; Tue, 15 Feb 2000 15:55:11 -0800 (PST) X-Intended-For: questions@FreeBSD.ORG Message-ID: <012e01bf7810$248fffd0$42b6ded0@ibroadcast.net> From: "Majid Almassari" To: "Alex ROOT" , References: Subject: Re: help Date: Tue, 15 Feb 2000 15:55:31 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG try adding bpf support to your Kernel. #cd /usr/src/sys/i386/conf # vi mykernel uncomment the following from your kernel: #pseudo-device bpfilter 4 #Berkeley packet filter so it becomes: pseudo-device bpfilter 4 #Berkeley packet filter with out the leading pound sign. Save your changes then do: # /usr/sbin/config mykernel # cd ../../mykernel # make depend # make # make install # reboot. When you come back up you should be running with your new Kernel that has the bpf support. Hopefully that helps. I don't know if there is an easier way if doing this that I'm not aware of. Good Luck. -- Majid Almassari, MSEE, MCP. Systems Administrator iBroadcast, Inc. Phone: (206) 223-5540 Email: majid@ibroadcast.net http://www.ibroadcast.net ----- Original Message ----- From: Alex ROOT To: Sent: Tuesday, February 15, 2000 1:53 PM Subject: help > > Hi, i always seem to get this error when I try to use a command like queso > or clog on my own computer: > > pcap_open_live: /dev/bpf0: Device not configure > > how can I fix that ? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message