![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
|
|
||||
| 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 |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
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 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. |
|
#3
|
|||
|
|||
|
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 |
|
#4
|
|||
|
|||
|
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.
|
|
#5
|
|||
|
|||
|
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!!! |
|||
| Google The UNIX and Linux Forums |