Latest Update Causes Network Card Drop to 10mbits

|Time|Section| |
|---|---|---|
|00:40:38|kernel:|igb 0000:03:00.0 red0: igb: red0 NIC Link is Down|
|00:40:41|kernel:|igb 0000:03:00.0 red0: igb: red0 NIC Link is Up 10 Mbps Half Duplex, Flow Contro l: None|
|00:40:41|kernel:|igb 0000:03:00.0: EEE Disabled: unsupported at half duplex. Re-enable using etht ool when at full duplex.|
|00:40:42|kernel:|igb 0000:03:00.0 red0: igb: red0 NIC Link is Down|
|00:40:46|kernel:|igb 0000:03:00.0 red0: igb: red0 NIC Link is Up 10 Mbps Half Duplex, Flow Contro l: None|
|00:40:47|kernel:|igb 0000:03:00.0 red0: igb: red0 NIC Link is Down|
|00:40:49|kernel:|igb 0000:03:00.0 red0: igb: red0 NIC Link is Up 10 Mbps Half Duplex, Flow Contro l: None|
|00:40:49|kernel:|igb 0000:03:00.0 red0: igb: red0 NIC Link is Down|
|00:40:52|kernel:|igb 0000:03:00.0 red0: igb: red0 NIC Link is Up 10 Mbps Half Duplex, Flow Contro l: None|
|00:40:52|kernel:|igb 0000:03:00.0 red0: igb: red0 NIC Link is Down|
|00:40:55|kernel:|igb 0000:03:00.0 red0: igb: red0 NIC Link is Up 10 Mbps Half Duplex, Flow Contro l: None|
|00:40:55|kernel:|igb 0000:03:00.0 red0: igb: red0 NIC Link is Down|
|00:40:58|kernel:|igb 0000:03:00.0 red0: igb: red0 NIC Link is Up 1000 Mbps Full Duplex, Flow Cont rol: RX|
|00:41:10|kernel:|ctnetlink v0.93: registering with nfnetlink.|
|00:42:16|kernel:|igb 0000:03:00.0 red0: igb: red0 NIC Link is Down|
|00:42:19|kernel:|igb 0000:03:00.0 red0: igb: red0 NIC Link is Up 1000 Mbps Full Duplex, Flow Cont rol: RX|
|00:42:20|kernel:|igb 0000:03:00.0 red0: igb: red0 NIC Link is Down|
|00:42:33|kernel:|igb 0000:03:00.0 red0: igb: red0 NIC Link is Up 1000 Mbps Full Duplex, Flow Cont rol: RX|

This did not start until after the latest update… I
Any ideas how to stop this?
The RED interface is plugged directly into cable modem.

Cheers,

Gavin

Hi Gavin,

Try the following:-
Login using SSH and use the following command:-
ethtool --set-eee red0 eee off

That should turn off the energy efficiency on the card.
Alternatively on your cable router, can you set the device to fixed speed and duplex?

If the above works you could add it to your /etc/sysconfig/rc.local file to set it on boot up.

HTH
Joe.

1 Like

This is most likely a broken Ethernet cable. Or the NIC got toasted.

Power Management is rather unlikely I would say.

I found that Adding igb.EEE=0 to kernel cmdline disables EEE durign boot.

And you can rule out that this is not caused by any hardware or firmware issue with this card?

Hi Gavin,

Did that solve your issue?

Michael, the reason I suggested it was I had read somewhere that some cable modems notable Netgear ones had an issue with power management and auto negotiation.

BR
Joe.

The issue resolved its self… and has not returned but I have another issue with one that is off site that seems to relate to this… I will update the post with what I find soon.

Thanks