What have you done so far? The AC'97 controller should be fully supported in linux, at least mine is. Try opening up a terminal and running the command:
You might need to do it as root.
See if there are any error messages that are given from the alsaconf tool. I had some problems with my Ac'97 some time back, but that was with debian.
Also are there any errors given when you play music or whatnot. lspci is a good place to start, but try running xmms from a terminal and see if there are any specific errors given. Also, check out the settings in the configuration of your audio player.
You could also check if there is a /dev/dsp device. To test the device try a:
Code:
cat /dev/urandom > /dev/dsp
(trust me, turn your speakers right down first!!!

) If you get sound output, then it might be a problem with the audio player application you are using.
Sorry if it doesn't make much sense - I'm getting a bit tired.