PDA

View Full Version : ts2 + et + emu10k


khaard
16-12-2006, 14:58
Hello. I've looked for a solution for my problem in many forums.
Here we go:

OS: Kubuntu Linux 2.6.17-10-generic
Soundcard: SBLive! Value [CT4832]
Soundcard driver: 3.8.1a-980706 (ALSA v1.0.12rc1 emulation code)
Installed: Enemy Territory 2.60b


I don't know how to make possible playing Enemy Territory and speak using Teamspeak. When I start TS and join to a server I can hear and speak all of members in channel. After, when I launch ET in the console I see a text "Can't open /dev/dsp". Launching ET and then TS makes Teamspeak muted at all. Despite of this playing ET and listening to Amarok at the same time is possible.
I've tried
echo "et.x86 0 0 disable" > /proc/asound/card0/pcm0c/oss
echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
echo "et.x86 0 0 disable" > /proc/asound/card0/pcm1c/oss

but it doesn't work. The souncard has hardware mixing (listening to music, watching movies and playing ET at the same time is possible). Can't find the clue :(

lsmod | grep snd output:
snd_emu10k1_synth 8960 0
snd_emux_synth 39296 1 snd_emu10k1_synth
snd_seq_virmidi 8576 1 snd_emux_synth
snd_seq_midi_emul 8192 1 snd_emux_synth
snd_seq_dummy 4996 0
snd_seq_oss 36480 0
snd_seq_midi 9984 0
snd_seq_midi_event 8960 3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
snd_seq 59120 9 snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,s nd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi _event
snd_emu10k1 128288 3 snd_emu10k1_synth
snd_rawmidi 27264 3 snd_seq_virmidi,snd_seq_midi,snd_emu10k1
snd_ac97_codec 97696 1 snd_emu10k1
snd_ac97_bus 3456 1 snd_ac97_codec
snd_pcm_oss 47360 1
snd_mixer_oss 19584 1 snd_pcm_oss
snd_pcm 84612 3 snd_emu10k1,snd_ac97_codec,snd_pcm_oss
snd_seq_device 9868 8 snd_emu10k1_synth,snd_emux_synth,snd_seq_dummy,snd _seq_oss,snd_seq_midi,snd_seq,snd_emu10k1,snd_rawm idi
snd_timer 25348 3 snd_seq,snd_emu10k1,snd_pcm
snd_page_alloc 11400 2 snd_emu10k1,snd_pcm
snd_util_mem 6016 2 snd_emux_synth,snd_emu10k1
snd_hwdep 10756 2 snd_emux_synth,snd_emu10k1
snd 58372 15 snd_emux_synth,snd_seq_virmidi,snd_seq_oss,snd_seq ,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_pcm_os s,snd_mixer_oss,snd_pcm,snd_seq_device,snd_timer,s nd_hwdep
soundcore 11232 2 snd

TomGun6
20-12-2006, 01:37
I've also tried the echo magic with no luck. I have NVidia NForce MB w/ built in sound and I'm running FC5 with ALSA.

Has anyone solved this problem when the "echo" commands do not do the trick?