Enabling 100 full duplex mode on Linux
systems.
About this task
Use your primary network interface to enable 100 full
duplex mode.
To check if full duplex is enabled:
Procedure
- Enter the following command:
# dmesg | grep -i duplex
This should result in output similar to the following:
eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
- Confirm the output contains the words:
Full Duplex
If this is not contained within the output, you must
enable full duplex mode. The example output resulting from the command
executed in step 1:
eth0: link up, 100Mbps, full-duplex, lpa
0x45E1
indicate that the primary network interface is eth0.
The
actions specified in the following process presume that your primary
network interface is eth0.