Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#3966 - APU2 LEDs not working #8960

Open
openwrt-bot opened this issue Aug 5, 2021 · 2 comments
Open

FS#3966 - APU2 LEDs not working #8960

openwrt-bot opened this issue Aug 5, 2021 · 2 comments
Labels
flyspray release/21.02 pull request/issue targeted (also) for OpenWrt 21.02 release

Comments

@openwrt-bot
Copy link

rchmsr:

The 3 status LEDs of APU2 boards are not working neither with any 21.02-rc nor with own build.
It looks like there was a commit applied to master on 20.2.21 after the branching off 21.02 for file
target/linux/x86/base-files/etc/board.d/01-leds
that fixed that problem.
My own build with this file applied makes the LEDs work again.
Is it possible to cherry pick this file into the 21.02 branch before releasing 21.02.0?

@jfhenriques
Copy link
Contributor

Same here.

Just upgrade to openwrt 21.02 from 19.07 and old leds are missing:

  • apu2:green:led3
  • apu2:green:led2
  • apu2:green:power

a single one now exists:

  • mmc0::

@jfhenriques
Copy link
Contributor

jfhenriques commented Feb 20, 2022

After some digging in the linux kernel's github, found out about "pcengines-apuv2" driver which is also available to install with opkg:

  • opkg install kmod-pcengines-apuv2

The documentation of APU2 (https://openwrt.org/toh/pcengines/apu2) does not mention about installing this module

Edit:
Leds are now called:

  • apu2:green:1
  • apu2:green:2
  • apu2:green:3

@aparcar aparcar added the release/21.02 pull request/issue targeted (also) for OpenWrt 21.02 release label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray release/21.02 pull request/issue targeted (also) for OpenWrt 21.02 release
Projects
None yet
Development

No branches or pull requests

3 participants