On Fri, Sep 13, 2002 at 12:18:23AM -0400, Zach Bower wrote: <snip> | It is the built-in Ethernet interface, I believe Intel EtherPro 100 or | some variation. Seems to DHCP fine based off the initial ide-pci | minimal install. | | Which specific config files should I copy when I upgrade my kernel to | 2.4.8 and I assume I'll have to recompile the module for 2.4.8 as well? | | I did try to configure it in interfaces but it seems to not want to dhcp | an address so I thought I was missing something. <snip>
When compiling your own kernel, make sure to set CONFIG_PACKET=y CONFIG_FILTER=y in your kernel's .config. This enables a raw socket that a dhcp client needs to open. See socket (2) (PF_PACK and SOCK_PACK) packet (7) See also /usr/share/doc/dhcp-client/README.gz, section 5.1.2 - PROTOCOL NOT CONFIGURED. I think that will get your DHCP working. Best regards, -- Zane Dodson [EMAIL PROTECTED]