how to change duplex mode??

hi everybody!

can anybody help me? i try to find out what duplex mode my network card is running (10/100 half/full) in order to set it 10half.

but how can i do this?? how can i find out the duplex mode and how to change it?

thanks for your help

greets
mb

Some of the network drivers support that. eg:

use /lib/dll/devn-speedo.so


Options (to override autodetected defaults):
speed=10|100 Media data rate.
duplex=0|1 Half (0) or full (1) duplex mode.

So you can “force” those options rather than let it auto negotiate.

To find out what what your duplex/rate.

/usr/sbin/nicinfo

thx!

it works…that’s great!