Re: e1000 driver problems

2007-12-18 Thread Lukas Hejtmanek
Hello, the problem seems to be gone in 2.6.24-rc kernels. -- Lukáš Hejtmánek -- To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: e1000 driver problems

2007-12-04 Thread Lukas Hejtmanek
On Mon, Dec 03, 2007 at 07:20:48AM -0800, Kok, Auke wrote: can you open up a ticket on e1000.sf.net and fill in a full bugreport including output of all of these? : - ethttool -i eth0 - ethtool -e eth0 - lspci -vv - full dmesg (not just the driver parts) - dmidecode - cat

Re: e1000 driver problems

2007-12-04 Thread Lukas Hejtmanek
Another problem at my own machine. If I force speed to 100Mb on 1GE network, I can reach 95Mbps bidirectional using UDP (0.34% loses) but only 1.2Mbps using TCP. A bug? If I enable autonegotiation and run at 1GE, I can got 95Mb on TCP to the target machine (the target machine has only 100Mb

Re: e1000 driver problems

2007-12-04 Thread Lukas Hejtmanek
On Tue, Dec 04, 2007 at 11:02:23AM -0500, Matt Mathis wrote: This is probably not an e1000 problem, but a general Ethernet feature. If you defeat auto-negotiation to force the data rate, you implicitly defeat duplex negotiation as well. You need to explicitly set the duplex mode. ethtool

Re: e1000 driver problems

2007-12-04 Thread Lukas Hejtmanek
On Tue, Dec 04, 2007 at 09:19:11AM -0800, Kok, Auke wrote: if you just want to disable gigabit speed, get the latest ethtool and run: ethtool -s eth0 advertise 0x0f thanks. You may then let know people behind http://www.lesswatts.org/ to change tipstricks related to the network. I turned

Re: e1000 driver problems

2007-12-03 Thread Lukas Hejtmanek
On Tue, Nov 27, 2007 at 10:23:00AM -0800, Kok, Auke wrote: can you see if your problem goes away with this patch? I cannot test it right now but friend of mine has the same card with 2.6.23.1 kernel. it does not. he also tried module 7.6.12 from source fourge, your patch did not help. Moreover,

Re: e1000 driver problems

2007-11-27 Thread Lukas Hejtmanek
On Tue, Nov 27, 2007 at 09:40:08AM -0800, Kok, Auke wrote: I'm afraid, I'm missing the point as you have stated that in-kernel drivers have problem with suspicious board hang... my mistake, sorry for that confusion. the fake hangs on 82562/6 devices occur on 10mbit link only. You can