On Mon, 30 Aug 2004, Taylor, ForrestX wrote: > Yeah, I tried that because I've had to do that before. It's weird that > I can modprobe cs46xx but not any of the cs43xx modules. > > If you remove the snd-cs4236 modules, can you modprobe snd-cs46xx? > Hmm. there are some errors in the log - but I'm able to play an mp3 file. (after unmuting in alsamixer, cranking up voulme controls in gnome-volume-control) 'modprobe -r snd_cs4236; modprobe snd_cs46xx' gives: Aug 30 15:43:35 localhost kernel: PCI: Found IRQ 11 for device 0000:00:06.0 Aug 30 15:43:35 localhost kernel: PCI: Sharing IRQ 11 with 0000:00:02.0 Aug 30 15:43:35 localhost kernel: IRQ routing conflict for 0000:00:06.0, have irq 9, want irq 11 Aug 30 15:43:35 localhost kernel: PCI: Sharing IRQ 11 with 0000:01:00.0 Aug 30 15:43:36 localhost kernel: Sound Fusion CS46xx: probe of 0000:00:06.0 failed with error -6 [root@localhost ~]# lsmod |grep snd_cs46xx snd_cs46xx 80201 0 snd_rawmidi 21733 1 snd_cs46xx snd_ac97_codec 61329 1 snd_cs46xx gameport 3777 1 snd_cs46xx snd_pcm 84681 2 snd_cs46xx,snd_pcm_oss snd 44709 8 snd_cs46xx,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer snd_page_alloc 6985 2 snd_cs46xx,snd_pcm [root@localhost ~]# Satish