-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EEE settings #10
Comments
Hello:
Thank you so very much for looking into this for me. 8^D I'll compile v 3.8.7, try it out and report back. |
Hello:
I'm back.
I understand that I should be getting a line with either And when I shut down my box, I'm still getting the Thanks in advance. Best, pcl |
maybe your nic does not support EEE? |
Hello:
I can't say for sure. According to
The line in the ie: Make sense? Thanks for your input. Best, pcl |
Apparently EEE is only supported on parts 82579 and newer. So ... From what I have seen and if I understand it correctly, it would seem that the e1000e module has EEE set to I'll post back when I get more information. |
Hello:
I've managed to download/compile/install the latest Intel(R) PRO/1000 Network Driver 3.8.4-NAPI in my Linux box.
The previously installed version was 3.2.6-k.
Glad to see that with this version EEE settings can (apparently) be changed.
I say apparently because both
ethtool --show-eee eth0
andethtool --set-eee eth0 eee off
return:Cannot get EEE settings: Operation not supported
.But it seems that it can be set it via an
e1000.conf
file in/etc/modprobe.d/
withoptions e1000e EEE=0
. ie:options e1000e SmartPowerDownEnable=0 EEE=0
But ...
How do I know it is properly set as required by the *.conf file?
Is there any other way to reliably query the e1000e EEE status?
I ask because when I shut down my box, I get the output you can see in this image:
And although
dmesg
reportsSmart Power Down Disabled
, there is nothing reported with respect toEEE
being disabled.Please advise.
Thanks in advance,
The text was updated successfully, but these errors were encountered: