Ethereal-users: Re: [ethereal-users] Problem capturing w/0.8.3

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Olivier Abad <abad@xxxxxxxxxxxxx>
Date: Thu, 3 Feb 2000 22:46:33 +0100
On jeu, f�v 03, 2000 at 03:52:17 -0500, Brian Capouch wrote:
> I *thought* both machines basically had identical software; both are
> recent Slackware 7.0 installs.
> 
> Two clues, neither of which I know how to properly interpret:
> 
> Each time I invoke the program, I see a message like this in
> /var/adm/messages:
> 
> > modprobe: can't locate module net-pf-17

You probably didn't enable CONFIG_PACKET in your kernel, or you
configured it as a module, but didn't add the correct alias in
/etc/modules.conf. From Configure.help :
Packet socket
CONFIG_PACKET
  The Packet protocol is used by applications which communicate
  directly with network devices without an intermediate network
  protocol implemented in the kernel, e.g. tcpdump. If you want them
  to work, choose Y. 

  This driver is also available as a module called af_packet.o ( =
  code which can be inserted in and removed from the running kernel
  whenever you want). If you want to compile it as a module, say M
  here and read Documentation/modules.txt; if you use modprobe or
  kmod, you may also want to add "alias net-pf-17 af_packet" to 
  /etc/modules.conf.

Olivier
-- 
Kramer's Law:
	You can never tell which way the train went by looking at the tracks.