Nanopi R3S LTE no GBE LAN

nanopi R3S LTE with openwrt 24.10.5 on SD yields :

LAN device has gigabit ethernet hardware working as gigabit on other routers.

Errors found in log:

Tue Dec 30 22:23:30 2025 kern.err kernel: [    0.486976] rk_gmac-dwmac fe010000.ethernet: Can not read property: tx_delay.
Tue Dec 30 22:23:30 2025 kern.err kernel: [    0.487605] rk_gmac-dwmac fe010000.ethernet: set tx_delay to 0x30
Tue Dec 30 22:23:30 2025 kern.err kernel: [    0.488146] rk_gmac-dwmac fe010000.ethernet: Can not read property: rx_delay.
Tue Dec 30 22:23:30 2025 kern.err kernel: [    0.488773] rk_gmac-dwmac fe010000.ethernet: set rx_delay to 0x10

Tue Dec 30 22:23:30 2025 kern.err kernel: [    1.844167] leds enp1s0-0::lan: Setting an LED's brightness failed (-524)
Tue Dec 30 22:23:30 2025 kern.err kernel: [    1.884221] leds enp1s0-1::lan: Setting an LED's brightness failed (-524)

Tue Dec 30 22:23:30 2025 kern.err kernel: [    1.927178] leds enp1s0-2::lan: Setting an LED's brightness failed (-524)

Hope this helps.

is the power supply correct 5V 3A (this source)?

have you tried checking/swapping the cables (It's always right to ask.)?

can you install "ethtool" and check what the command(s) says:

ethtool eth0; ethtool eth1

Have you tried disabling "Energy Efficient Ethernet"?

ethtool --set-eee eth1 eee off

the documentation says 5V 2A though!

1 Like

Thanks! was an ethernet cable quality issue. Changed ethernet cable, now all ok.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.