Here's some outputs, edited for context:
Code: Select all
# dmesg | grep -C 3 tulip
Linux Tulip driver version 1.1.15-NAPI (Feb 27, 2007)
PCI: Enabling device 0000:00:0a.0 (0014 -> 0017)
PCI: Found IRQ 9 for device 0000:00:0a.0
tulip0: MII transceiver #1 config 1000 status 786d advertising 05e1.
tulip0: MII transceiver #2 config 1000 status 786d advertising 05e1.
tulip0: MII transceiver #3 config 1000 status 786d advertising 05e1.
tulip0: MII transceiver #4 config 1000 status 786d advertising 05e1.
eth0: ADMtek Comet rev 17 at MMIO 0xd6800000, MACID, IRQ 9.
netconsole: not configured, aborting
later on in boot process:
0000:00:0a.0: tulip_stop_rxtx() failed (CSR5 0xfc07c056 CSR6 0xff970111)
eth0: Setting full-duplex based on MII#1 link partner capability of 45e1.
eth0: no IPv6 routers present
0000:00:0a.0: tulip_stop_rxtx() failed (CSR5 0xfc07c056 CSR6 0xff970111)
On startup, dhcpcd eth0 times out and will not give an IP. When manually setting an ip and gateway through ifconfig and route, it refuses to connect to the internet.
Any suggestions that anyone has would be greatly appreciated...



