BPI-R3 SFP port stuck at 1G with FS 2.5G module

Hi everyone,

I’m currently facing an issue with the sfp2 port on my Banana Pi R3 running OpenWrt. I’m trying to establish a 2.5G optical link between the BPI-R3 and a MikroTik CRS310-8G+2S+ switch, but the BPI-R3 refuses to recognize the module’s 2.5G capability, falling back to 1G or completely disabling the port.

Hardware Setup:

  • Router: Banana Pi R3 (OpenWrt 24.10.4)
  • Switch: MikroTik CRS310-8G+2S+
  • SFP Modules (Both ends): FS SFP2.5G-SX-85 (2.5G Multi-Mode, 850nm)
# ethtool sfp2
Settings for sfp2:
	Supported ports: [ FIBRE ]
	Supported link modes:   1000baseX/Full 
	Supported pause frame use: Symmetric Receive-only
	Supports auto-negotiation: Yes
	Supported FEC modes: Not reported
	Advertised link modes:  1000baseX/Full 
	Advertised pause frame use: No
	Advertised auto-negotiation: Yes
	Advertised FEC modes: Not reported
	Link partner advertised link modes:  1000baseX/Full 
	Link partner advertised pause frame use: Symmetric
	Link partner advertised auto-negotiation: Yes
	Link partner advertised FEC modes: Not reported
	Speed: 1000Mb/s
	Duplex: Full
	Port: FIBRE
	PHYAD: 0
	Transceiver: internal
	Auto-negotiation: on
	Supports Wake-on: d
	Wake-on: d
	Link detected: yes

The Problem: When I plug in the SFP module, OpenWrt reads the EEPROM but fails to ascertain the 2500baseX link mode. It attempts to fall back to 1000baseX, but ultimately disables the port and stops the laser.

Here is the relevant dmesg output:

[6013727.135208] sfp sfp-2: module FS               SFP2.5G-SX-85    rev 3.0  sn C2512707604      dc 260120  
[6014666.687132] sfp sfp-2: Unable to ascertain link mode
[6014666.692274] mt7530-mdio mdio-bus:1f sfp2: selection of interface failed, advertisement 00,00000000,00000000,00006400
[6012132.041736] mt7530-mdio mdio-bus:1f sfp2: switched to inband/1000base-x link mode
[6012966.159226] br-lan: port 5(sfp2) entered blocking state
[6012966.164628] br-lan: port 5(sfp2) entered disabled state

What I have tried:

  1. 1G Link Works Perfectly: To rule out physical layer issues (bad fiber, dead module, wrong wavelengths), I forced the MikroTik switch to advertise only 1G Full with Auto-Negotiation enabled. Then, on the BPI-R3, I manually ran ip link set sfp2 up and brctl addif br-lan sfp2. The link comes up successfully at 1G, and traffic passes through perfectly. This proves the hardware and fibers are 100% functional.

  2. ethtool Fails: Running ethtool -s sfp2 speed 2500 duplex full autoneg off returns Invalid argument. The driver outright rejects it.

  3. Network config fails: Setting option speed ‘2500’ and option autoneg ‘0’ in /etc/config/network for sfp2 is also ignored/rejected by the kernel during initialization.

My question: I’m not sure what the next step is to enable the 2.5G mode. Build a modified OpenWRT, ask for a modified EEPROM from FS support, or something I missed? All ideas are appreciated. Thanks.

Title: BPI-R3 Mini EN8811H PHY stuck at 1G – need help enabling 2.5G

Post:

Hi everyone,

I’m using a BPI‑R3 Mini with EN8811H PHY and I’m trying to get 2.5 Gb/s Ethernet on both ports. I have tested with Cat8 cables and a switch that supports 2.5G, but the links always stay at 1 Gb/s.

I tried:

  • Checking link status with ethtool
  • Forcing speed and autonegotiation (ethtool -s eth0 autoneg on advertise 0x80000000002)
  • Updating OpenWrt and installing git/http tools to try building drivers
  • Even checking dmesg, which shows Airoha EN8811H mdio-bus detected

Everything looks correct, but the 2.5G mode never negotiates.

I found a similar issue with BPI‑R3 SFP ports here: https://forum.banana-pi.org/t/bpi-r3-sfp-port-stuck-at-1g-with-fs-2-5g-module/26810

It seems the hardware supports 2.5G but the driver or PHY negotiation is stuck at 1G.

I would really appreciate any advice or steps to enable full 2.5G speed on the EN8811H PHY on the R3 Mini.

Thanks in advance!

Therein lies the solution