Date: Wed, 01 Oct 2008 14:08:08 +0400 From: Vladimir Grebenschikov <vova@fbsd.ru> To: emulation@freebsd.org Cc: multimedia@freebsd.org Subject: ALSA support for linuxator - any ideas / progress ? Message-ID: <1222855688.21166.33.camel@localhost>
next in thread | raw e-mail | index | archive | help
Hi As far as we have working flash player under linuxator (see "firefox & flash9 patches" thread in emulation@) it will be nice to have sound here. So far flashplayer9 just complains about no ALSA devices: ... ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0' ALSA lib conf.c:3493:(_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:3493:(_snd_config_evaluate) function snd_func_concat returned error: No such device ALSA lib confmisc.c:1072:(snd_func_refer) error evaluating name ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_refer returned error: No such device ALSA lib conf.c:3962:(snd_config_expand) Evaluate error: No such device ALSA lib pcm.c:2099:(snd_pcm_open_noupdate) Unknown PCM default ALSA lib pcm_hw.c:1305:(_snd_pcm_hw_open) Invalid value for card ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0' ALSA lib conf.c:3493:(_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:3493:(_snd_config_evaluate) function snd_func_concat returned error: No such device ALSA lib confmisc.c:1072:(snd_func_refer) error evaluating name ALSA lib conf.c:3493:(_snd_config_evaluate) function snd_func_refer returned error: No such device ALSA lib conf.c:3962:(snd_config_expand) Evaluate error: No such device ALSA lib pcm.c:2099:(snd_pcm_open_noupdate) Unknown PCM default ALSA lib pcm_hw.c:1305:(_snd_pcm_hw_open) Invalid value for card ALSA lib confmisc.c:672:(snd_func_card_driver) cannot find card '0' ... Probably anyone have ideas how to make linux ALSA applications to work under FreeBSD ? some obvious ideas here: - provide fake, OSS-backended libalsa (probably there is such beast on Linux ?) - port ALSA framework on FreeBSD (looks complex, but there was such talks about this in lists) - something else ? -- Vladimir B. Grebenschikov vova@fbsd.ru
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1222855688.21166.33.camel>