SUMMARY: forcing a network card to 100 full duplex

From: Wood, Lawrence N <LWood_at_ALLEGROMICRO.com>
Date: Wed Aug 27 2003 - 16:45:42 EDT
Thanks for all the replies.

It seems that the real answer was to put the line with the
hme_adv_autoneg_cap 
setting last in the sequence like this:

set hme:hme_adv_100T4_cap = 0
set hme:hme_adv_100fdx_cap = 1
set hme:hme_adv_100hdx_cap = 0
set hme:hme_adv_10fdx_cap = 0
set hme:hme_adv_10hdx_cap = 0
set hme:hme_adv_autoneg_cap = 1

I think it might have worked if I set that parameter to 0 also
but since I made the hardware advertise that the other modes
were not available, it "auto-negotiated" the only place it
could.  All seems to be running well at this time.


Original POST:

I have an Ultra-10 running Solaris 8.  I recently tried adding the following
lines to my
/etc/system file to force it to always connect at 100mps full duplex.

set hme:hme_adv_autoneg_cap = 0
set hme:hme_adv_100T4_cap = 0
set hme:hme_adv_100fdx_cap = 1
set hme:hme_adv_100hdx_cap = 0
set hme:hme_adv_10fdx_cap = 0
set hme:hme_adv_10hdx_cap = 0


Then rebooted my system.  it is now running like a snail.
Can anybody see something I have done wrong or have suggestions how I
might correct the problem?


Larry Wood
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
Received on Wed Aug 27 16:49:35 2003

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:43:18 EST