PDA

View Full Version : Multi Channels


Creptic
26-09-2002, 18:30
Hi. first off . thx for taking time to code TS2 for linux!

Iam semi new to linux. I installed and configured TS2.0 for linux. and its werks very nice.

The problem iam having is running sound at same time. i tried use xmms at same time. but xmms said sound is being used. or not configured properly.

i looked in /dev/ and have dsp , dsp1, and dsp56k

when i run quake3 it hangs until TS2. is exited.

i set TS to use dsp1 but still no luck. is there anything i need to do? like link the dsps somehow?

i read a post and said they had no problem with the card ( SB PCI 128 ). iam running

I have not changed any settings for card, or in modules.cfg . plz help. hopefully its something easily fixed.

danke
:p

SB128 PCI
kernel-2.4.18-3
redhat linux 7.3

/etc/modules.conf
alias parport_lowlevel parport_pc
alias sound-slot-0 es1371
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :

** I Changed my snd for game to /dev/dsp1 and quake3 werks !**

octa01
03-10-2002, 01:42
Hi there, how exactly did you get quake 3 to use /dev/dsp1? Thanks for your help.

Creptic
24-10-2002, 00:11
add or edit line simular in q3config.cfg

seta snddevice "/dev/dsp1"

:)

N. Werensteijn
26-10-2002, 03:46
from raffels in the big soundcard topic
I think i had a similar problem and someone here posted a workaround. Can't find this message.
TS2 works on dev/dsp0
Q3 works on dev/dsp which is a simlink to /dev/dsp0
Workaround:
Make a simlink /dev/dsp to /dev/dsp1
mpg123, q3 and other programs which will use default /dev/dsp are going to use /dev/dsp1.
Let TS2 use /dev/dsp0.