ALSA_Mixer

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ahso
Level 4
Level 4
Posts: 182
Joined: Sat Feb 20, 2010 2:31 am

ALSA_Mixer

Post by ahso »

michael@linux-os4n:~/.wine/drive_c/Programme/Microsoft Games/Flight Simulator 9> wine fs9.exe
fixme:mixer:ALSA_MixerInit No master control found on USB Device 0x46d:0x994, disabling mixer

Many thanks
Michael
matunopsis
Newbie
Newbie
Posts: 3
Joined: Sat Mar 20, 2010 6:08 am

Post by matunopsis »

I have the same problem, u can fix it with wintricks. Just install a pseudopackage. Underneath u find several things of this:

sound=x where x is the sounddriver. I always fix with with choosing sound=oss
ahso
Level 4
Level 4
Posts: 182
Joined: Sat Feb 20, 2010 2:31 am

Post by ahso »

thanks but what is/are exactly your winetricks command(s)?
matunopsis
Newbie
Newbie
Posts: 3
Joined: Sat Mar 20, 2010 6:08 am

Post by matunopsis »

http://wiki.winehq.org/winetricks

There u can find information about winetricks and how to get it and use it.
some linux distributions like opensuse already have winetricks when u install it with the package manager, in that case u type in console winetricks instead of sh winetricks
DaVince
Level 8
Level 8
Posts: 1099
Joined: Wed Oct 29, 2008 4:53 pm

Re: ALSA_Mixer

Post by DaVince »

ahso wrote:michael@linux-os4n:~/.wine/drive_c/Programme/Microsoft Games/Flight Simulator 9> wine fs9.exe
fixme:mixer:ALSA_MixerInit No master control found on USB Device 0x46d:0x994, disabling mixer

Many thanks
Michael
I get something like that on some of my audio devices too, but that can be normal as the hardware might not actually provide a mixer or volume control on purpose. If it doesn't hurt Wine's performance, just ignore it.
hellork
Level 3
Level 3
Posts: 82
Joined: Thu Mar 27, 2008 7:13 pm

Re: ALSA_Mixer

Post by hellork »

When I get this problem on Fedora I just install alsa-plugins-pulseaudio (the 32 bit version works best for Wine, unless you're experimenting with 64 bit Wine which doesn't do much yet).

alsa-plugins-pulseaudio contains a PCM plug-in, libasound_module_pcm_pulse.so and a mixer control, libasound_module_ctl_pulse.so, along with a replacement configuration for /etc/alsa/pulse-default.conf, your basic pcm.pulse { type pulse... stuff, the same boring configuration we used to do manually when routing sound from native alsa applications through pulseaudio...

Most other distros have a similar package.
Locked