Friday 12 August 2011

Full Duplex


//** Run the following commands one by one **//:-
 
ethtool -s eth0 speed 100;

ethtool -s eth0 autoneg off;

ethtool -s eth0 duplex full;

each line is one command

then run to check :

mii-tool
 
*************************************************************
Output should be:as follows :-

eth0: 100 Mbit, full duplex, link ok
 
*************************************************************
 

No comments:

Post a Comment