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

Compatibility

According to a blog post, some manufacturers designed their SFP ONTs in a way that doesn’t 100% comply with the SFF specification. A solder mod like described in a dslreports thread might be required to get certain SFP modules to work with this card. This mod grounds MOD_ABS PIN (6), which signals to the card that a module is inserted in the slot. This signals the card to send power to the SFP module.

Affected SFP Modules

Miscellaneous Links