My machine is running half duplex mode how to change half
duplex to full duplex?
Answers were Sorted based on User's Feedback
Answer / v.balaviswanathan
The command to change from half duplex to ful duplex is
#ethtool -s eth0 speed 100 duplex full
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / bala
[root@ns2 ~]# mii-tool -V
mii-tool.c 1.9 2000/04/28 00:56:08 (David Hinds)
eth0: negotiated 100baseTx-FD flow-control, link ok
[root@ns2 ~]# ethtool -s eth0 duplex half autoneg off
[root@ns2 ~]# mii-tool -V
mii-tool.c 1.9 2000/04/28 00:56:08 (David Hinds)
eth0: 100 Mbit, half duplex, no link
[root@ns2 ~]# mii-tool -V
mii-tool.c 1.9 2000/04/28 00:56:08 (David Hinds)
eth0: 100 Mbit, half duplex, link ok
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / manoj
#ethtool -s eth0 "autoneg off speed 100 duplex full".
& also specify in /etc/sysconfig/network-script/ifcfg-x
(eth0,1,2,3,...)
| Is This Answer Correct ? | 1 Yes | 1 No |
What is mask and umask in linux?
What is makefile in unix?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
Is a command a full sentence?
what is user mode & kernel mode?
How often do you use grep command and how in Linux operating system?
How do makefiles work?
I am using RedHat 6.3 in I wanna to install and configure zimbra mail. Can anybody tell me what are the RPM packages required for zimbra mail ? Where can I get those RPM packages ?
Explain difference between swap partition and swap file?
What does && mean in bash?
What is the command to see the installed rpm's in the linux system.
What is top command in linux?