Skip to content

LAN LED incorrectly shows red despite normal network operation on OES #3481

@panda-z

Description

@panda-z

Device Information | 设备信息

  • SOC: Amlogic A311D
  • Model: OES

Armbian Version | 系统版本

  • Kernel Version: 6.18.23-ophub
  • Release: trixie

Bug Description | 问题描述

On the OES device, the LAN LED remains red even when the network is functioning normally.

Current Behavior | 当前行为

The network is working, but the LAN LED incorrectly shows red.
Current LED brightness states (read from sysfs):

$ cat /sys/class/leds/red:lan/brightness  # Output: 0
$ cat /sys/class/leds/green:lan/brightness  # Output: 0

Despite the reported brightness of the red LED being 0, the physical LED on the device remains lit in red.

Expected Behavior | 期望行为

When the network is functioning normally, the LAN LED should display green.
Expected brightness states:

$ cat /sys/class/leds/red:lan/brightness  # Expected: 0
$ cat /sys/class/leds/green:lan/brightness  # Expected: 1

Additional Context | 补充信息

  • The Power and Disk LEDs correctly display green.
  • FDTFILE: meson-g12b-a311d-onethingcloud-oes.dtb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions