http://bugs.winehq.org/show_bug.cgi?id=9870
Summary: WINE not reading Multiple Sound Devices correctly, ignoring ALSA setup Product: Wine Version: 0.9.41. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-gui AssignedTo: wine-bugs@winehq.org ReportedBy: jim@1-6regulars.homeip.net
Ubuntu 7.04 Gnome setup to use ALSA sound with CA0106 (SB Audigy PCI card). Motherboard has VIA Sound on board, disabled in BIOS. ALSA default set to use CA0106 and is working well in Gnome. WINE Audio Setup is configured to use ALSA. Wave Out Devices list VIA 8237, but not CA0106. Running WINE Apps have sound coming out of Disabled VIA device and not the CA0106. ALSA is the only enabled sound option. OSS Option lists C-Media Electronics CMI9761A+, which I believe is normally the driver for many on board audio chip sets like the VIA set. With OSS Selected as the only sound option, apps in WINE also have sound coming out of the disabled VIA device and not the CA0106 device.
http://bugs.winehq.org/show_bug.cgi?id=9870
--- Comment #1 from Jim Padel jim@1-6regulars.homeip.net 2007-10-02 15:07:21 --- Some additional info... I have found that WINE is picking up the DMIX device and not as the CA0106 as the Audigy card. So it does show, but it still seems to always pump the audio out of the disabled VIA card.
I have found that if I blacklist the VIA drivers in modprobe.d I can get sound to the DMIX device in ALSA at random, but at a much higher success rate. Some apps require several restarts to find the device and get the sound going.
http://bugs.winehq.org/show_bug.cgi?id=9870
Nick Zatkovich NZatkovich@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |NZatkovich@gmail.com
--- Comment #2 from Nick Zatkovich NZatkovich@gmail.com 2007-10-14 14:45:01 --- I just wanted to confirm this bug. I'm using a laptop, running Kubuntu 7.04, with an onboard Intel sound chip, detected as hw:0, and I have a Audigy2 PCMICA card, detected as hw:1,that I'm using as the default. I don't have the Intel card disabled. I have the Audigy2 set as default in Alsa, and everything seems to use the Audigy fine, except for wine. wine will always use the intel sound card. It seems like wine just uses the first sound card that it finds, I guess.
http://bugs.winehq.org/show_bug.cgi?id=9870
Tuomo Kohvakka tuomo.kohvakka@iki.fi changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tuomo.kohvakka@iki.fi
--- Comment #3 from Tuomo Kohvakka tuomo.kohvakka@iki.fi 2007-10-16 15:24:59 --- As a workaround, try setting ALSA_PCM_CARD environment variable, eg.
ALSA_PCM_CARD=1 wine app.exe
(or 2 or 3 and so on). It worked for me with 0.9.44 (although it would be nicer if "default" would be used as default).
http://bugs.winehq.org/show_bug.cgi?id=9870
unggnu unggnu@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |unggnu@googlemail.com
http://bugs.winehq.org/show_bug.cgi?id=9870
unggnu unggnu@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #4 from unggnu unggnu@googlemail.com 2007-12-12 08:07:07 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=9870
--- Comment #5 from unggnu unggnu@googlemail.com 2007-12-12 08:10:16 --- Same problem here. I have two sound cards, PCMCIA Audigy 2 ZS Notebook and onboard Intel sound card. I have enabled the Audigy with asoundconf and all sound programs uses the external one except of wine. It always uses the onboard card but there is an easy work around: I always remove the snd_hda_intel module before wine game start.
http://bugs.winehq.org/show_bug.cgi?id=9870
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|_obsolete_gui |-unknown
http://bugs.winehq.org/show_bug.cgi?id=9870
--- Comment #6 from Austin English austinenglish@gmail.com 2008-06-16 13:05:06 --- Is this still an issue in current (1.0-rc5 or newer) wine?
http://bugs.winehq.org/show_bug.cgi?id=9870
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|major |enhancement Component|-unknown |programs
--- Comment #7 from Vitaliy Margolen vitaliy@kievinfo.com 2008-06-20 22:10:32 --- (In reply to comment #0)
ALSA default set to useCA0106
How did you set that?
Wine has registry configuration entries to select which card to use. For more info see http://wiki.winehq.org/UsefulRegistryKeys
Winecfg does need some way to select which card to use. But that's more of the enhancement.
http://bugs.winehq.org/show_bug.cgi?id=9870
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=9870
unggnu unggnu@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|unggnu@googlemail.com |
http://bugs.winehq.org/show_bug.cgi?id=9870
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, hardware
--- Comment #8 from Austin English austinenglish@gmail.com 2009-09-08 11:24:59 --- Still present.
http://bugs.winehq.org/show_bug.cgi?id=9870
Raymond superquad.vortex2@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |superquad.vortex2@gmail.com
--- Comment #9 from Raymond superquad.vortex2@gmail.com 2010-12-28 22:47:57 CST --- http://source.winehq.org/git/wine.git/?a=commitdiff;h=0fe3a59b46a44b6d2d54a1...
THis affect DirectSoundEnumerate() if the application try to get a device list
When the user select one from the list and wine open "default" device instead of the selected sound card
The fix may be provide another name for dsoutput instead of pcmname in WINE_WAVE_DEV
http://bugs.winehq.org/show_bug.cgi?id=9870
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #10 from Jerome Leclanche adys.wh@gmail.com 2011-11-05 10:49:06 CDT --- Retest in wine-1.3.32.
http://bugs.winehq.org/show_bug.cgi?id=9870
hanska2@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hanska2@luukku.com
--- Comment #11 from hanska2@luukku.com --- Reported: 2007-10-02 09:47 CDT by Jim Padel
what's the status now???
https://bugs.winehq.org/show_bug.cgi?id=9870
--- Comment #12 from Jerome Leclanche adys.wh@gmail.com --- (In reply to hanska2 from comment #11) Did you fix it? Did you retest it?