Operating System - Linux
1834697 Members
1887 Online
110069 Solutions
New Discussion

command line options for linux nc31xx ,nc61xx ,nc67xx drivers

 
Frank Breitgoff
New Member

command line options for linux nc31xx ,nc61xx ,nc67xx drivers

Hi experts,
are there any driver options available for the mentioned drivers regarding speed und duplex mode? We want to start the nics in 100mb or 1000mb full duplex mode while booting , NO AUTOSENSE! Wanted for any linux driver version, esp. for Red Hat 7.x
I downloaded some drivers but didn`t find any documentation of command line options.
Any help is highly appreciated, thanks.
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: command line options for linux nc31xx ,nc61xx ,nc67xx drivers

1000 base T cards in general can't tolerate any setting except autonegotiate.

They tend not to come up in any other mode. They start up, figure out what speed the hub or switch and gets going.

With this going for them, the driver writers may have been smart enough to not provide command line options for the card. The Linux kernel is pretty good at getting that right anyway.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Frank Breitgoff
New Member

Re: command line options for linux nc31xx ,nc61xx ,nc67xx drivers

thanks for your reply,

you're right. It wasnt very bright to ask for the Mbit NICS
but with the 100 Mbit (nc31xx) we have an actual problem because our core switch ports are preset for 100 mbit full duplex, autosensing off. the nics must work with these settings immediately after booting, for several reasons

are there any suitable options for these cards?
thanks again for help
Stuart Browne
Honored Contributor

Re: command line options for linux nc31xx ,nc61xx ,nc67xx drivers

What driver do they use?

The 'modinfo ' should give you the options it takes (in /etc/modules.conf) in order to set those things.

If you can't figure it out, just post back which driver it uses, and we'll see what we can figure out.
One long-haired git at your service...
robert lojek_4
New Member

Re: command line options for linux nc31xx ,nc61xx ,nc67xx drivers

check out ethtool (included w/RH AS 2.1).

We use it to lock down 100 fd on 1000bt interfaces when we hook them up to 100btx ports.

from rc.local:

ethtool -s eth0 speed 100 duplex full autoneg off
ethtool -s eth1 speed 100 duplex full autoneg off