Here is another way to get the sound working (credit to http://icculus.org/lgfaq/#setopenaldrvr )
You can set OpenAL to use a specific driver in the terminal. Open an ubuntu terminal and type this at the prompt:
Code:
echo "(define devices '(driver))" > ~/.openalrc
Where driver is one of the following depending on your configuration:
Code:
# native (OSS)
sdl (Simple DirectMedia Layer backend, see above Q/A)
arts (arts backend)
esd (ESounD backend)
alsa (ALSA)
waveout (Output a wav file)
null (no sound)
For example, if your sound driver is sdl you type:
Code:
echo "(define devices '(sdl))" > ~/.openalrc
Also there is a section in your ~/.ut2004/System/UT2004.ini called ALAudio.ALAudioSubsytem. Make sure that in this section that the line is:
Code:
UseDefaultDriver=False
If you are not sure about which driver to use, use trial and error until you figure out which one works.
Bookmarks