Now that Quake3 is open source, I hope the sound engine will be rewritten to have a native ALSA support on Linux.
Currently I use the following hack to enable the sound on my Linux box:
use the OSS emulation and configure ALSA like this:
echo "quake3.x86 0 0 direct" >
/proc/asound/card0/pcm0p/oss
echo "quake3.x86 0 0 disable" >
/proc/asound/card0/pcm0c/oss
and the card driver like this:
options snd-via82xx dxs_support=4
Currently I use the following hack to enable the sound on my Linux box:
use the OSS emulation and configure ALSA like this:
echo "quake3.x86 0 0 direct" >
/proc/asound/card0/pcm0p/oss
echo "quake3.x86 0 0 disable" >
/proc/asound/card0/pcm0c/oss
and the card driver like this:
options snd-via82xx dxs_support=4
