nettings / medianet

A distribution overlay for Raspbian and similar systems to create a JACK-based embedded system for audio processing and streaming. Contract work for [mn] medianet. https://www.medianet-home.de
Other
11 stars 2 forks source link

mn_identify (LED blinking) broken as of kernel 6.1.19-v8+ #118

Closed nettings closed 1 year ago

nettings commented 1 year ago

Error messages about non-existing /sys LED control files after login (annoying, goes on for 20s). Turns out they renamed the control files:

medianet@hildegard:/sys/class/leds FS WRITABLE $ la
total 0
drwxr-xr-x  2 root root 0 Aug  7  2022 .
drwxr-xr-x 62 root root 0 Aug  7  2022 ..
lrwxrwxrwx  1 root root 0 Aug  7  2022 ACT -> ../../devices/platform/leds/leds/ACT
lrwxrwxrwx  1 root root 0 Aug  7  2022 PWR -> ../../devices/platform/leds/leds/PWR
lrwxrwxrwx  1 root root 0 Aug  7  2022 default-on -> ../../devices/virtual/leds/default-on
lrwxrwxrwx  1 root root 0 Aug  7  2022 mmc0 -> ../../devices/virtual/leds/mmc0
lrwxrwxrwx  1 root root 0 Aug  7  2022 mmc0:: -> ../../devices/platform/emmc2bus/fe340000.mmc/leds/mmc0::

will add a compatibility conditional when I get around to it.