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
ALSA_Mixer
-
- Newbie
- Posts: 3
- Joined: Sat Mar 20, 2010 6:08 am
-
- Newbie
- Posts: 3
- Joined: Sat Mar 20, 2010 6:08 am
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
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
Re: ALSA_Mixer
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.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
Re: ALSA_Mixer
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.
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.