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 |
How much ram do I have linux?
What daemon is used for scheduling of the commands?
How do I overclock my cpu?
What is whois command?
What is the gcc command?
What does mkdir mean in linux?
What is cpu in linux?
When you issue the command ls -l, what signifies the first character of the resulting display file? 701 What command can you use to determine the purpose of any command?
How do I clear terminal command history?
How do I check command history?
How can I create a file with cmd?
I have my default runlevel is init5 now i have configured to init 3,now i wanna run my system in init3 process without reboot the system .How will you do for this scenario?