On Fri, Jan 12, 2001 at 06:22:12AM -0500, Carl Fink wrote: > On Fri, Jan 12, 2001 at 01:30:27AM -0600, Benjamin Pharr wrote: > > I finally found the right kernel options for my ethernet card, so now the > > kernel recognizes it, but I need to setup dhcp support to configure eth0 > > at boot time. pump is already installed, but it doesn't seem to be doing > > anything. I tried installing dhcpcd, but it conflicted with pump. Any > > ideas? Thanks! > > Um, remove pump and install dhcpcd?
Pump should work fine after you edit /etc/network/interfaces and add iface eth0 inet dhcp and your hostname. Then to prime pump do ifup eth0 and run ifconfig eth0 to see whatzup.