RE: FW: module_register

2003-08-14 Thread David Fleck
On Mon, 11 Aug 2003, Andris wrote:

 I already have compile options 'device ed', and I can't find where rc
 scripts try to load module. Or it is ifconfig problem?

is it in your /boot/loader.conf ?  That's where my loadable kernel modules
are listed.


--
David Fleck
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Running ethereal on FBSD

2003-07-13 Thread David Fleck
I'm trying to get ethereal running on my 4.6.2-RELEASE system.
When I try to find out what interfaces it can capture data from, I get
this:

dcf$ tethereal -D
tethereal: There are no interfaces on which a capture can be done

I've tried as root, same response.

Now, the network's up and running when I do this- as far as I know, the
interfaces are configured and running properly.  There's obviously some
basic thing I'm missing here, but I've gone through the man page and the
Users' Guide and am still at a loss.
Why can't I do a capture from my ethernet card (using dc0 as the
interface)?
What can I do about it?

Thanks in advance-

--
David Fleck
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Running ethereal on FBSD

2003-07-13 Thread David Fleck
On Mon, 14 Jul 2003, Paul Civati wrote:
 You will need to do this as root, what does -D actually do?

ethereal man page:
   Network interface names should match one of the names
   listed in tethereal -D.

tethereal man page:
   -D  Print a list of the interfaces on which Tethereal can
   capture, and exit.  Note that can capture means that
   Tethereal was able to open that device to do a live
   capture; if, on your system, a program doing a network
   capture must be run from an account with special
   privileges (for example, as root), then, if Tethereal
   is run with the -D flag and is not run from such an
   account, it will not list any interfaces.

 You need bpf device to capture packets from ethernet interfaces,
 do you have bpf in your kernel?

ahh, that's it.  Time to recompile.  Will this require creating the
/dev/bpf device file as well?


--
David Fleck
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]