Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting speed of NIC

Status
Not open for further replies.

Newcomer1

Programmer
Joined
Apr 19, 2002
Messages
2
Location
IN
How to change the NIC setting from 100Mb/half duplex/auto neg enabled to 100M/full duplex/auto neg disbaled.
 
You need an entry in your /etc/system file like this: -
* Set hme0 to 100m 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
 
You need an entry in your /etc/system file like this: -

* Set hme0 to 100m 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

You will need to reboot after the edit to change to the new settings.
 
What sort of terminal are you using to access the workstation.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top