Gentoo, ALSA built as module, no sound in wine (Wow)
Gentoo, ALSA built as module, no sound in wine (Wow)
i have sound in KDE, etc, but no sound in Wow. i have both alsa and oss tabs checked in winecfg.
suggestions?
kernel 2.6.28-r4
wine 1.17
wow 3.06
suggestions?
kernel 2.6.28-r4
wine 1.17
wow 3.06
Re: Gentoo, ALSA built as module, no sound in wine (Wow)
Use only one or the other.h2sammo wrote:i have sound in KDE, etc, but no sound in Wow. i have both alsa and oss tabs checked in winecfg.
Did you killed / removed any sound servers, like pulseaudio?
Code: Select all
localhost bobby # lsof
bash: lsof: command not found
You need to install it then.h2sammo wrote:Code: Select all
localhost bobby # lsof bash: lsof: command not found
Gentoo, ALSA built as module, no sound in wine (Wow)
On Thu, Apr 9, 2009 at 10:25 PM, h2sammo <[email protected]> wrote:
John
emerge -av lsofCode:
localhost bobby # lsof
bash: lsof: command not found
John
No. Both ALSA and OSS can be considered big, independent systems to handle sound. You can't use both simultaneously or things would become a mess...h2sammo wrote:i had tried with alsa checked only (even though to use vent i would need both enabled...right?!)
It's a bit of a hack, but you might try setting winecfg to OSS and then run your app like:
aoss wine appname.exe
aoss is a compatibility layer (?) in ALSA that receives OSS-like input and provides ALSA-like output. Or try using only OSS before that, though that might not work because a lot of modern distros stop providing OSS these days (it's pretty old).
I'm probably factually wrong here and there, but I hope you at least know why enabling both in Wine is not a good idea.

Wait, so the only reason you had no sound is because PCM was set to 0? That's... well, a lot simpler than what the problem was thought to be.
I don't think microphone input works yet in Wine, but then again I'm not the person who can assure you this as my mic will only work in Linux when I use very specific mixer settings. Try testing if it works in Linux before Wine though.
I don't think microphone input works yet in Wine, but then again I'm not the person who can assure you this as my mic will only work in Linux when I use very specific mixer settings. Try testing if it works in Linux before Wine though.