• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux: No audio in quake 3

Q3 uses the old OSS /dev/dsp interface while most distributions use ALSA by default. Usually as long as the OSS compatibility modules are loaded (snd_pcm_oss and snd_mixer_oss) OSS apps will work fine. Run 'grep oss /proc/modules) and see if they're there. You could also try running Q3 under the ALSA OSS compat script (i.e. aoss q3) and see if that helps, although when I tried that with ET the sound was there but sounded like crap.
 
Back
Top