Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Feb 2000 15:55:31 -0800
From:      "Majid Almassari" <majid@ibroadcast.net>
To:        "Alex ROOT" <root@twoteeth.net>, <questions@FreeBSD.ORG>
Subject:   Re: help
Message-ID:  <012e01bf7810$248fffd0$42b6ded0@ibroadcast.net>
References:  <Pine.BSF.4.21.0002151652330.62637-100000@has.twoteeth.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <root@twoteeth.net>
To: <questions@FreeBSD.ORG>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?012e01bf7810$248fffd0$42b6ded0>