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 to be able to set 2.5G speed you will have to patch your kernel’s bnx2x module. The easiest way to do so is via DKMS which rebuilds only that module:

It also adds a module option that can be set to disable SFP TX fault detection, otherwise you won’t be able to access your SFP mini-ONT if serial output to SFP is enabled (you can alternatively disable the serial in the SFP module).

Unfortunately, despite the patches, you will still have to use UEFI eDiag to unlock 2.5G capabilities:

At this point you will be able to 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