[BPi-R3-Mini] Airoha EN8811H 2.5G PHY driver

That is not what was asked for, not very helpful. And also, you have shared a similar image before.

So just share the output of your attempt.

First, please connect either:

  • via WiFi, or
  • via serial console

During testing the Ethernet link may temporarily go down, so you could lose SSH access if you are connected over LAN.

Install required tools

 opkg update
 opkg install ethtool

Check current link status

ethtool eth0
ethtool eth1
ethtool -i eth0
ethtool -i eth1

Full 2.5G Diagnostic Script (BPI-R3 Mini)

Paste:

#!/bin/sh
# Script to diagnose 2.5G negotiation on BPI-R3 Mini

echo "=== CURRENT STATUS ETH0 ==="
ethtool eth0

echo "=== CURRENT STATUS ETH1 ==="
ethtool eth1

echo "=== ADVERTISED AND DRIVER INFO ==="
echo "--- ETH0 ---"
ethtool -a eth0
ethtool -i eth0

echo "--- ETH1 ---"
ethtool -a eth1
ethtool -i eth1

echo "=== FORCING AUTONEGOTIATION WITH 2.5G ADVERTISE ==="
echo "Trying autoneg on, advertise 2.5G..."

ip link set eth0 down
ethtool -s eth0 autoneg on advertise 0x80000000002
ip link set eth0 up

ip link set eth1 down
ethtool -s eth1 autoneg on advertise 0x80000000002
ip link set eth1 up

echo "=== NEW STATUS AFTER ATTEMPT ==="
ethtool eth0 | grep -i speed
ethtool eth1 | grep -i speed

echo "=== RECENT PHY LOGS ==="
dmesg | tail -n 30 | grep -i en8811h

Then:

chmod +x diagnose_2_5g.sh
./diagnose_2_5g.sh

I really do not understand. Are you now giving me instructions on how to diagnose the problem you are having?

I’m not the one asking for help here.

Please stop cluttering this topic with useless AI output.

eso a mi me funciono y tengo 2.5 sin problema

That worked for me and I have 2.5 without any problems

Eric needs the output of 2 simple commands not an ai generated script…and always write in englich…

It does not help us to help you when you say the script was working :smiley: or is your issue fixed (i guess no)?

I’m sure R3Mini (and other dev boards) are not good choice for you…

It seems his problem is solved. Otherwise please continue in another topic, this is not a phy driver issue.

I don’t understand. Mine is working perfectly, and it’s a good motherboard; I recommend it.

I think you need to find a better translator :wink: