I'm using Ubuntu Maverick on my main PC, and I got the system configured just the way I like it (yay!) a long time ago. Everything was well until the recent Wine releases which are apparently made to use ALSA 1.0.24 which is sadly not available for Maverick. This means I lost all sound in Wine, which is not nearly as funny as it should be!
I found this tutorial on how to build ALSA 1.0.24, but I'm not sure if the procedure is "safe enough" to use. By "safe enough" I mean "will it mess up my system beyond repair". Is the big red-lettered disclaimer in the beginning of the article justified? How dangerous is the procedure described? Should I risk it and give it a shot or just bite the bullet and install Mint from scratch, like I did on my laptop (successfully, it seems)?
UPDATE:
After following Gilles' advice below about trying to install ALSA binaries for Lucid, I had a bit of a problem with sound being blocked for other apps when playing something in Flash. To fix this, I did the following:
Create /etc/asound.conf with the following content:
pcm.pulse { type pulse }
ctl.pulse { type pulse }
pcm.!default { type pulse }
ctl.!default { type pulse }
Then simply restart ALSA with the following command:
sudo alsa reload
I found all this on this forum thread but chose to restart ALSA instead of the whole system, and it worked!