http://bugs.winehq.org/show_bug.cgi?id=20680
Summary: winecfg: no Wave Out Devices under ALSA Drivers (M-Audio Delta) Product: Wine Version: 1.1.32 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: marko.srebre@gmail.com
Winecfg shows no "Wave Out Devices" under "ALSA Drivers" section. I only get "MIDI In Devices", "MIDI Out Device" and "Mixer Device" under the "ALSA Drivers". Of course, sound doesn't work then in wine or in test.
Wine is compiled with alsa support, version is 1.1-32, but happens just the same with older versions. I suspect the problem is specific to my M-Audio Delta 66 sound card. I use no sound servers or anything that may be restricting the device. This card otherwise works flawlessly with every other application I am using. Older version of wine would usually report something about missing Master control, so I guess somethere there may be a problem, but not really sure how to fix it.
http://bugs.winehq.org/show_bug.cgi?id=20680
chestertech chestertech@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |chestertech@mail.ru
--- Comment #1 from chestertech chestertech@mail.ru 2010-01-14 23:54:54 --- Also doesn't work for me. Shows default sound card but no sound at all. Using Ubuntu 9.10 64 bit with Wine 1.1.36. Motherboard Asus P6T with Realtek ALC1200 sound card.
http://bugs.winehq.org/show_bug.cgi?id=20680
Balda.Baldovic@seznam.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Balda.Baldovic@seznam.cz
--- Comment #2 from Balda.Baldovic@seznam.cz 2010-05-29 04:42:01 --- The same problem here. Delta 1010LT ubuntu 10.04, wine-1.1.42. No wave out/in devices in winecfg only midi in/out.
http://bugs.winehq.org/show_bug.cgi?id=20680
Raymond superquad.vortex2@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |superquad.vortex2@gmail.com
--- Comment #3 from Raymond superquad.vortex2@gmail.com 2010-05-31 04:39:37 --- in dlls/winealsa.drv/waveinit.c
ALSA_TestDeviceForWine() require the driver must support 2 channels
/* set the count of channels */ retcode = snd_pcm_hw_params_set_channels(pcm, hwparams, 2); if (retcode < 0) { reason = "Could not set channels"; goto exit; }
did you see the error messages "Could not set channels" ?
http://bugs.winehq.org/show_bug.cgi?id=20680
Marko marko.srebre@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #4 from Marko marko.srebre@gmail.com 2010-06-02 00:39:02 --- I tested the situation with a more recent version of Wine (1.1.44) and there seems to be an improvement. In winecfg, I only see "Sound Driver"->"Alsa Driver" (no "Wave" and "Midi" devices as there were in older Wine versions). However, clicking on "Test Sound" produces an audible sound, which it didn't before in older versions.
I still get these in console:
fixme:mixer:ALSA_MixerInit No master control found on M Audio Delta 66, disabling mixer err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
Also, there was a sound in a game I tested, so I am setting this bug to RESOLVED. Just for the reference, I have no .asoundrc file in my home dir.
http://bugs.winehq.org/show_bug.cgi?id=20680
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2010-06-11 12:52:19 --- Closing bugs fixed in 1.2-rc3.
http://bugs.winehq.org/show_bug.cgi?id=20680
Mahen mahen@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mahen@free.fr
--- Comment #6 from Mahen mahen@free.fr 2011-06-27 02:45:10 CDT --- As of WINE 1.3.23, using an M-Audio Delta 66 board, I have this very same issue (I recently acquired it, so I can't tell when it arose exactly). That is to say : no wave out device in winecfg / no master control, disabling mixer.
I worked around the issue by creating the following key in regedit :
[HKEY_CURRENT_USER\Software\Wine\Alsa Driver] "AutoScanCards"="N" "DeviceCount"="1" "DeviceCTL1"="default" "DevicePCM1"="default" "UseDirectHW"="Y"
Which added an "ICE1712 multi" device in the Wave Out Devices which is used properly by WINE.
Cheers !