I remember I had some problems with sound in it because of the in-kernel sound driver for my laptop's sound chip didn't deal well with mmap()ed access, which the game required. I used the proprietary OSS audio stack which had a driver that didn't have that problem. Of course it was only an evaluation version and would shut off the sound after some minutes of play.
Kind of glad these things are rarely an issue on the linux desktop anymore :)