1834637 Members
2689 Online
110069 Solutions
New Discussion

Re: change NIC speed

 
SOLVED
Go to solution
GoHP
Advisor

change NIC speed

I used lanadmin to change the NIC speed to 100 Full Duplex. But after reboot the system reset back to HALF.

How can I set 100 FD AUTONEG permanently ?


lanadmin -X 100FD 0
# lanadmin -x 0
Current Config = 100 Full-Duplex MANUAL

After reboot
Current Config = 100 Half-Duplex AUTONEG

Thanks.
Minh
3 REPLIES 3
Patrick Wallek
Honored Contributor

Re: change NIC speed

You must modify the file in /etc/rc.config.d that is appropriate for your lan card and set it to 100FD in that file.
Geoff Wild
Honored Contributor
Solution

Re: change NIC speed

Do a

ioscan -funC lan


look at the driver column say it is "btlan"

Then update /etc/rc.config.d/hpbtlanconf

HP_BTLAN_INTERFACE_NAME[0]=lan0
HP_BTLAN_STATION_ADDRESS[0]=
HP_BTLAN_SPEED[0]=100FD
HP_BTLAN_MTU[0]=1500

Rgds..Geoff


Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
GoHP
Advisor

Re: change NIC speed

Thanks !
Now I can change the speed.