I2S sound doesn't work in the latest firmware (0.3.2 b244)
-
Hi,
I'm trying to launch sound with I2S DAC PCM5201 using this instruction:
https://onion.io/2bt-omega-i2s-audio/I've installed all requirement software but mpg123 doesn't work :
mpg123 -f 128 http://us2.internet-radio.com:8443/
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3
version 1.25.10; written and copyright by Michael Hipp and others
free software (LGPL) without any warranty but with best wishes
ALSA lib confmisc.c:767:(parse_card) cannot find card '0'
ALSA lib conf.c:4555:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4555:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1246:(snd_func_refer) error evaluating name
ALSA lib conf.c:4555:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5034:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2565:(snd_pcm_open_noupdate) Unknown PCM default
[src/libout123/modules/alsa.c:181] error: cannot open device default
[src/libout123/libout123.c:455] error: Found no driver out of [alsa] working with device <default>.
main: [src/mpg123.c:309] error: out123 error 3: failure loading driver moduleI run: cat /proc/asound/cards
--- no soundcards ---I checked version and get the next message:
oupgrade --latest
*> Device Firmware Version: 0.3.2 b244Checking latest version online...
url: https://api.onioniot.com/firmware/omega2p/latest
Repo Firmware Version: 0.3.2 b244
Comparing version numbers
Device firmware is up to date!*According to the instruction everything should work form firmware b177.
What I'm doing wrong? Should I manually rebuild firmware? If yes, how?