* Re: Problem in testing ALSA [not found] <1122955779.3847.0.camel@mindpipe> @ 2005-08-03 1:21 ` Chow Raymond 2005-08-03 1:55 ` Lee Revell 2005-08-03 2:02 ` Lee Revell 0 siblings, 2 replies; 7+ messages in thread From: Chow Raymond @ 2005-08-03 1:21 UTC (permalink / raw) To: Lee Revell; +Cc: alsa-devel Basically I want to test whether ALSA is working on my board or not. I got the ALSA driver built in to the kernel and then installed ALSA libraries and utils. When I perform aplay, I get this error. [root@ARMCore /]$ aplay /home/test/decoded_4350.wav ALSA lib pcm.c:1962:(snd_pcm_open_noupdate) Unknown PCM default aplay: main:507: audio open error: No such file or directory I suspect that I need the snd_pcm module loaded before aplay could work. Thus, I need to modprobe soundcore module before I can modprobe snd_pcm module. Hope you get a clearer picture. Willing to clarify more if you need more information. Hope to hear from you soon. Thanks. Regards --- Lee Revell <rlrevell@joe-job.com> wrote: > On Mon, 2005-08-01 at 18:12 -0700, Chow Raymond > wrote: > > Hi, > > > > I encounter this problem. > > > > [root@ARMCore user]$ modprobe soundcore > > modprobe: /lib/libc.so.6: version `GLIBC_2.2.3' > not > > found (required by mod) > > > > Do I need GLIBC? If yes, where do I get it and > where > > shall I install it? > > You can't link a kernel module against glibc. > > What are you trying to do? > > Lee > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux > Migration Strategies > from IBM. Find simple to follow Roadmaps, > straightforward articles, > informative Webcasts and more! Get everything you > need to get up to > speed, fast. > http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Alsa-devel mailing list > Alsa-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/alsa-devel > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Problem in testing ALSA 2005-08-03 1:21 ` Problem in testing ALSA Chow Raymond @ 2005-08-03 1:55 ` Lee Revell 2005-08-03 3:37 ` Chow Raymond 2005-08-03 2:02 ` Lee Revell 1 sibling, 1 reply; 7+ messages in thread From: Lee Revell @ 2005-08-03 1:55 UTC (permalink / raw) To: Chow Raymond; +Cc: alsa-devel On Tue, 2005-08-02 at 18:21 -0700, Chow Raymond wrote: > [root@ARMCore /]$ aplay /home/test/decoded_4350.wav > ALSA lib pcm.c:1962:(snd_pcm_open_noupdate) Unknown > PCM default > aplay: main:507: audio open error: No such file or > directory > No, that probably just means that the default pcm is not defined. This is actually a userspace (alsa-lib) problem, it sounds like the kernel side might be OK. But, please repost your query, and cc: alsa-devel, because I don't know that much about the ARM drivers. Lee ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Problem in testing ALSA 2005-08-03 1:55 ` Lee Revell @ 2005-08-03 3:37 ` Chow Raymond 2005-08-03 3:49 ` Lee Revell 0 siblings, 1 reply; 7+ messages in thread From: Chow Raymond @ 2005-08-03 3:37 UTC (permalink / raw) To: Lee Revell; +Cc: alsa-devel --- Lee Revell <rlrevell@joe-job.com> wrote: > No, that probably just means that the default pcm is > not defined. This > is actually a userspace (alsa-lib) problem, it > sounds like the kernel > side might be OK. I don't get it. Default pcm is not defined? How do i define it then? Does it mean that aplay cannot find the appropriate libraries? Besides, I do not know how to configure my /etc/modules.conf too since Im using Compulab ArmCore board. There is no built in soundcard. It only has built in AC97 codec. Regards __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Problem in testing ALSA 2005-08-03 3:37 ` Chow Raymond @ 2005-08-03 3:49 ` Lee Revell 0 siblings, 0 replies; 7+ messages in thread From: Lee Revell @ 2005-08-03 3:49 UTC (permalink / raw) To: Chow Raymond; +Cc: alsa-devel On Tue, 2005-08-02 at 20:37 -0700, Chow Raymond wrote: > --- Lee Revell <rlrevell@joe-job.com> wrote: > > > > No, that probably just means that the default pcm is > > not defined. This > > is actually a userspace (alsa-lib) problem, it > > sounds like the kernel > > side might be OK. > > I don't get it. Default pcm is not defined? How do i > define it then? Does it mean that aplay cannot find > the appropriate libraries? Besides, I do not know how > to configure my /etc/modules.conf too since Im using > Compulab ArmCore board. There is no built in > soundcard. It only has built in AC97 codec. See /usr/share/alsa/alsa.conf. Some devices can define their own default PCM in /usr/share/alsa/cards/*. But I have no idea how the AC97 codec on ARM fits into this scheme. Try aplay -D hw:0,0 file.wav. And make sure alsa-lib is installed properly. Lee ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Problem in testing ALSA 2005-08-03 1:21 ` Problem in testing ALSA Chow Raymond 2005-08-03 1:55 ` Lee Revell @ 2005-08-03 2:02 ` Lee Revell 1 sibling, 0 replies; 7+ messages in thread From: Lee Revell @ 2005-08-03 2:02 UTC (permalink / raw) To: Chow Raymond; +Cc: alsa-devel On Tue, 2005-08-02 at 18:21 -0700, Chow Raymond wrote: Disregard my last message, I see that you did cc: alsa-devel already. Lee ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click ^ permalink raw reply [flat|nested] 7+ messages in thread
[parent not found: <Pine.HPX.4.33n.0508020843330.15684-100000@studcom.urz.uni-halle.de>]
* Re: Problem in testing ALSA [not found] <Pine.HPX.4.33n.0508020843330.15684-100000@studcom.urz.uni-halle.de> @ 2005-08-03 1:16 ` Chow Raymond 2005-08-03 9:30 ` Takashi Iwai 0 siblings, 1 reply; 7+ messages in thread From: Chow Raymond @ 2005-08-03 1:16 UTC (permalink / raw) To: Clemens Ladisch; +Cc: alsa-devel So what shall I do? Must I download library? If yes, may I know what are the steps and procedure? Thanks a lot. Regards --- Clemens Ladisch <clemens@ladisch.de> wrote: > Chow Raymond wrote: > > [root@ARMCore user]$ modprobe soundcore > > modprobe: /lib/libc.so.6: version `GLIBC_2.2.3' > not found (required by mod) > > modprobe cannot be executed because the C runtime > library (libc.so.6) > is too old; this modprobe was compiled against a > newer version. > > This has nothing to do with ALSA. > > > HTH > Clemens > > ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Problem in testing ALSA 2005-08-03 1:16 ` Chow Raymond @ 2005-08-03 9:30 ` Takashi Iwai 0 siblings, 0 replies; 7+ messages in thread From: Takashi Iwai @ 2005-08-03 9:30 UTC (permalink / raw) To: Chow Raymond; +Cc: Clemens Ladisch, alsa-devel At Tue, 2 Aug 2005 18:16:59 -0700 (PDT), Chow Raymond wrote: > > So what shall I do? Must I download library? If yes, > may I know what are the steps and procedure? Better to ask on ARM list. It's not the topic ALSA covers at all... (I guess you did something wrong in the compilation, though - e.g. using a wrong compiler or a wrong cross-compile environment.) Takashi ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2005-08-03 9:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1122955779.3847.0.camel@mindpipe>
2005-08-03 1:21 ` Problem in testing ALSA Chow Raymond
2005-08-03 1:55 ` Lee Revell
2005-08-03 3:37 ` Chow Raymond
2005-08-03 3:49 ` Lee Revell
2005-08-03 2:02 ` Lee Revell
[not found] <Pine.HPX.4.33n.0508020843330.15684-100000@studcom.urz.uni-halle.de>
2005-08-03 1:16 ` Chow Raymond
2005-08-03 9:30 ` Takashi Iwai
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.