Skip to main content Link Search Menu Expand Document Warning Info Success Info (external link) Copy Copied Following system colour scheme Selected dark colour scheme Selected light colour scheme Telegram GitHub Edit

Hardware Specifications

Β  Β 
Vendor Broadcom
Model 57810S
SFP 2 SFP+
XGMII βœ…
HSGMII βœ…
SGMII βœ…
Type PCI express SFP card

In order for the card to be able to sync at 2.5G speeds, the kernel’s bnx2x module has to be patched. The easiest way to do so is via DKMS which rebuilds that module only:

It also adds a module option that can be set to disable SFP TX fault detection, otherwise the SFP mini-ONT will not be accessible if serial output to SFP is enabled. Alternatively the serial interface can be disabled on the SFP module.

Unfortunately, despite the patches, UEFI eDiag still has to be used to unlock 2.5G capabilities:

At this point, use the following command to set the speed to 2.5G:

sudo ethtool -s your_network_interface autoneg off speed 2500 duplex full

Miscellaneous Links