i think you need load audio's module for AC97 sound. But i don't know what module you should load, may be it's name contain "ac" (like *ac*)
So you type this command to find module from AC97
Quote:
find /lib/modules/ -type f -maxdepth 7 -name '*ac*'
|
and then you load module by command (ac_97 is just example)