Hello, recently upgraded to fedora 9, and it seems that periodically my ethernet drops, and then reconnects within about 20 seconds, happens every 20 minutes or so thereabouts.
it's using the skge driver with a 3Com Corporation 3c940 10/100/1000Base-T [Marvell]
related dmesg entries as follows
skge eth0: Link is up at 100 Mbps, full duplex, flow control both
skge eth0: Link is down.
skge eth0: Link is up at 100 Mbps, full duplex, flow control both
skge eth0: Link is down.
skge eth0: Link is up at 100 Mbps, full duplex, flow control both
skge eth0: Link is down.
skge eth0: Link is up at 100 Mbps, full duplex, flow control both
skge eth0: Link is down.
skge eth0: Link is up at 100 Mbps, full duplex, flow control both
skge eth0: Link is down.
fairly useless, so onto /var/log/messages
Oct 28 20:41:42 localhost kernel: skge eth0: Link is down.
Oct 28 20:41:42 localhost NetworkManager: <info> (eth0): carrier now OFF (device state 8)
Oct 28 20:41:42 localhost NetworkManager: <info> (eth0): device state change: 8 -> 2
Oct 28 20:41:42 localhost NetworkManager: <info> (eth0): deactivating device.
Oct 28 20:41:42 localhost NetworkManager: <info> eth0: canceled DHCP transaction, dhcp client pid 8359
Oct 28 20:41:42 localhost NetworkManager: <WARN> check_one_route(): (eth0) error -34 returned from rtnl_route_del(): Missing link name TLV (errno = Invalid argument)
Oct 28 20:41:44 localhost kernel: skge eth0: Link is up at 100 Mbps, full duplex, flow control both
after that it just goes into dhcp etc. which is still fairly useless,
anyone know how to get a more verbose log from the skge driver?
others seem to have had my problem before, found
http://www.linuxquestions.org/questi...-up....-566342 others have had the same problem before, but no resolution found