- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Full duplex settings
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-26-2004 04:11 PM
04-26-2004 04:11 PM
Full duplex settings
How can change the speed and duplex settings of network card in linux ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 04:45 PM
04-26-2004 04:45 PM
Re: Full duplex settings
If that doesn't work either, it may need these settings to be initialised with the driver.
Is it compiled as a module? If so, use 'modinfo' to see if it has driver-parameters that can be passed to it during module initialisation, using an 'options' line in '/etc/modules.conf'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 04:54 PM
04-26-2004 04:54 PM
Re: Full duplex settings
how to make the changs permanent. I want to make it is 100Mbps Full Duplex.
Both ethtool and mii-tool is not working. Is there any way to make the driver compatiable to mii-tool.?
In my system ethtool is not there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 05:26 PM
04-26-2004 05:26 PM
Re: Full duplex settings
You should not have to force it.
Try replacing cabling.
Then
service network restart
If that does not help check the switch port settings on the switch. They should be set to auto negotiate, but its okay to hard code 100 BaseT full.
I've run into some older hubs that actually operate at 100 BaseT half duplex. It does happen.
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-26-2004 05:38 PM
04-26-2004 05:38 PM
Re: Full duplex settings
I want to know how can force full duplex.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 05:43 PM
04-26-2004 05:43 PM
Re: Full duplex settings
If that is the case, then an entry in '/etc/modules.conf' that looks similar to:
options e1000 Duplex=2
Will force the interface to be full-duplex upon module init.
I'm not sure if it's possible to force options upon an already inserted module, so you may need to bring the interface down (ifdown eth0), and remove the module (rmmod e1000), then bring the interface back up again (ifup eth0).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 07:16 PM
04-26-2004 07:16 PM
Re: Full duplex settings
#modinfo MODULENAME
to get attributes of the module and read docs in kernel source (find docs on internet) on how to set 'em up.
a sample output [for eepro100] is
localhost:~/adm>modinfo eepro100
filename: /lib/modules/2.4.7-10/kernel/drivers/net/eepro100.o
description: "Intel i82557/i82558/i82559 PCI EtherExpressPro driver"
author: "Maintainer: Andrey V. Savochkin
parm: debug int, description "eepro100 debug level (0-6)"
parm: options int array (min = 1, max = 8), description "eepro100: Bits 0-3: tranceiver type, bit 4: full duplex, bit 5: 100Mbps"
parm: full_duplex int array (min = 1, max = 8), description "eepro100 full duplex setting(s) (1)"
parm: congenb int, description "eepro100 Enable congestion control (1)"
parm: txfifo int, description "eepro100 Tx FIFO threshold in 4 byte units, (0-15)"
parm: rxfifo int, description "eepro100 Rx FIFO threshold in 4 byte units, (0-15)"
parm: txdmacount int
parm: rxdmacount int
parm: rx_copybreak int, description "eepro100 copy breakpoint for copy-only-tiny-frames"
parm: max_interrupt_work int, description "eepro100 maximum events handled per interrupt"
parm: multicast_filter_limit int, description "eepro100 maximum number of filtered multicast addresses"
Let me know,
R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 06:36 AM
04-27-2004 06:36 AM
Re: Full duplex settings
look in /sbin for mii-tool and ethtool. For some reason /sbin seems not to be in the standard path for root if you do a su for me.
Maybe that fooled you too ;-)
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 05:35 PM
04-27-2004 05:35 PM
Re: Full duplex settings
/sbin will be in your path if you use "su -" and not just "su" command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 09:35 PM
04-27-2004 09:35 PM
Re: Full duplex settings
You can find info from RedHat on loading parameters for drivers here:
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/ch-modules.html
You can find all allowed Ethernet parameters for all supported netwerk cards for RedHat 9 here:
http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-modules-ethernet.html
HTH,
Robert