On Tue, 2004-07-06 at 08:43, Norman LeCouvie wrote: > Rob, > > When I look at the hardware in hardware browser, it sees the device exactly, > and the tg3 driver and dev/eth0 > > All that is fine, any other suggestions? I'm not sure but.. Maybe it's not loaded. try this lsmod | grep tg3 if it's not there do this. (root access) modprobe tg3 And try it again.