On Fri, 26 Nov 1999 [EMAIL PROTECTED] wrote:
> Trying the current ALSA packages in Potato with kernel 2.2.13 and a > Trident/Jaton 4DWAVE card. Compile seemed to go ok once I symlinked > the usr/local/src with the kernel files to the usr/src directory that > ALSA package seems to expect. > Compile and dpkg install seems fine but "insmod snd-trident" gives a > long string of "unresolved symbols" beginning with "snd". > Help appreciated!! Why are you using insmod. Try a depmod -a to recalculate the module dependencies and then a modprobe snd-trident. Then you can be sure that all modules you need will be loaded. regard, Rolf