05-07-2008, 05:16 PM | #1 |
Apprentice
Join Date: Jun 2007
Posts: 73
|
Pulseaudio Workaround
Edit: This is the last thing you should try if your sound is not working!
How to get Regnum sound going in Ubuntu Hardy. Oh this OpenAl version is alpha and might eat your cat. Code:
wget http://dune2.dyndns.org/projects/pulseaudio/openal-soft/libopenal.so.1.3.253 sudo mv libopenal.so.1.3.253 /usr/local/lib/libopenal.so.1.3.253 sudo mv /usr/lib/libopenal.so.0 /usr/lib/libopenal.so.0.bak sudo mv /usr/lib/libopenal.so.0.0.0 /usr/lib/libopenal.so.0.0.0.bak sudo ln -s /usr/local/lib/libopenal.so.1.3.253 /usr/lib/libopenal.so sudo ln -s /usr/local/lib/libopenal.so.1.3.253 /usr/lib/libopenal.so.0 sudo ln -s /usr/local/lib/libopenal.so.1.3.253 /usr/lib/libopenal.so.0.0.0 Last edited by Eli2; 05-08-2008 at 12:56 AM. |
05-07-2008, 10:07 PM | #2 |
Pledge
Join Date: May 2007
Posts: 46
|
Well for me it was very easy using RO with Pulseaudio. Just add the following to your .openalrc
Code:
(define devices '(esd)) |
05-08-2008, 02:18 AM | #3 | |
Apprentice
Join Date: Jun 2007
Posts: 73
|
This is an early alpha of the libopenal-soft with build in pulseaudio support.
Quote:
Its just a bit bleeding edge Last edited by Eli2; 05-09-2008 at 04:57 AM. |
|
|
|