Bug #1910
closedDuplex description inconsistency
100%
Description
"Here you can explicitly set speed and duplex mode for this interface. WARNING: You MUST leave this set to autonegotiate unless the port this interface connects to has its speed and duplex forced."
While the options are:
- Default
- Autoselect
- 10/100/1000 Full/Half duplex settings
- None
Default should probably be "autonegotiate". Also, what is the difference between "Default" and "Autoselect"?
Updated by Jim Pingle about 13 years ago
The default is to not set a value, so the OS handles it automatically.
Autonegotiate forces the NIC to autonegotiate rather than let the OS decide.
The others (attempt to) force the NIC to behave as they state in terms of duplex and speed.
The text could probably be clarified a bit, but the list is populated automatically from the list of media provided by the network card (ifconfig -m), so that may be part of the reason for the inconsistency in the list itself.
Updated by Peter O about 13 years ago
With "ifconfig -m" My Broadcom, Intel and Realtek chipsets call it "Autoselect" so I think the text can be changed to something like:
"WARNING: You MUST leave this set to "Default" (let OS decide, usually defaults to "autonegotiate") or "Autoselect" (autonegotiate) unless the port this interface connects to has its speed and duplex forced."
Updated by Jim Pingle about 13 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 433e98427c6f66e3170b125c2541896cc073ff0e.
Updated by Jim Pingle about 13 years ago
Applied in changeset 6c1ebf813768d2f1952d729c7b43ccc22ffc96cc.
Updated by Chris Buechler about 13 years ago
- Status changed from Feedback to Resolved