Tiny Core Extensions > TCE Talk
alsa issues
jpeters:
I finally got the latest version of skype working, which required alsa to be loaded. Now skype is working, but I can't get sound for xmms (which worked great with OSS). Maybe it's turned off...I haven't found a mixer yet.
john
jpeters:
--- Quote from: jpeters on February 06, 2009, 06:26:22 AM ---I finally got the latest version of skype working, which required alsa to be loaded. Now skype is working, but I can't get sound for xmms (which worked great with OSS). Maybe it's turned off...I haven't found a mixer yet. If I load OSS, it's all over for alsa...
john
--- End quote ---
I seem to be pushing all the wrong buttons....time for bed..
Jason W:
XMMS as well as the Mplayers I put up have no alsa support. For them to work with ALSA they need alsa-oss, which I intend to make and post but other things have come first. It is easy to build, and I will get to it in the next couple of days if you do not make and submit it first.
jpeters:
--- Quote from: Jason W on February 06, 2009, 07:01:57 AM ---XMMS as well as the Mplayers I put up have no alsa support. For them to work with ALSA they need alsa-oss, which I intend to make and post but other things have come first. It is easy to build, and I will get to it in the next couple of days if you do not make and submit it first.
--- End quote ---
XMMS was complaining about libvorbis, so I installed liboog-1.1.3 and libvorbis-1.2.0. Then I installed alsa-lib-1.0.16, which is necessary for alsa-oss. I've tried compiling several versions of alsa-oss, 1.0.12 and 1.0.17, but get the same error when trying to 'make' .Maybe a problem with alsa-lib??
--- Code: ---pcm.c: In function 'lib_oss_pcm_ioctl':
pcm.c:1291: error: 'SOUND_PCM_READ_RATE_is_obsolete' undeclared (first use in this function)
pcm.c:1291: error: (Each undeclared identifier is reported only once
pcm.c:1291: error: for each function it appears in.)
pcm.c:1297: error: 'SOUND_PCM_READ_CHANNELS_is_obsolete' undeclared (first use in this function)
pcm.c:1303: error: 'SOUND_PCM_READ_BITS_is_obsolete' undeclared (first use in this function)
pcm.c:1309: error: 'SNDCTL_DSP_MAPINBUF' undeclared (first use in this function)
pcm.c:1313: error: 'SNDCTL_DSP_MAPOUTBUF' undeclared (first use in this function)
pcm.c:1321: error: 'SOUND_PCM_READ_FILTER' undeclared (first use in this function)
pcm.c:1325: error: 'SOUND_PCM_WRITE_FILTER' undeclared (first use in this function)
make[1]: *** [libalsatoss_la-pcm.lo] Error 1
make[1]: Leaving directory `/tmp/alsa-oss-1.0.17/alsa'
make: *** [all-recursive] Error 1
--- End code ---
Jason W:
Looks like header files are missing or not found. I did not have to use CPPFLAGS="-I/usr/local/include" to find the headers for alsa-lib and alsa-oss built on the first try when using a fresh compile of alsa-lib. I got errors like you mentioned when first trying to build alsa-oss so I rebuilt alsa-lib and all was well. My guess is a header file may be missing.
Navigation
[0] Message Index
[#] Next page
Go to full version