Energy Efficient Ethernet - How to tell it's on, and what may be breaking your network
Either my network switches, or my router, or both, all of which are autoconfigured to their maximum of 2.5GigE, have problems with energy-efficient-ethernet.
Macs enable this by default, and this only became a problem when I got a Mac mini with a 10GigE adapter to at least be able to use 2.5G.
This setting is now hidden somewhat. It shows under the Hardware media "Duplex" option, which you can change when you use Manual mode and set the link speed manually. Unfortunately, due to a bug that exists all the way up to macOS Sequoia and possibly beyond, this field in the dialog will only show "full-duplex" on open, instead of whatever it was last configured to.
You may check the current setting by opening Terminal.app and running:
```
ifconfig | grep media:
```
Feel free to configure it to "full-duplex,flow-control", which is defaults minus "energy-efficient-ethernet", if you experience the frequent connection drops associated with the link speed dropping to 10Mbit, assuming your switches or router aren't EEE compliant.
Mac mini, macOS 15.6