DrProsec
2011-Jan-17 17:56 UTC
[Wine] Running program in Wine disables audio for everything else
Whenever I run a program using wine, all programs not running in wine (basically, every linux program) lose sound. I can fix this by switching the audio output from my speakers to the speaker built into my monitor (it is connected via HDMI), and which point the sound returns, and then I can switch back to my speakers and still have sound. Though this method works fine, I'd prefer to not have to do this every time I run a program via wine. Thanks in advance.
vitamin
2011-Jan-17 19:39 UTC
[Wine] Re: Running program in Wine disables audio for everything else
DrProsec wrote:> Whenever I run a program using wine, all programs not running in wine (basically, every linux program) lose sound.Most likely your ALSA is not configured properly (missing dmix plugin).
DrProsec
2011-Jan-19 23:59 UTC
[Wine] Re: Running program in Wine disables audio for everything else
[quote="vitamin" Most likely your ALSA is not configured properly (missing dmix plugin).[/quote] Thank you! I googled around, and found instructions on how to get the plugin. Problem solved, thanks again!