>From: "Cr0k" <wineforum-user at winehq.org>
>Subject: [Wine] CS:S microphone
>Hi.
>Counter Strike : Source works very well here, it's awesome.
>But my microphone doesn't want to work. I saw on the AppDB's CS:S
page that with the new OSS it seems to work, but I use alsa...
>
>I really need the mic., but don't know what can I do..
>
>Anyone ?
You probably need to disable pulseaudio, at least temporarily.
Here's what I do.
sh winetricks sound=alsa
edit /etc/pulse/client.conf
change:
# autospawn=yes
to
autospawn=no
Then in your startup preferences, uncheck pulseaudio. Or, alternately, just run
the following in terminal after you boot up.
killall pulseaudio
That should do it.