Game Development Community

Ubuntu 8.10 Sound Problems.

by Brett Vann · in Technical Issues · 12/17/2008 (9:35 pm) · 2 replies

Okay, so after I went to all the trouble to make Torque compile with GCC 4.3 I discover that it still fails to initialize the OpenAL components. I am not sure what that means, or if it is as simple as my engine not knowing where to look for the libs, but I recall I had the same problem on 8.04, and that it mysteriously fixed itself. At least that is the way I remember it.


Does any one have a more detailed explanation of how to fix this problem? So far all I get is "It sounds like you have the wrong drivers." Which is probably the case, but does any one know what the RIGHT Driver is? That would really be helpful.

Sorry if I seem a little edgy, but I have been hammering on this problem for about 2 or 3 days. I would really like a fully functional Torque engine so that I can start developing my games...

By the by it is TGE 1.5.2

About the author

Recent Threads


#1
01/12/2009 (12:35 pm)
Have you found the solution? I am using Suse 11.1 and when it comes to compile time it'll stop at the audio code a quit. I'm in the same boat as you in that I've been trying to hash this out for a few days and just don't know what to do?
Thx.
#2
01/12/2009 (1:28 pm)
I have to tell openal which sound system to use...

The( define devices line is the key...

Edit ~/.openalrc

(define devices                 '(esd alsa null))
(define speaker-num             6)
;(define sampling-rate          22050)