I have some old servers (Lanner NCA-2512) with 10GbE ports, using intel X553 and SFP+.
Back in the day, these were running CentOS7, and happily connecting to each other using a variety of SFPs and fibres.
After upgrading to AlmaLinux9, I’m experiencing something very weird. As long as one of the pair runs CentOS7, I get a link up, and can transfer data at full speed. But if both run AlmaLinux, the link never comes up. I’ve been trying a variety of ip link set <device> up and similar, but never managed to get a working link. I have tried to compile with the latest version (6.3.4) from intel, and it has the same behaviour.
It’s probably a problem with autonegotiation, but even if I try to force the link up, it doesn’t come on.
I’ve recompiled the latest driver from intel (ixgbe v6.3.4), but it has the same behaviour.
Reading the README from that driver, I came upon this:
In addition, SFP+ devices based on the Intel(R) Ethernet ConnectionX552 and Intel(R) Ethernet Connection X553 do not support the following features:
* Speed and duplex auto-negotiation
* Wake on LAN
* 1000BASE-T SFP Modules
That sounds rather ominous. But it looks like that text has been in the driver for a long time. On that page they only go back to version 5.14, rather than the 5.0.1 which was used in our old CentOS systems, but in version 5.14 there’s the same disclaimer.
How can I move on from here? What alternative routes may I have missed?
Is there maybe an alternative driver for these chips?