On Thu, Nov 14, 2002 at 01:12:32PM -0800, Greg Lindahl wrote: > socket(PF_PACKET, SOCK_DGRAM, 0) = 4183 > socket(PF_PACKET, SOCK_DGRAM, 0) = 4183 > socket(PF_PACKET, SOCK_DGRAM, 0) = -1 EAFNOSUPPORT (Address family not supported by protocol) strace is useless. My problem was that CONFIG_PACKET was not set in my .config, which causes EAFNOSUPPORT. -- greg