ET and TS 2 on SuSE Linux
•
28 Oct 2006, 11:15
•
Journals
How can I have sound on both programs? If I run TS2 the sound on ET dosen't work anymore. I have tryed to run both programs with aoss but it didn't work. Any advices? Thanks!
I have the audigy 2, and the howtos didnt work.
As root, do chmod 777 /dev/dsp
Also, you might want to kill your artsd in case it is running
You can also try this as sudo
echo 'et.x86 0 0 direct' > /proc/asound/card0/pcm0p/oss
echo 'et.x86 0 0 disable' > /proc/asound/card0/pcm0p/oss
/dev/dsp: Device or resource busy
Could not open /dev/dsp
Now I get:
GETOSPACE: Invalid argument
Um, can't do GETOSPACE?
because if i use
echo "et.x86 0 0 disable" > /proc/asound/card0/pcm0c/oss
it works :<
Look what have i found!This sounds freaky... :) Ill try it anyway
echo "et.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
echo "et.x86 0 0 disable" > /proc/asound/card0/pcm1c/oss
put those in a startup script, worked for me