PlaneShift

Support => Linux Specific Issues => Topic started by: Agbeladem on August 11, 2007, 12:55:08 pm

Title: Still no sound on Fedora [SOLVED]
Post by: Agbeladem on August 11, 2007, 12:55:08 pm
Hi everyone !

Everything's fine with PlaneShift on my Fedora except the sound.
Besides, I don't seem to be the only one with the same problem.

I looked at SndSys.Driver.ALSA.SoundBufferms but its value was already at 150. Changing values didn't makes the sound work.
Then, I tried to use the OSS drivers, but it has made directly crash the game when I open it.

So, I'm here to ask other possibilities.

Thanks you for you understanding :)
Title: Re: Still no sound on Fedora
Post by: Xordan on August 11, 2007, 04:03:23 pm
Try deleting the libasound in your planeshift/libs dir
Title: Re: Still no sound on Fedora
Post by: Agbeladem on August 12, 2007, 02:07:41 am
Woaah it was that simple  :o

Thank you anyway, it works !

My PlaneShift will now be almost perfect  :)
Title: Re: Still no sound on Fedora
Post by: Induane on August 14, 2007, 08:53:22 pm
On a similar note if you switch to OSS be sure to change

Code: [Select]
SndSys.Driver.ALSA.SoundBufferms=150
to

Code: [Select]
SndSys.Driver.OSS.SoundBufferms=150
to fix the crash.  Just in case anyone has issues and deleting the libasound doesn't work.