Difference between revisions of "E1000"

From ThinkWiki
Jump to: navigation, search
(Fill the page up some, and mark it as a stub page.)
Line 1: Line 1:
 +
==Intel PRO/100, PRO/1000 Drivers==
 +
{{Stub}}
 +
 +
Intel e100 and e1000 drivers are on the mainline Linux kernel tree for a long time now.  You should use the drivers that come with the kernel, unless you do know better.  This is particularly true for the e1000 driver.
 +
 
Intel(R) PRO/10/100/1000/10GbE Drivers
 
Intel(R) PRO/10/100/1000/10GbE Drivers
 +
* The drivers home page - http://sourceforge.net/projects/e1000/
  
* The drivers home page - http://sourceforge.net/projects/e1000/
+
=== Issues ===
 
* [[Problem with e1000: EEPROM Checksum Is Not Valid|EEPROM Checksum Is Not Valid problem]]
 
* [[Problem with e1000: EEPROM Checksum Is Not Valid|EEPROM Checksum Is Not Valid problem]]
 
* [[e1000 7.x drivers suck]]
 
* [[e1000 7.x drivers suck]]
 +
 +
=== Hints ===
 +
* If you have problems, try disabling MSI support in the kernel.
 +
* Don't complain here about a bug that has not been reported to the [http://bugzila.kernel.org kernel bugzilla].
 +
* If a gigabit ethernet link won't stay up, try tunning at 100Mbit/s.  If it works, the cabling is your main suspect.

Revision as of 03:49, 3 February 2007

Intel PRO/100, PRO/1000 Drivers

This page is a stub

You can help ThinkWiki by expanding it.

Intel e100 and e1000 drivers are on the mainline Linux kernel tree for a long time now. You should use the drivers that come with the kernel, unless you do know better. This is particularly true for the e1000 driver.

Intel(R) PRO/10/100/1000/10GbE Drivers

Issues

Hints

  • If you have problems, try disabling MSI support in the kernel.
  • Don't complain here about a bug that has not been reported to the kernel bugzilla.
  • If a gigabit ethernet link won't stay up, try tunning at 100Mbit/s. If it works, the cabling is your main suspect.