Ubuntu Forums Archive Viewer

Epsxe No Sound On Ubuntu 10.10

Archived thread 1628160 from Emulators. Markdown source: Emulators/thread_1628160_Epsxe_No_Sound_On_Ubuntu_10.10.md

Original URL About this archive
#1

Dear friends at Ubuntu Forum,

I`m getting no sound from Epsxe on Maverik, seems to be a problem with the SPU Plugin (as it seems its not kicking in when lauching the game). All my plugins are latest version and were working just fine on 10.04. Has anyone figured that out already? any help is more than welcome!

P.S: Games are emulating just fine, only sound isnt working. Also, tried to compile the OSS sound plugin for ALSA but returns an error regardind a wrong pentium -m parameter...(my processor is a AMD PhenonII x4 965) :-(

#2

Same problem here... don't mess with the plugins because it's not the reason, if you look the terminal output say something about "not loading libcanberra-gtk-module.so" so its a problem related with the sound libraries of the system, not the emulator. Reinstalling libcanberra doesn't solve it.

The only solution i've found is running the epsxe 1.7 for windows under wine, it works well, but my system is not enough powerfull to run it smooth (ubuntu emulating windows emulating a psx...), but give it a try.

If you found a solutions, please post it here :) Good luck!

#3

I'm currently running ePSXe 1.6.0 using WINE. Graphics and sound currently work without issue. For my sound plugin, I am using the Eternal SPU Plugin 1.41. It's pretty much in the default setting with the exception of checking off one more option, "Enable XA sound (Select to enable XA sound in MDEC). I am running all this on an Acer Aspire Timeline X 1830T-68U118. Hope the sound plugin info helps.

#4

have you tried

padsp ./epsxe

Assuming you have an OSS plugin.

#5

Buttink said: have you tried

padsp ./epsxe

It really fix the no sound problem, thanks.

#6

Hi, thanks a lot! it worked for me too. The sound is working, except for the cdda (no soundtrack in wip3out for example), but i think that's a diferent problem.

Funny but the 1.7 running under wine works better than the 1.6 linux...

#7

It indeed solves the problem. Thanks guys.

#8

Buttink,

THANK YOU SO MUCH! Can you imagine I even tried to compile using ALSA and it worked but not fluently.

Using wrapper was brilliant and truly helpful.

Many thanks

#9

Buttink said: have you tried

padsp ./epsxe

Had been trying everything to get the sound to work and padsp ./epsxe worked like a charm. Exactly what does that do? Again... many thanks!

#10

padsp ./epsxe

i confirm that this works in kubuntu 11.04

#11

I hope I'm posting in the right place (still somewhat new), but whenever I try the command

padsp ./epsxe
exec: 88: ./epsxe: Permission denied

Any thoughts? If it helps, the sound plugin I'm using is P.E.Op.S. OSS Audio Driver 1.9 Thanks in advance!

#12

Probably epsxe is not marked as executable, in the directory where epsxe is, run:

chmod +x epsxe

(you'll need sudo only if epsxe is installed system-wide, not if it's in your home)

After that, you should be able to run it with your command:

padsp ./epsxe Usually in linux when you download an executable the system doesn't trust it and doesn't allow it to run until you change its permissions with chmod +x

Good luck!

#13

Thanks, Darent! Changing the permissions did the trick! Now to tweak the sound plugin to get it exactly how I want it... thanks again, everyone!

#14

No Sound!

I have just installed Ubuntu 10.10 on a multi-boot system and my sound card doesn't even show up. There is sound on the other operating systems, but not on Ubuntu 10.10. I have an Realtek ALC260 sound card not sure what to try next any suggestions, thought about reinstalling because prior to updates it worked.

#15

Buttink said: have you tried

padsp ./epsxe

This solved mine... thanks...