If you using new distro (Fedora 8, Ubuntu 8.04, SuSE 11) and do not have sound you should:
1. Report problem to your distro support
2. Disable or even remove pulse-audio
In case some one have a recipe to make pulse-audio work with wine - post it. Only please DO NOT post stuff like "I don't know what I did but it's working". Figure it out first. Then let everyone know.
To disable PulseAudio in new Ubuntu versions
(Contributed by Susan Cragin).
Here's what I do to run audio applications in wine.
in terminal:
Code: Select all
sudo nano /etc/pulse/client.conf
Code: Select all
; autospawn = yes
autospawn = no
In terminal, every time you boot up, type:
Code: Select all
killall pulseaudio