To get sound out of my machine, I need three modules: sound.o, ac97_codec.o, and i810_audio.o. I know this because I see all 3 running under Knoppix, and it produces sound. With my own kernel, I come up with sound.o installed. I must install ac97_codec.o next or I get complaints about unresolved symbols. But when I try to insmod i810_audio, I get the complaint
i810_audio.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
What am I doing wrong?
I had this same problem. It ended up being a real pain: my device wasn't supported by that version if i810_audio, so I had to upgrade my kernel. Here's a test: look at the output of 'lspci' for your sound chip, and try to find its pci id.
Now look in <kernel-sources>/<i forget the path>/i810_audio.c, and in the first section it will have some 'define' statements with some pci ids. If yours isn't there, it's not supported. Try a new kernel.
-- Joel Konkle-Parker Webmaster [Ballsome.com]
Phone [+1 662-518-1636] E-mail [EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]