PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Netzwerkeinstellungen mit mii-tool dauerhaft



Rehlein
04.09.03, 00:10
Könnte mir bitte jemand weiterhelfen...
Ich habe mit mii-tool meine Netzwerkkarte von 100 Mbit
auf 10 Mbit umgestellt.
Jedoch muss ich das nach jedem Systemstart wiederholen...
Wie kann ich diese Einstellungen dauerhaft setzen?

Danke...

Sonny
04.09.03, 00:29
am besten so:

n 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!)
Wenn Sie also Ihre Karte im Voll-Duplex-100Mbit-Modus betreiben wollen, dann geben Sie in der options-Zeile folgendes an:
options 3c59x options=12