- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: etho = 100/full
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
03-07-2006 11:55 PM
03-07-2006 11:55 PM
etho = 100/full
I see with
ethtool eth0
the Duplex is "half".
I want to change it to full.
ethtool -s -eth0 autoneg off
ethtool -s eth0 duplex full
It is OK but after restarting the server the configuration go back to "half".
I try setting the options in /etc/sysconfig/networking/ifcfg-ethX
ETHTOOL_OPTS="speed 100 duplex full autoneg off"
After restart the configuration go still back tu "half".
What is wrong?
Thank you
Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 12:05 AM
03-08-2006 12:05 AM
Re: etho = 100/full
ETHTOOL_OPTS="speed 100 duplex full autoneg off"
at the end of the file:
/etc/sysconfig/network-scripts/ifcfg-eth0
Just my 2 cents.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 12:31 AM
03-08-2006 12:31 AM
Re: etho = 100/full
It is SUSE 9.
I do not have
/etc/sysconfig/network-scripts
and under
/etc/sysconfig/network/scripts/
I do not have ifcfg-eth0
Regards
Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 12:50 AM
03-08-2006 12:50 AM
Re: etho = 100/full
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 01:06 AM
03-08-2006 01:06 AM
Re: etho = 100/full
if Ethernet driver is "e100", then in the "/etc/modules.conf" file add the options lines:
alias eth0 e100
options e100 e100_speed_duplex=4
if "e1000", then add
alias eth0 e1000
options e1000 Speed=100 Duplex=2
if "bcm5700", the add
alias eth0 bcm5700
options bcm5700 line_speed=100 full_duplex=1 auto_speed=0
then reboot your pc
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 01:18 AM
03-08-2006 01:18 AM
Re: etho = 100/full
"ethtool -i eth0" = driver e1000
There is no entry inside of "/etc/modules.conf" . So it is empty.
But the "etc/modprobe.conf" hast a lot of entries.
Where do I have to put:
alias eth0 e1000
options e1000 Speed=100 Duplex=2
Regards
Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 01:21 AM
03-08-2006 01:21 AM
Re: etho = 100/full
Just add
ethtool -s -eth0 autoneg off
ethtool -s eth0 duplex full
to /etc/rc.local
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 01:25 AM
03-08-2006 01:25 AM
Re: etho = 100/full
sorry but there is no:
/etc/rc.local
Regards
Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 01:28 AM
03-08-2006 01:28 AM
Re: etho = 100/full
if the force code does not work, replace the NIC.
If that does not work, suspect the network switch port configuration, which has not been mentioned.
Many older switches default to half duplex.
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
03-08-2006 01:37 AM
03-08-2006 01:37 AM
Re: etho = 100/full
What distribution are u using?
You can create a script that executes the commands:
ethtool -s -eth0 autoneg off
ethtool -s eth0 duplex full
and put the script in /etc/rc.d/rc3.d/
This will work
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 02:14 AM
03-08-2006 02:14 AM
Re: etho = 100/full
alias eth0 e1000
options e1000 Speed=100 Duplex=2
to the "/etc/modules.conf" file and restart.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 06:33 PM
03-08-2006 06:33 PM
Re: etho = 100/full
The problem here is that everyone here except you is talking Redhat not Suse.
The files are there but have different names. They're normally in "/etc/init.d" and are linked to "/etc/init.d/rc.d" and "rc?.d" and so you could put the "ethtool" commands in here.
The easiest way to configure your devices is via Yast-2 from the GUI, then select networking devices, and your Ethernet card. This should show all the detected and configured device.
Assuming that your NIC is already in the list, simply select it and select "Configure", then add the duplex as an option. Once saved this should survive reboots.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 06:34 PM
03-08-2006 06:34 PM
Re: etho = 100/full
Further Suse documentation is available at:http://www.novell.com/documentation/
Good luck,
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2006 07:13 PM
03-08-2006 07:13 PM
Re: etho = 100/full
Use the following command
#mii-tool -F 100baseTx-FD eth0 (For full Duplex Speed)
#mii-tool -F 100baseTx-HD eth0 (For Half Duplex Speed)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 10:05 PM
03-12-2006 10:05 PM
Re: etho = 100/full
Propably the following link may help you.
http://www.cyberciti.biz/faqs/2006/01/linux-lan-card-find-out-full.php
rgds,
SSN