- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- command line options for linux nc31xx ,nc61xx ,nc6...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2004 02:18 AM
04-17-2004 02:18 AM
command line options for linux nc31xx ,nc61xx ,nc67xx drivers
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2004 05:12 PM
04-17-2004 05:12 PM
Re: command line options for linux nc31xx ,nc61xx ,nc67xx drivers
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 04:45 AM
04-18-2004 04:45 AM
Re: command line options for linux nc31xx ,nc61xx ,nc67xx drivers
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2004 11:03 AM
04-18-2004 11:03 AM
Re: command line options for linux nc31xx ,nc61xx ,nc67xx drivers
The 'modinfo
If you can't figure it out, just post back which driver it uses, and we'll see what we can figure out.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2004 08:17 AM
04-21-2004 08:17 AM
Re: command line options for linux nc31xx ,nc61xx ,nc67xx drivers
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