10-17-2007, 09:17 PM | #1 |
Pledge
Join Date: Sep 2007
Location: Finland
Posts: 14
|
sound problem
What is wrong that i have no sounds at all in the game? i use ubuntu 7.04 (tommorrow 7.10) all suonds work fine but regnum doesn't have them at all. Do i need some package that i could hear suonds in regnum? All suond settings are on and tried to max them all but still no suonds
|
10-17-2007, 09:26 PM | #2 |
Duke
Join Date: Jan 2007
Posts: 3,939
|
try this:
sudo apt-get install libopenal0a
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia "uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan |
10-17-2007, 09:30 PM | #3 |
Apprentice
Join Date: Sep 2007
Posts: 70
|
I had the same issue with 7.04, I had to use a few dirty tricks to get it to work. After you upgrade to 7.10 you shouldn't have any more issues. Atleast I didn't.
|
10-20-2007, 12:58 AM | #4 |
Count
Join Date: Dec 2006
Location: Germany
Posts: 1,655
|
if you dont have openal installed you can try to start regnum like this
Code:
aoss ./rolauncher |
01-03-2008, 07:12 AM | #5 |
Pledge
Join Date: Dec 2007
Posts: 2
|
i have no sound, ubuntu 7.10, 64bit
I'm having a sound problem with Regnum as well, sound works for other things, just not Regnum. I've tried:
sudo apt-get install libopenal0a libopenalpp-cvs1 libalut0 ln -s /usr/lib/libopenal.so.0 /usr/lib/libopenal.so the "ln" command gives back an error saying the link already exists i've also tried changing /etc/openalrc from: (define devices '(alsa) to: (define devices'(native) lastly, i've tried: using "aoss ./rolauncher" to start game, but it doesn't work for me I can play the game fine, but i would really like the sound to make it a better experience! Thanks! |
01-03-2008, 01:46 PM | #6 |
Duke
Join Date: Jan 2007
Posts: 3,939
|
are u using gnome?
if yes try: System -> preferences -> sound click on the sound tab and click on: Mixed sound by software (disabled) (sorry about the translation :P, it was posted originally by pescau here (spanish): http://www.regnumonline.com.ar/forum...4&postcount=10 and post the output of: ls -las /usr/lib/libopenal.so.0
__________________
"Nunca un científico ha quemado a un religioso por afirmar a Dios sin pruebas". Manuel Toharia "uno empieza a darse cuenta que eso de no hacer ejercicio, comer y beber como si fuese la ultima cena y mantener la figura ya no existe...". Maryan |
01-06-2008, 06:59 PM | #7 |
Pledge
Join Date: Dec 2007
Posts: 2
|
The output of: "ls -las /usr/lib/libopenal.so.0"
"0 lrwxrwxrwx 1 root root 18 2007-12-06 12:00 /usr/lib/libopenal.so.0 -> libopenal.so.0.0.0" I am using gnome, so I've also disabled the Mixed sound by software and still no sound |
|
|