[root@demo proc]# lspci | grep audio 00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233 AC97 Audio Controller (rev 10)
[root@demo root]# lsmod | grep snd snd 24804 0 soundcore 3780 0 [snd] [root@demo root]# insmod snd-via8233 Using /lib/modules/2.4.19-9mdk/kernel/sound/pci/snd-via8233.o.gz /lib/modules/2.4.19-9mdk/kernel/sound/pci/snd-via8233.o.gz: unresolved symbol snd_ac97_set_rate - and many more [root@demo etc]# cat modules.conf probeall usb-interface usb-ohci usb-uhci alias eth0 tulip above snd-intel8x0 snd-pcm-oss alias sound-slot-0 snd-intel8x0 There are a lot of these around, shouldn't this be easier? Jim Tarvid
