PDA

View Full Version : How To: Fix Sound Issue in Ubuntu


spyke01
02-20-2007, 02:11 PM
This works on Ubuntu 6.06 Dapper Drake but should work with distros based on Ubuntu as well as later releases.

First install support for OpenenAL:

sudo apt-get install libopenal0a libopenalpp-cvs1 libalut0


Make symbolic link so Regnum sees OpenAL

ln -s /usr/lib/libopenal.so.0 /usr/lib/libopenal.so

silveira
02-24-2007, 07:11 PM
I did it, don't showed this red warning "can't open libopenal.so".
But no sound yet.
Kubuntu, version 6.10.

icckleblackcat
02-28-2007, 07:48 AM
open a terminal and do

sudo nano -w /etc/openalrc

change

(define devices '(default)
or
(define devices '(alsa)

to

(define devices'(native)

(Illandria - Conjourer - Ignis)

icckleblackcat
02-28-2007, 07:50 AM
oh - and dont run amarok at the same time.