SUMMARY: forcing a network card to 100 full duplex
From: Wood, Lawrence N (LWood_at_ALLEGROMICRO.com)
Date: 08/27/03
- Previous message: Jagga Daku: "Bind 9.2.2 on Solaris 9"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "'sunmanagers@sunmanagers.org'" <sunmanagers@sunmanagers.org> Date: Wed, 27 Aug 2003 16:45:42 -0400
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
- Previous message: Jagga Daku: "Bind 9.2.2 on Solaris 9"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|