PDA

View Full Version : how to install nvaudio ?


luc3
07-15-03, 11:02 AM
how to install nvaudio ? i've downloaded the nforce drivers but i don't know exactly what to do then...

i've made "make" and "make install" which both seem to work correctly.

i don't know what to do after that...

root ~ > insmod i810_audio
insmod: i810_audio: no module by that name found

root ~ > modprobe i810_audio
modprobe: Can't locate module i810_audio

root ~ > insmod nvaudio
Using /lib/modules/2.4.21/kernel/drivers/sound/nvaudio.o
/lib/modules/2.4.21/kernel/drivers/sound/nvaudio.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters

root ~ > modprobe nvaudio
/lib/modules/2.4.21/kernel/drivers/sound/nvaudio.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
/lib/modules/2.4.21/kernel/drivers/sound/nvaudio.o: insmod /lib/modules/2.4.21/kernel/drivers/sound/nvaudio.o failed
/lib/modules/2.4.21/kernel/drivers/sound/nvaudio.o: insmod nvaudio failed

bahamot
07-15-03, 11:55 PM
what's ur /etc/modules.conf looks like?

LtJax
07-21-03, 09:04 PM
I do have the same problem. the nvnet drivers work perfectly, and the nvaudio drivers used to work before I reinstalled linux.
In addition to the above errors, I get this in dmesg:

Nvidia + AC97 Audio, version 0.24, 01:34:26 Jul 22 2003
Nvaudio: in Funcction Nvaudio_init_module


I looked at the code that produced this output and it obviously failes when registering the pci driver ( btw: there's a typo in the error message *g* )

as for the modules.conf, I merely left it untouch, except for the changes the readme told me I should do.
I have the i810 drivers compiled in the kernel, and sound works already, but I *need* the spdif support. I know I had it working with nvaudio, and I dont think I did anything special to set it up back then.... any ideas?

LtJax
07-21-03, 11:14 PM
Hello!
I found the solution to this problem.
What I did is this: I removed the intel/nforce driver in the kernel, just to notice that u'd get missing dependancies if you dont have it all. So I compiled it in as a _module_, and hooray, the nvaudio driver would load and work fine :)