setting /dev/eri interface 10 mb full duplex
2007-12-25 1:13:00
to hard code to 10 mb (don't ask why, very specific reason) and I can get it
to work, however, I cannot find a combination where there are no Ierrors,
Oerrors or collisions. I am seeing a high amount of these errors, leading
me to think that things are not quite right. Can anybody offer any
assistance?
Here is what I should think would work......
ndd -set /dev/eri instance 0
ndd -set /dev/eri adv_autoneg_cap 0
ndd -set /dev/eri adv_100T4 0
ndd -set /dev/eri adv_100hdx_cap 0
ndd -set /dev/eri adv_100fdx_cap 0
ndd -set /dev/eri adv_10fdx_cap 1
ndd -set /dev/eri adv_10hdx_cap 0
while setting the switch to 10 mb full duplex, however, still getting errors
and collisions.
I have also tried
ndd -set /dev/eri instance 0
ndd -set /dev/eri adv_autoneg_cap 0
ndd -set /dev/eri adv_100T4 0
ndd -set /dev/eri adv_100hdx_cap 0
ndd -set /dev/eri adv_100fdx_cap 0
ndd -set /dev/eri adv_10fdx_cap 0
ndd -set /dev/eri adv_10hdx_cap 1
with switch settings at 10 half, but lo luck
TIA,
Ryan
Comments
Got something to say?
You must be logged in to post a comment.

