PDA

View Full Version : Quake3 & TeamSpeak2RC2 w/ ALSA 1.0.4


tuxq
08-05-2004, 14:32
It seems the new devs in slackware-current are a little different. Anywho, the echo workaround no longer works. I've tried it with the other 'oss' files I've found, no go. So it didn't move--it's gone.
/proc/asound/card0/pcm1p <--- No longer exists apon startup. We all know /proc is an imaginary directory stored in RAM and created on boot. My guess is, it gets a little help from /dev.
Here is what I can provide you with for now:
Card: Audigy2 ZS
Driver: ALSA 1.0.4 w/ OSS Emulation Installed and Working. (emu10k1)
Kernel: 2.6.5 (mm....home made...)
Proc: Athlon XP 2400+
RAM: 1024MB (DDR266/PC2100)

http://tuxq.ath.cx/~tuxq/filelist.txt

Sorry for the link spam, when I put it in to post, it was over 10,000 Characters. (21,000+ ..heh)

tuxq
08-05-2004, 14:49
I just checked to see if it really was the devs that made the change... it wasn't--Reinstalled older ones, no change.

tuxq
08-05-2004, 23:13
Maybe I need to be a little more specific...
Quake3 and TeamSpeak2 will NOT run simultaniously. The echo workaround no longer works for me. I don't know what happened to the directory... don't ask. If anyone else has had this problem or knows a fix-- Let me know!

tuxq
09-05-2004, 11:51
Cancel that. Fixed it.

>----FIX----<

echo "quake3.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
echo "quake3.x86 0 0 disable" > /proc/asound/card0/pcm0c/oss

qvdestroyer
18-09-2004, 11:43
hmm.... i have the same problem, but with these 2 lines i fixed it...
But, what I have to do to charge automatically these lines when I start Linux?

Distribution : SuSE Linux 9.1 Personal
Sound Card : Sound Blaster Live 5.1 Digital (emu10k1)
Kernel : ??? Original kernel when I have installed SuSE 9.1 Personal
CPU : Pentium 4 3000 MhZ 800 MhZ Bus
MB : P4C800
RAM : 512 MB DDR KINGSTON VALUERAM

Thanks, can u help me?

tuxq
19-09-2004, 00:22
From my experience, you wont be able to.
I'm not able to apply the fix until I've run Quake3 (Or Enemy Territory) and then closed it.

OLDTango
19-09-2004, 21:43
If you want it to work after reboots you will have to add those commands to your /etc/conf.d/local.start

Works fine for me running gentoo-dev-sources-2.6.8-r3 on a udev system. :)

tuxq
20-09-2004, 09:22
I tried that... The problem is, the OSS device isn't made until I use it (on my current setup) ...
So I have to run quake3 or et before I ever apply the workaround.