openembedded (#1) - Audio (#14) - Message List
So I managed, eventually, to get booted into Linux via a mixture of code from Z2 Shell, OpenEmbedded rev. 59, and the older OpenEmbedded root tarball posted on the OpenEmbedded wiki page (NOT the one on clemsonlinux.org/~rossimo, which is down), along with some of my own cleverness.
However, audio does not work.
Observe the following, from the Z2:
root@mogri:~$ modprobe snd
root@mogri:~$ lsmod | grep snd
snd 46292 0
soundcore 6212 1 snd
root@mogri:~$ lsmod | grep audio
audio_pxa 3604 0
root@mogri:~$ aplay
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_card_driver returned error: No such device
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_concat returned error: No such device
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:3510:(_snd_config_evaluate) function snd_func_refer returned error: No such device
ALSA lib conf.c:3982:(snd_config_expand) Evaluate error: No such device
ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM default aplay: main:546: audio open error: No such device
root@mogri:~$
======
Any ideas?
