Intel HDA with Plantronics USB
Intel HDA with Plantronics USB
I have a system that is using Intel HDA as its output, and a Plantronics USB headset as the microphone input.
I would like to have my wine configuration emulate this setup, I currently have been unable to confirm that it isnt... I just cant get Steam to choose the plantronics headset as the default voice device (this is the goal).
Would appreciate any insight!
I would like to have my wine configuration emulate this setup, I currently have been unable to confirm that it isnt... I just cant get Steam to choose the plantronics headset as the default voice device (this is the goal).
Would appreciate any insight!
Intel HDA with Plantronics USB
Hmmm....I have a system that is using Intel HDA as its output, and a Plantronics USB headset as the microphone input.
I would like to have my wine configuration emulate this setup, I currently have been unable to confirm that it isnt... I just cant get Steam to choose the plantronics headset as the default voice device (this is the goal).
Would appreciate any insight!
I may be off-base here, but the only way I can get my USB input device to work at all is to change winecfg to OSS rather than ALSA.
Also, are you trying to use pulseaudio?
not positive
I dont believe so, I only have the ALSA box ticked, but I do have hardware emulation checked.
I figured it would be a setting in the registry to set the default recording device. The control panel would make this much easier
I figured it would be a setting in the registry to set the default recording device. The control panel would make this much easier

Intel HDA with Plantronics USB
May I quote from an earlier post by Vitamin??Hmmm....I have a system that is using Intel HDA as its output, and a Plantronics USB headset as the microphone input.
I would like to have my wine configuration emulate this setup, I currently have been unable to confirm that it isnt... I just cant get Steam to choose the plantronics headset as the default voice device (this is the goal).
Would appreciate any insight!
I may be off-base here, but the only way I can get my USB input device to work at all is to change winecfg to OSS rather than ALSA.
Also, are you trying to use pulseaudio?
By default Wine uses only one ALSA card. You have to explicitly tell Wine to look for / use other cards.
See http://wiki.winehq.org/UsefulRegistryKeys
(Alsa Driver section) for more details.
Intel HDA with Plantronics USB
http://wiki.winehq.org/UsefulRegistryKeysforgive my ignorance, but in the winecfg I can see both devices under ASLA. This makes me think that wine knows they are there, I just need to set the recording default to my usb headset.
I could be terribly wrong, sorry if I frustrate you.
Here are the instructions to change the registry.
Susan I know of that reference, I used it to set up my Direct3d support.
However, as I stated earlier: When running the winecfg, I can see both devices.
-Intel HDA
-Plantronics USB
I want to select the second device as the default sound input. I do not see any of the keys matching to what I would like to do.
If I am missing something, then please point it out, however just linking me multiple times to the same reference is not assisting.
However, as I stated earlier: When running the winecfg, I can see both devices.
-Intel HDA
-Plantronics USB
I want to select the second device as the default sound input. I do not see any of the keys matching to what I would like to do.
If I am missing something, then please point it out, however just linking me multiple times to the same reference is not assisting.
That doesn't mean anything. Winecfg does a more complete scan of devices and will show something that is normally won't be available. You have to explicitly tell Wine's ALSA driver to look for more then one device.irishdunn wrote:Susan I know of that reference, I used it to set up my Direct3d support.
However, as I stated earlier: When running the winecfg, I can see both devices.
-Intel HDA
-Plantronics USB
Same with selecting devices - Wine's ALSA driver will pick the default device (which would be your sound card) and not the USB mic. You either need to make that recording device default in ~/.asoundrc or tell Wine via registry which input device to use. Winecfg can't do that for you.
irishdunn wrote:Then how can I select my /dev/dsp1 (Plantronics USB) as the default device for wine?
Code: Select all
export AUDIODEV=/dev/dsp1
wine app.exe