>>во FreeBSD вроде драйвер для нее поддерживает mediaopt, это в Linux'ах
>>большинство ether-драйверов не позволяют сменить mediaopt, короче:
>>
>>man ifconfig
>>man 4 драйвер_карты на предмет media/mediaopt
>>после чего ifconfig с параметрами и все дела
>
>^^^^ вот в этих 3-х строках можно подробней плиз - я чайник
>полный :-/
а что чайнику читать в лом, это особая порода?
например:
man 4 xl
...
The xl driver supports the following media types:
autoselect Enable autoselection of the media type and options.
Note that this option is only available with the
3c905 and 3c905B adapters with external PHYs or
built-in autonegotiation logic. For 3c900
adapters, the driver will choose the mode specified
in the EEPROM. The user can change this by adding
media options to the /etc/rc.conf file.
10baseT/UTP Set 10Mbps operation. The mediaopt option can also
be used to select either full-duplex or half-duplex
modes.
100baseTX Set 100Mbps (fast ethernet) operation. The
mediaopt option can also be used to select either
full-duplex or half-duplex modes.
10base5/AUI Enable AUI transceiver (available only on COMBO
cards).
10base2/BNC Enable BNC coax transceiver (available only on
COMBO cards).
The xl driver supports the following media options:
full-duplex Force full duplex operation
half-duplex Force half duplex operation.
sorry ошибся с mediaopt, просто media: 10baseT/UTP
после чего man ifconfig:
ifconfig xl0 media 10baseT/UTP mediaopt half-duplex
или
ifconfig xl0 media 10baseT/UTP mediaopt full-duplex
где проработать ситуацию с mediaopt взависимости от сопряжения с HUB или
SWITCH, посмотреть с каким режимом прут ошибки/коллизии:
ping куда_то чтобы пошло через xl0 интерфейс (лучше ftp)
netstat -Ixl0 -w 1
Все