There's already a similar thread in this forum:
http://forums.gentoo.org/viewtopic.php?t=233027
I've had the same problem. Try the following steps:
Make sure you have alsa correctly installed (with alsa-utils and alsa-oss) according the gentoo alsa guide (viewable under docs @
www.gentoo.org)
After that, try the "old" id game trick:
Code: Select all
# echo "doom.x86 0 0 direct" > /proc/asound/card0/pcm0p/oss
if this doesn't yet help, try furthermore:
Code: Select all
#modprobe snd_via82xx dxs_support=3
After that, on my side, the error changed to the one complained in the thread remarked above:
Code: Select all
--- Common Initialization Complete ---
------------- Warnings ---------------
during DOOM 3 initialization...
WARNING: ioctl SNDCTL_DSP_SPEED failed to get the requested frequency 44100, got 44101
WARNING: sound subsystem disabled
Finally for my via82xx, i've solved it:
Set in ~/.doom3/base/DoomConfig.cfg
the following Line to:
hope this helps
lemy