[ut2004] More ALSA woes

Richard Gaywood rich at fscked.co.uk
Thu Apr 1 17:33:34 EST 2004


On Thu, 2004-04-01 at 23:13, Richard Gaywood wrote:
> Where am I going wrong? Does OSS emulation *have* to be installed for
> openal?

I'm starting to think it might have to be. I've installed the OSS
emulation as modules, and UT2004 auto-loads them. Like this:

[~/games/ut2k4]$ sudo lsmod | grep snd
Password:
snd_pcm_oss            48164  0 
snd_mixer_oss          17536  1 snd_pcm_oss
snd_emu10k1            91652  0 
snd_rawmidi            20512  1 snd_emu10k1
snd_pcm                85156  2 snd_pcm_oss,snd_emu10k1
snd_ac97_codec         58372  1 snd_emu10k1
snd_page_alloc          9476  2 snd_emu10k1,snd_pcm
snd_util_mem            3584  1 snd_emu10k1
snd_hwdep               7712  1 snd_emu10k1

[~/games/ut2k4]$ sudo rmmod snd_pcm_oss snd_mixer_oss

[~/games/ut2k4]$ sudo lsmod | grep snd
snd_emu10k1            91652  0 
snd_rawmidi            20512  1 snd_emu10k1
snd_pcm                85156  1 snd_emu10k1
snd_ac97_codec         58372  1 snd_emu10k1
snd_page_alloc          9476  2 snd_emu10k1,snd_pcm
snd_util_mem            3584  1 snd_emu10k1
snd_hwdep               7712  1 snd_emu10k1

[~/games/ut2k4]$ ./ut2004 
WARNING: ALC_EXT_capture is subject to change!

[~/games/ut2k4]$ sudo lsmod | grep snd
snd_pcm_oss            48164  0 
snd_mixer_oss          17536  1 snd_pcm_oss
snd_emu10k1            91652  0 
snd_rawmidi            20512  1 snd_emu10k1
snd_pcm                85156  2 snd_pcm_oss,snd_emu10k1
snd_ac97_codec         58372  1 snd_emu10k1
snd_page_alloc          9476  2 snd_emu10k1,snd_pcm
snd_util_mem            3584  1 snd_emu10k1
snd_hwdep               7712  1 snd_emu10k1

Ah well, at least I have my sound back now.

Incidentally, great job on the fantastic Linux port of UT2004, guys :o)
-- 
Richard Gaywood <rich at fscked.co.uk>




More information about the ut2004 mailing list