How to check ethernet duplex mode
You can use dmesg , mii tool and ethtool to check ethernet duplex mode.
dmesg | grep -i duplex
dmesg |grep eth0
# mii-tool
eth0: negotiated 100baseTx-FD, link ok
Category: Linux Administration
You can use dmesg , mii tool and ethtool to check ethernet duplex mode.
dmesg | grep -i duplex
dmesg |grep eth0
# mii-tool
eth0: negotiated 100baseTx-FD, link ok
Category: Linux Administration