Rev | Author | # | Line |
---|---|---|---|
1 | CraigBox | 1 | | __If you have a...__ | __You need to use__ |
2 | | Realtek 8029 | ne2k-pci module | ||
3 | | Netgear FA-310/311 | natsemi module | ||
4 | | 3Com !OfficeConnect 10/100 %%% (3CSOHO100B-TX) | This card is a tulip (an ADMtek Centaur), but the tulip driver in the kernel isn't new enough. See [here|http://www.tux.org/hypermail/linux-vortex/2002-Dec/0054.html] for details. | ||
4 | JohnMcPherson | 5 | | Intel !EtherExpress | eepro100 module for tried and tested, or if you prefer, Intel have an e100/e100 module that's OSS and supports some newer features (hardware checksumming on newer cards). eepro100 is deprecated in favour of it now. [1] |
1 | CraigBox | 6 | | Intel E100B (perhaps onboard LAN on a P4 board) | The eepro100 driver will support it, but not in 2.4.18. Upgrade your kernel. |
5 | JohnMcPherson | 7 | | onboard NForce2 | "nvnet" binary proprietary module, or reversed-engineered "forced eth" driver. See [NForce2Notes] |
8 | |||
2 | CraigBox | 9 | |
4 | JohnMcPherson | 10 | ---- |
2 | CraigBox | 11 | CategoryNetworking |
4 | JohnMcPherson | 12 | ---- |
13 | [1] From the [Debian] non-free Packages file: | ||
14 | * There are a number of enhancements in this driver compared to the stock kernel eepro100 driver, which makes it suitable for high-traffic systems. (Things like improved ucode for less interrupts, hardware checksumming of tcp packets). | ||
15 | * There are a number of patent issues with the source code. Until that is sorted out, don't use the source in your projects except for your intel card. | ||
16 | Does anybody know if this has been resolved - is e100 really [Free]? |