Zde jsou uvedeny dva velice dobré zdroje informací:
/usr/src/linux/Documentation/networking/vortex.txt
/usr/src/linux/drivers/net/3c59x.c
http://cesdis.gsfc.nasa.gov/linux/drivers/vortex.html
/etc/modules.conf, kde musíte nalézt následující zápis:alias eth0 3c59x options 3c59x options=7
An example of loading the vortex module is
insmod 3c59x.o debug=1 options=0,,12
This sets the debug message level to minimal messages, sets the first card to
the 10baseT transceiver, the second to the EEPROM-set transceiver, and the
third card to operate in full-duplex mode using its 100baseTx transceiver.
(Note: card ordering is set by the PCI BIOS.)
Possible media type settings
0 10baseT
1 10Mbs AUI
2 undefined
3 10base2 (BNC)
4 100base-TX
5 100base-FX
6 MII (not yet available)
7 <Use default setting>
8 Full-duplex bit
8 10baseT full-duplex
12 100baseTx full-duplex
16 Bus-master enable bit (experimental use only!)
Pokud tedy chcete používat kartu v plně duplexním 100Mbitovém modu, potom bude vypadat
řádka obsahující volby následovně:options 3c59x options=12
You may need to power-cycle the machine for this device to work!
Síťové karty - otázky a ovladače