Ethernet unstable connection / Packet-Loss (caused by EEE)

Hi,

i whould like to add a comment to an already closed topic, so i post it here.

You can also disable EEE at runtime via “ethtool”: ethtool --set-eee eth0 eee off
So you dont have to recompile the Kernel.

Configuration by ethtool is not persistent over a reboot, so you have to execute the command in a boot-script.

best regards,
Matthias

Hi,

You can disable EEE by adding this in kernel config.

→ CONFIG_EQOS_DISABLE_EEE

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.