Re: [Alsa-user] cs46xx no sound in games

2002-04-14 Thread Darryl Cording
> also, try to set the default opening mode of oss device as > non-blocking, so that the program won't hang at least. add the > following to /etc/modules.conf > > options snd-pcm-oss snd_nonblock_open=1 > > Ok, added these in ... options snd-cs46xx snd_index=0 snd_mmap_valid=1 snd-pcm-os

Re: [Alsa-user] cs46xx no sound in games

2002-04-11 Thread Jaroslav Kysela
On Wed, 10 Apr 2002, Darryl Cording wrote: > > > Jaroslav Kysela wrote: > > > On Wed, 10 Apr 2002, Darryl Cording wrote: > > > > > >>>I'll try another snapshot in the morning to test. > >>> > >>>regards > >>>darryl > >>> > >>> > >>Ok, this mornings snapshot restores the sound again :-) > >>

Re: [Alsa-user] cs46xx no sound in games

2002-04-10 Thread Takashi Iwai
At Wed, 10 Apr 2002 18:57:40 +1000, Darryl Cording wrote: > > Jaroslav Kysela wrote: > > > On Wed, 10 Apr 2002, Darryl Cording wrote: > > > > > >>>I'll try another snapshot in the morning to test. > >>> > >>>regards > >>>darryl > >>> > >>> > >>Ok, this mornings snapshot restores the sound agai

Re: [Alsa-user] cs46xx no sound in games

2002-04-10 Thread Darryl Cording
Jaroslav Kysela wrote: > On Wed, 10 Apr 2002, Darryl Cording wrote: > > >>>I'll try another snapshot in the morning to test. >>> >>>regards >>>darryl >>> >>> >>Ok, this mornings snapshot restores the sound again :-) >> >>RTCW in single-player still hangs when initialising sound. >> >>If I ru

Re: [Alsa-user] cs46xx no sound in games

2002-04-09 Thread Jaroslav Kysela
On Wed, 10 Apr 2002, Darryl Cording wrote: > > > > > I'll try another snapshot in the morning to test. > > > > regards > > darryl > > > Ok, this mornings snapshot restores the sound again :-) > > RTCW in single-player still hangs when initialising sound. > > If I run strace on the pid I se

Re: [Alsa-user] cs46xx no sound in games

2002-04-09 Thread Darryl Cording
> > I'll try another snapshot in the morning to test. > > regards > darryl > Ok, this mornings snapshot restores the sound again :-) RTCW in single-player still hangs when initialising sound. If I run strace on the pid I see it is trying to access /dev/dsp. Output from strace. open("/dev/d

Re: [Alsa-user] cs46xx no sound in games

2002-04-09 Thread Darryl Cording
Takashi Iwai wrote: e shown. the patch was already integrated in > cvs, you might get it work more easily from cvs version. > > also, i found a bug in OSS mmap mode - perhaps this hit your case, > too. this is also fixed on cvs now. > so, anyway, please give a try the cvs version. > I downl

Re: [Alsa-user] cs46xx no sound in games

2002-04-08 Thread Takashi Iwai
At Tue, 09 Apr 2002 22:17:54 +1000, Darryl Cording wrote: > > Takashi, > > Sorry I haven't replied sooner, I had to get a new job, new ISP, ...been > pretty busy basically. > > Takashi Iwai wrote: > > > did you add the option? after apply the patch, you'll need to add an > > option in your

Re: [Alsa-user] cs46xx no sound in games

2002-04-07 Thread Darryl Cording
Takashi, Sorry I haven't replied sooner, I had to get a new job, new ISP, ...been pretty busy basically. Takashi Iwai wrote: > did you add the option? after apply the patch, you'll need to add an > option in your /etc/modules.conf like this: > > options snd-cs46xx snd_index=0 snd_mmap_vali

Re: [Alsa-user] cs46xx no sound in games

2002-03-06 Thread Takashi Iwai
At Mon, 04 Mar 2002 09:53:42 +1000, Darryl Cording wrote: > > >>Have no option but to kill it at this point. Unfortunately no error is > >>produced either, so I have no clue where the problem > >>may lie. > >> > >>I'll try compiling some debugging options in and re-test. Are there any > >>sp

