I am trying to get a new box up and running, but the network card is being a bit of a pain. while searching the forums i did find a few similar threads, but none described the exact problem i am having.
When i used the 2007.0 minimal cd, the network card was working fine at gigabit speed. So I can be sure this is not hardware related. I compiled the latest stable kernel (2.6.20-gentoo-r8) with the e1000 driver and when booting into it, there is a few errors in dmesg:
Code: Select all
ADDRCONF(NETDEV_UP): eth0: link is not ready
e1000: eth0: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
e1000: eth0: e1000_reset: Hardware Error
e1000: eth0: e1000_watchdog: NIC Link is Up 1000 Mbps Full Duplex
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
e1000: eth0: e1000_watchdog: NIC Link is Down
e1000: eth0: e1000_watchdog: NIC Link is Up 100 Mbps Full Duplex
e1000: eth0: e1000_watchdog: 10/100 speed: disabling TSO
lspci:
Code: Select all
00:19.0 Ethernet controller: Intel Corporation 82566DM Gigabit Network Connection (rev 02)What can I do to get the connection to gigabit speeds like they are on the livecd (No, I dont like to switch to a genkernel, thank you). Any thoughts will be appreciated as well as requests for more info
Cheers,

