I have a slight problem with my audio with these two games. When i start the game I receive this message (with glest):
ALSA lib conf.c
ALSA lib conf.c
ALSA lib pcm.c
When i play either game the only sound I get is that of a helicopter rotor. I just recompiled my Alsa drivers with OSS support as I was receiving a different error before.
open /dev/[sound/]dsp: No such file or directory
Exception: Couldn't open audio device.
OpenAL Vendor:
I am using the ATI-IXP chipset for my audio, and some of my other games like battle for wesnoth and lincity have good sound. Also I have noticed a lot of audible crackling in neverputt/neverball. And i dont know if this is related to this problem.
If anyone could help me i'd greatly appreciate it.
Thanks,
Edit: Found a fix in a different thread
(define devices '(alsa))
(define alsa-out-device "hw:0,0")
modify ./openalrc with that
