The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > Linux
Google UNIX.COM


Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
100 gigabit full duplex csaunders SUN Solaris 4 04-13-2006 12:06 PM
full -duplex ? parvathy High Level Programming 1 06-11-2005 07:07 AM
Full Duplex Howto Phobos UNIX for Dummies Questions & Answers 4 01-01-2005 07:54 PM
Full duplex at HUB? merlin UNIX for Dummies Questions & Answers 4 09-03-2002 05:41 AM
How to configure Full Duplex and TCP/IP marc3483 UNIX for Dummies Questions & Answers 2 07-24-2002 09:55 AM

Reply
 
Submit Tools LinkBack Thread Tools Display Modes
  #1  
Old 09-21-2004
Registered User
 

Join Date: Mar 2002
Location: London, England
Posts: 262
configure full duplex

How do I configure full duplex on suse 8.2

I tried

ethtool -s eth0 speed 100 duplex full autoneg off

the above works but when I reboot the machine the configure was lost.

How do I configure full duplex so that when the machine get rebooted the configuration will stay.

My interface is Intel 82540EM Gigabit Ethernet Controller.
Reply With Quote
Forum Sponsor
  #2  
Old 09-21-2004
Registered User
 

Join Date: Jul 2002
Location: new york
Posts: 1,025
have you tried yast?

other wise to do it manually its in some init script, youll just have to look for it, someone else here might chime in on where it is.

or, you could "duct tape" the problem...

just put

Code:
ethtool -s eth0 speed 100 duplex full autoneg off
in a script and have that script run after the networking script has been run.

hint: you put the script in the /etc/rc.d directory, and symlinks to run the script in /etc/rc.d/rc$.d

where $ is the desired runlevel you want the script executed in.



edit: also, dont put it in the /etc/rc.d/network script, unless you know everything that script is doing.

one more thing, you dont need a symlink for that script to be run on shut down, only on start up, as the network script will take care of "shutting down" the networking settings.


Last edited by norsk hedensk; 09-21-2004 at 06:44 PM.
Reply With Quote
  #3  
Old 09-23-2004
Registered User
 

Join Date: Mar 2002
Location: London, England
Posts: 262
thanks for your reply

ethtool -s eth0 speed 100 duplex full autoneg off

in startup script work but I do you configure 100mb full duplex in
/etc/modules.conf

i placed the following entry in then reboot the machine and it did not work

alias eth0 e1000
options e1000 Speed=100 Duplex=2

after modifying /etc/modules.conf do you always have to reboot machine or they is a way to send SIGHUP to /etc/modules.conf
Reply With Quote
  #4  
Old 09-23-2004
Registered User
 

Join Date: Jul 2002
Location: new york
Posts: 1,025
im not sure. but you can just take it down to single user mode then bring it back to whatever run level you were at.
Reply With Quote
  #5  
Old 01-22-2008
Registered User
 

Join Date: Jan 2008
Posts: 1
full duplex

I did simple way

just edit /etc/rc.local

add folowing line

ethtool -s ethX speed 100 duplex full autoneg off

and reboot sys

it work greate!!!
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools
Display Modes




All times are GMT -7. The time now is 11:19 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0