Hello World LibreELEC 12.2 works out of the box on bpi-m5 amlogic. I hear sound coming out of my HDMI monitor speakers. It works, I love it, it's magic, the magic being chewitt balbes150 superna9999 hyphop etc and crew. So far I figured out I don't need to do a dtb overlay, toddr etc status okay. My OS is Debian Bookworm my live-build sysvinit xorg toram then on the fly I install xinit icewm l3afpad running GTK+ 2 and firefox-esr. I don't pulse and pipe and have alsa-topology-conf alsa-ucm-conf alsa-utils installed, and don't have libasound2-plugins installed because with dependencies is 142MB. I've tried to get sound through 3.5 JACK and or HDMI but alsa pipe silent could be a bit or a byte and no error messages. aplay -l works in user on SanDisk 016G msata but not in user in mirror OS toram, weird, works in root and I'm not a sudo user. Please help me setup a pristine alsa conf and perhaps we can create a nice doc here. 2nd, what does LibraELEC think about having a aarch64 browser, perhaps akin to Porteus Kiosk handy. I am 59 years old no computer classes at school, 5 o levels, from Toshiba 233 MHz Red Hat 6 to Debian and many toram distro's from sysresccd to present. From VIA Mini-ITX intel atom asrock bmax dived into arm64 on Khadas VIM1 then S905X3. 5 volts glamping feeding the pet chickens.
ALSA Configuration
-
biosmeson -
September 17, 2026 at 10:53 AM -
Thread is Unresolved
-
-
This is the alsa conf that LE12.2 uses, it is focussed on HDMI output and the 3.5mm Jack output is unlikely to work:
I am reworking audio support for LE13 to hopefully to get pass-through HDMI audio working. I might play with analogue later, but it's not a priority for LE users so not a priority for me either. I have no interest in trying to support other distros like Debian - which has a forum where you can ask for help from people that understand its packaging and requirements.
LE13 dev images support installation of browsers via flatpak. There are test images here: https://chewitt.libreelec.tv/testing/ although the latest ones posted have some major improvements for video decoding and I have not tested them on S905X3 (SM1) hardware yet. Testing is $free though.
In future posts please use line-breaks in your text instead of posting one huge wall of text.
-
For now i've just done this Olympian survival edition /usr/share/alsa/cards/axg-sound-card.conf and am going forward.
chmod -R 666 /dev/snd/* fixed my toram user issue.
axg-sound-card.pcm.default {
@args [ CARD ]
@args.CARD { type string }
type softvol
slave.pcm {
type hw
card $CARD
device 0
}
control {
name "Master Playback Volume"
card $CARD
}
}