Optionen für Modul eepro100

Toens Bueker toens.bueker at gmx.net
Fri May 19 10:33:01 CEST 2000


Groening Kay <Kay.Groening at pdb.sbs.de> meinte:

> ich versuche gerade unter RedHat 6.1 eine Intel Netzwerkkarte
> ans laufen zu bekommen. Selbige hängt an einem Autosense-Switch 
> und wird im Moment mit 100Mbit full duplex betrieben.
> Das Umschalten der Karte auf 10Mbit half duplex sollte mit
> options=0 gehen, geht aber nicht.

Auf http://www.scyld.com/network/eepro100.html steht:

-----------------------------------------8<---------------------------

In most cases no transceiver override option need be set.
A notable exception is when connecting to a older ethernet
switch that operates in full-duplex mode but does not do NWay
autonegotation. The driver options flags are recognized: 

 Hex   Decimal  Meaning
  0x10  16       Force Full-Duplex operation (must be used with 0x20 or 0x40)
  0x20  32       Force 100mbps-only operation
  0x40  64       Force 10mbps-only
  
  Add the above decimal values to get the complete option setting. 

The option flags are passed as follows when loading the
driver as a module 

        insmod eepro100.o debug=1 options=0x20,0,0x50
	
This sets the first adapter to 100mbps-only operation, the
second to the default NWay autonegotiation, and the third
to 10mbps full-duplex. 

The option flags are passed as the third parameter when
using the driver permanently linked into the kernel 

   ether=0,0,0x20,eth0 ether=0,0,0,eth1 ether=0,0,0x50,eth2

------------------------------------->8-------------------------------

'0' heißt offenbar einfach - 'verlasse Dich auf die
Autonegotiation'. Und die funkt wohl bei Dir nicht.

Tschö
Töns
-- 
Linux. The dot in /.

-
Hinweise zur Benutzung dieser (und anderer Mailing-Listen) bitte beachten:
--> http://lug-owl.de/mailinglist_hints.html <--



More information about the Linux mailing list