Morning. I've upgraded from RH9 to Fedora Core 2. All went very smoothly. Only problem is getting sound working. I'm using the Nvidia nforce drivers - downloaded the current set: NFORCE-Linux-x86-1.0-0283-pkg1.run Seems like a really nice installation script. No problems at first. Followed through their documentation and got the eth0 driver working, but I've some issues getting sound working using nvsound. My modprobe.conf file is: alias usb-controller ohci-hcd alias ieee1394-controller ohci1394 options ne irq=10 alias eth0 nvnet alias usb-interface usb-ohci #alias snd-card-0 snd-intel8x0 alias snd-card-0 nvsound install sound-slot-0 /sbin/modprobe --first-time --ignore-install sound-slot-0 && { /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :; } remove sound-slot-0 { /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :; } ; /sbin/modprobe -r --first-time --ignore-remove sound-slot-0 I don't know where the install and remove lines came from or what they do. Should they be there? What should be in this file? You'll see 2 snd-card-0 entries. When using the snd-intel8x0 module I could get sound to work, but each time I reboot xmms is silenced and I have to go through sound card detection using system-config-soundcard. I can then run xmms with no problems Following the nvidia release notes and replacing the snd-intel8x0 line to the nvsound line leaves me problems. When running xmms I get the "Cannot Open Audio" message box. However, when using system-config-soundcard *both* snd-intel8x0 and nvsound entries appear in the tabbed dialog and both work fine when clicking "Play Test Sound". Should the snd-intel8x0 entry be there even when commented out of modproble.conf? Finally, I'm also getting a few nvsound error messages in dmesg: nvsound: module license 'unspecified' taints kernel. Nvsound: Nvidia Audio Init Module, 20:51:11 Jul 27 2004 version 1.0-0 PCI: Setting latency timer of device 0000:00:05.0 to 64 Nvsound: NVIDIA nForce1 Controller found at Mem 0xed800000 and IRQ 5 PCI: Enabling device 0000:00:06.0 (0005 -> 0007) PCI: Setting latency timer of device 0000:00:06.0 to 64 Nvsound: NVIDIA nForce1 Audio found at IO 0xe000 and 0xe100, IRQ b Nvsound: Aci_device 038c3000 Apu_device 038c3400 Nvsound: DEV MIXER 0 DEV AUDIO 3 Get REC SRC as 0 return as 80 Nvsound: Set format as 10 Badness in interruptible_sleep_on at kernel/sched.c:1927 Call Trace: [<0227ee1e>] interruptible_sleep_on+0x5a/0xa7 [<02115e97>] default_wake_function+0x0/0xc [<47036c24>] Nvaudio_write+0x10d/0x19f [nvsound] [<02141534>] vfs_write+0xb8/0xe4 [<021415ce>] sys_write+0x2c/0x42 ...10 times... Nvsound: Nvaudio_release Nvsound: Set format as 10 Nvsound: Nvaudio_release Nvsound: Set format as 10 Nvsound: Nvaudio_release Too much information? Not enough? Many thanks for any help. -- nick