Wine - Issues with sounds cards (alsa)
Hello Everybody
I've a little problem with wine and the ALSA sound devices. I only can use the internal sound card. I can't not select another sound card. If I log out and log in as root I got the sound on the USB speakers. If I logout again and log me in as normal user - WINE is playing the sound again on the internal card.
I have Installed OpenSuse 11.1
Code:
lemmi #linux-ibmc:~/Documents> uname -a
Linux linux-ibmc 2.6.27.25-0.1-pae #1 SMP 2009-07-01 15:37:09 +0200 i686 i686 i386 GNU/Linux
Wine Version:
Code:
lemmi #linux-ibmc:~/Documents> wine --version
wine-1.1.26
Sound Cards:
Code:
lemmi #linux-ibmc:~/Documents> cat /proc/asound/cards
0 [Intel ]: HDA-Intel - HDA Intel
HDA Intel at 0xf9ff8000 irq 22
1 [Headset ]: USB-Audio - Sennheiser USB Headset
Sennheiser Communications Sennheiser USB Headset at usb-0000:00:1a.1-1, full sp
2 [Speakers ]: USB-Audio - Logitech Z-5 Speakers
Logitech Logitech Z-5 Speakers at usb-0000:00:1d.2-1, full speed
Code:
lemmi #linux-ibmc:~/Documents> cat /proc/asound/modules
0 snd_hda_intel
1 snd_usb_audio
2 snd_usb_audio
Code:
lemmi #linux-ibmc:~/Documents> aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC1200 Analog [ALC1200 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC1200 Digital [ALC1200 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: Headset [Sennheiser USB Headset], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 2: Speakers [Logitech Z-5 Speakers], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
The user lemmi belongs to the group "rt-pulse".
Within winecfg below the audio tab I don't see either any audio devices or I see three times: dmix:0 doesn't matter with which user; like:
Code:
- ALSA Driver
| - Wave Out Devices
| |-
| |-
| |-
| + Wave In Devices
or:
Code:
- ALSA Driver
| - Wave Out Devices
| |- dmix:0
| |- dmix:0
| |- dmix:0
| + Wave In Devices
If I start winecfg with padsp and choose OSS as device, then the sound is played on the USB speakers but in a very poor quality...
Where could the problem be located?
Thanks in advance for every answer.
Cheers
lemmi