Re: tcpdump : unsupported socket type

Tigran Aivazian (tigran@sco.COM)
Wed, 23 Jun 1999 12:37:20 +0100 (BST)


> So, it seems that the tcpdump package from RH 6.0 needs to be updated to
> be able to insmod af_packet when needed.

Linux supports automatical loading of kernel modules whenever application
attempts to use the corresponding resources. More specifically, placing in
/etc/modules.conf the line:

alias net-pf-17 af_packet

and rerunning "depmod -a" will ensure that af_packet.o is loaded when
tcpdump(8) attempts to open a socket of the corresponding family.

Regards,
------
Tigran A. Aivazian | http://www.sco.com
Escalations Research Group | tel: +44-(0)1923-813796
Santa Cruz Operation Ltd | http://www.aivazian.demon.co.uk

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/