Re: [Alsa-user] cs46xx no sound in games

2002-03-03 Thread Darryl Cording
Hi Takashi , Takashi Iwai wrote: >Hi Darryl, > >At Sat, 23 Feb 2002 19:54:24 +1000, >Darryl Cording wrote: > >>Darryl Cording wrote: >> >>>Takashi Iwai wrote: >>> As default ALSA cs46xx doesn't support OSS mmap (I forgot why..) and some games require mmap inevitablly. You can try to

Re: [Alsa-user] cs46xx no sound in games

2002-02-25 Thread Takashi Iwai
Hi Darryl, At Sat, 23 Feb 2002 19:54:24 +1000, Darryl Cording wrote: > > Darryl Cording wrote: > > > > > > > Takashi Iwai wrote: > > > >> As default ALSA cs46xx doesn't support OSS mmap (I forgot why..) > >> and some games require mmap inevitablly. > >> You can try to enable it by defining SND_

Re: [Alsa-user] cs46xx no sound in games

2002-02-23 Thread Darryl Cording
Darryl Cording wrote: > > > Takashi Iwai wrote: > >> As default ALSA cs46xx doesn't support OSS mmap (I forgot why..) >> and some games require mmap inevitablly. >> You can try to enable it by defining SND_CONFIG_CS46XX_ACCEPT_VALID >> (around line 51 of pci/cs46xx/cs46xx_lib.c). >> > > Thanks Ta

Re: [Alsa-user] cs46xx no sound in games

2002-02-22 Thread Darryl Cording
Takashi Iwai wrote: >As default ALSA cs46xx doesn't support OSS mmap (I forgot why..) >and some games require mmap inevitablly. >You can try to enable it by defining SND_CONFIG_CS46XX_ACCEPT_VALID >(around line 51 of pci/cs46xx/cs46xx_lib.c). > Thanks Takashi, this has got it working. :-) N

Re: [Alsa-user] cs46xx no sound in games

2002-02-22 Thread Takashi Iwai
At Fri, 22 Feb 2002 08:27:54 +1000, Darryl Cording wrote: > > Hi, > > I have an issue where I get no sound in games. It works ok via aplay, > realplayer, dvd ..etc but > when playing q3 and rtcw there is no sound. They throw back a couple of > errors in thier diagnostics, As default ALSA cs46

Re: [Alsa-user] cs46xx no sound in games

2002-02-21 Thread Darryl Cording
> > >On Thu, 2002-02-21 at 09:31, Ben Saylor wrote: > >>I also have this problem - no sound in Quake 3 with my Delta44. All >>other OSS apps work fine with it. >> > >think its quake3 related...their new PR1.3.1 for q3 broke my then >working sound using my TBaureal card (au8830) so I had to give u

Re: [Alsa-user] cs46xx no sound in games

2002-02-21 Thread lee johnson
On Thu, 2002-02-21 at 09:31, Ben Saylor wrote: > I also have this problem - no sound in Quake 3 with my Delta44. All > other OSS apps work fine with it. think its quake3 related...their new PR1.3.1 for q3 broke my then working sound using my TBaureal card (au8830) so I had to give up on it...so

Re: [Alsa-user] cs46xx no sound in games

2002-02-21 Thread Ben Saylor
I also have this problem - no sound in Quake 3 with my Delta44. All other OSS apps work fine with it. On Fri, Feb 22, 2002 at 08:27:54AM +1000, Darryl Cording wrote: > Hi, > > I have an issue where I get no sound in games. It works ok via aplay, > realplayer, dvd ..etc but > when playing q3 an

[Alsa-user] cs46xx no sound in games

2002-02-21 Thread Darryl Cording
Hi, I have an issue where I get no sound in games. It works ok via aplay, realplayer, dvd ..etc but when playing q3 and rtcw there is no sound. They throw back a couple of errors in thier diagnostics, for q3: --- sound initialization --- /dev/dsp: Broken pipe Could not toggle.