PDA

View Full Version : Slackware 9 and NForce 2


K_os_2003
05-08-03, 03:26 PM
Hello,

I have an A7N8X-DLX board and I am running Slackware 9 with a 2.4.20 kernel.

I have followed all the instrctions in the NForce driver installation instructions but when I use "modprobe nvaudio" I get the following : (modprobe -a produces the same output)

root@bernie:~# modprobe nvaudio
/lib/modules/2.4.20/kernel/drivers/sound/nvaudio.o: init_module: No such device
/lib/modules/2.4.20/kernel/drivers/sound/nvaudio.o: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20/kernel/drivers/sound/nvaudio.o: insmod /lib/modules/2.4.20/kernel/drivers/sound/nvaudio.o failed
/lib/modules/2.4.20/kernel/drivers/sound/nvaudio.o: insmod nvaudio failed

Using modprobe with nvnet and usb-ohci works fine though. I can use my network card without problems and my usb joystick is detected.

Here is the output of depmod -a :

root@bernie:~# depmod -a
depmod: *** Unresolved symbols in /lib/modules/2.4.20/kernel/drivers/net/nvnet.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20/kernel/drivers/sound/nvaudio.o

My modules.conf file :
root@bernie:~# cat /etc/modules.conf
alias char-major-195 nvidia
alias eth0 nvnet
alias sound-slot-0 nvaudio
alias usb-interface usb-ohci

Does anyone have a clue of what might cause this?

Also, I am right in thinking that there is no way to get all sound converted to dolby digital under Linux? Are there any parameters/switches that can be passed to the nVidia audio module?

Thanks!

K_os_2003
05-08-03, 04:03 PM
I forgot to mention this :

I first did a make install from a mounted vfat partition and proceded with the required modprobes. After doing this, my sound worked fine but I was still getting the errors mentionned above.

I then did make uninstall thinking that the vfat mounted partition might have screwed up something.

After that, I extracted the tar file on my ext2 linux partition and redid make install. This is where I am now and getting the errors above.

galaxor
05-14-03, 08:39 AM
Hi,

rebuild your Kernel (preferably 2.4.21-rc2, because of the 3com NIC and the (now working) AGPgart) and include a sound-module for "Intel ICH (i8xx), SiS 7012, NVidia nForce Audio or AMD 768/811x".

after booting the new kernel compile the nvaudio and nvnet modules and use "sound-slot-0" as an alias for your nvaudio-module (/etc/modules.conf).