By default EEE should be disabled, if not you can disable it using ethtool using the following commands:
To check the status of the intel nic:
Code Block |
---|
ethtool --show-eee <INTERFACE_NAME> |
...
Code Block |
---|
ethtool --set-eee <INTERFACE_NAME> eee off |
...
Include Page | ||||
---|---|---|---|---|
|