Author Topic: Still no sound on Fedora [SOLVED]  (Read 1305 times)

Agbeladem

  • Traveller
  • *
  • Posts: 16
    • View Profile
Still no sound on Fedora [SOLVED]
« 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 :)
« Last Edit: August 15, 2007, 12:10:16 am by Xordan »

Xordan

  • Crystal Space Developer
  • Forum Addict
  • *
  • Posts: 3845
  • For God and the Empire
    • View Profile
Re: Still no sound on Fedora
« Reply #1 on: August 11, 2007, 04:03:23 pm »
Try deleting the libasound in your planeshift/libs dir

Agbeladem

  • Traveller
  • *
  • Posts: 16
    • View Profile
Re: Still no sound on Fedora
« Reply #2 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  :)

Induane

  • Veteran
  • *
  • Posts: 1287
  • What should I put here?
    • View Profile
    • Vaalnor Inc.
Re: Still no sound on Fedora
« Reply #3 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.