Microphone works in Ubuntu, but not in WINE

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
sushman007
Newbie
Newbie
Posts: 2
Joined: Fri Feb 27, 2009 12:23 am

Microphone works in Ubuntu, but not in WINE

Post by sushman007 »

My apologies beforehand if this is a common issue, but I have next to no experience with Ubuntu.

I have a regular microphone hooked into my MoBo onboard sound and it works fine in Ubuntu (tested using a sound recorder).

When I launch Steam, and any game within, I cannot get my microphone to work.

I haven't tested this in other programs in WINE since I don't have anything else installed that uses a microphone, so I'm not sure if this is Steam-specific or a WINE problem in general.

I would greatly appreciate any help, since I use voicechat quite extensively and feel lost without it!

Thanks!
Susan Cragin

Microphone works in Ubuntu, but not in WINE

Post by Susan Cragin »

My apologies beforehand if this is a common issue, but I have next to no experience with Ubuntu.

I have a regular microphone hooked into my MoBo onboard sound and it works fine in Ubuntu (tested using a sound recorder).

When I launch Steam, and any game within, I cannot get my microphone to work.

I haven't tested this in other programs in WINE since I don't have anything else installed that uses a microphone, so I'm not sure if this is Steam-specific or a WINE problem in general.

I would greatly appreciate any help, since I use voicechat quite extensively and feel lost without it!

Thanks!
I find that pulseaudio interferes with my wine applications. And I remove it by the roots.

sudo apt-get purge pulseaudio

But there are kinder ways to stop it, like using pasuspender.
Susan
sushman007
Newbie
Newbie
Posts: 2
Joined: Fri Feb 27, 2009 12:23 am

Re: Microphone works in Ubuntu, but not in WINE

Post by sushman007 »

Susan Cragin wrote:I find that pulseaudio interferes with my wine applications. And I remove it by the roots.

sudo apt-get purge pulseaudio

But there are kinder ways to stop it, like using pasuspender.
Susan
Thanks! I thought I had tried this by killing the process, but apparently removing it outright and then rebooting does the trick!
Locked