On 2/13/06, John Gay <[EMAIL PROTECTED]> wrote:
> On Monday 13 February 2006 18:08, Dan Nicholson wrote:
> >
> > CONFIG_SND_OSSEMUL=y
> > CONFIG_SND_MIXER_OSS=y
> >
> And I have:
> CONFIG_SND_OSSEMUL=y
> CONFIG_SND_MIXER_OSS=m
If it's looking for /dev/dsp, you might need to load that module. But from the
rest of your post, it looks like Quake is trying to use ALSA.
> [EMAIL PROTECTED]:~$ grep dsp /etc/udev/*
> /etc/udev/udev.permissions:adsp*:root:audio:0666
> /etc/udev/udev.permissions:dsp*:root:audio:0666
What about the permissions for /dev/snd/*?
> Here is what quake4 says:
>
> dlopen(libasound.so.2)
> dlsym("snd_asoundlib_version") failed: /usr/lib/./libasound.so.2: undefined
> symbol: snd_asoundlib_version
What version of alsa-lib are you using? I have alsa-lib-1.0.9 and
snd_asoundlib_version seems to be there.
$ ls -l /usr/lib/libasound.so.2
lrwxrwxrwx 1 root root 18 2005-10-08 02:00 /usr/lib/libasound.so.2 ->
libasound.so.2.0.0
$ nm /usr/lib/libasound.so.2.0.0 | grep "snd_asoundlib_version"
00028f70 T snd_asoundlib_version
> ------ Alsa Sound Initialization -----
> ALSA lib pcm_hw.c:1057:(snd_pcm_hw_open) open /dev/snd/pcmC0D0p failed:
> Device
> or resource busy
> snd_pcm_open SND_PCM_STREAM_PLAYBACK 'default' failed: Device or resource
> busy
> dlclose
> WARNING: sound subsystem disabled
That doesn't look good, obviously. I wonder what the hangup is. Sorry, I'm no
ALSA expert, so I don't really have any more info here.
> Guess it won't work with the version of alsa I have?
Maybe, but those errors seem very odd. Looking back at your first post, it
seems like the errors may be more related to ALSA configuration than anything.
--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page