Getting ET and teamspeak working together

Oh well, finally an update ;)

I wanted to get Enemy Territory and Teamspeak to work together on my debian system.

Some sites recommended this:

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

I need the first one to have sound anyway, but this prevents both from working ;D

After a lot of thinking and trying I thought of another way. Like you probably all know, I’m using KDE, and with that, the artsd for some things?

First configure it somewhat better in the KDE configuration panel.

Starting teamspeak: (easy, only the library is a problem)

cd /opt/TeamSpeak2RC2/
export LD_LIBRARY_PATH=/opt/TeamSpeak2RC2:$LD_LIBRARY_PATH
artsdsp -m ./TeamSpeak.bin

ET:

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
artsdsp -m ./et.x86

And it works :)

Leave a Reply