Andres Rand wrote:

> Hello!
> 
> Is there a way to get Quakes to work with sound using ALSA 0.9.rc1?
> I compiled alsa 0.9.rc1 drivers using:
> --with-oss=yes --with-soundcards=fm801 --with-sequencer=yes
> 
> In alsa doc it is stated, that Quake 2 will crash with segmentation
> fault, when trying access to /dev/dsp
> Quake 3 just stops when trying while init-sound.
> 

I had this problem a while back. I now use the cvs version as some
patching around some of the oss code and probably other areas has
fixed all of my probs. I do turn a few module options on thou.
Here's my relevant bits from modules.conf.
--------------------------------------
#       Alsa native device support
#
alias char-major-116 snd
options snd snd_major=116 snd_cards_limit=1
#
#       OSS/Free setup
#
alias char-major-14  soundcore
alias snd-card-0 snd-cs46xx
# debugging options
options snd-cs46xx snd_index=0 snd_mmap_valid=1 snd-pcm-oss 
snd_nonblock_open=1
#
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-12 snd-pcm-oss
----------------------------------------

Specifically I think it was the snd_mmap_valid code that helped in
the end.

darryl



_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to