On Wed, 11 Sep 2002 08:01:01 -0400
tarvid <[EMAIL PROTECTED]> wrote:
> [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
Try modprobe snd-via8233 .
> [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
Uhm, snd-intel8x0 should be snd-via8233 I think.
> There are a lot of these around, shouldn't this be easier?
>
> Jim Tarvid
HTH,
-Frans