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 |
have you ever got warning message from unix admin that file system running out of space or not enough disk space?what will u do?
what is QUOTA-V
What are linux commands?
Explain the linux directory commands along with the description?
What is the role of case sensitivity in affecting the way commands are used?
What is makefile in unix?
What is the difference between command ‘ping’ and ‘ping6’?
If you have saved a file in linux. Later you wish to rename that file, what command is designed for it?
I have Laptop. I want to assign DHCP ip address, but in my Laptop having Wireless and with wire NIC cards, it is possible to assign reserve ip address for both NIC card, but same host name?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
Explain difference between nfs soft and hard mouniting points?
what is the UID and GID of root user? Can a normal user can change the ownership of a file? what is the command to change ownership of a file?