Todd Witter ([EMAIL PROTECTED]) said:
> It says it can't find module snd.
> What is that?  The driver for my card is sb.  How do I get the snd
> driver?  Where is it in the kernel?

Does it work if you run "modprobe sb"?

If so, add a line like:

alias snd sb

to your /etc/modutils/aliases file and then run update-modules as root
and everything should work.

If the above modprobe doesn't work, check out the output of modprobe -l
(which will list all available modules) and make sure sb.o is in there.

Good Luck.

-- 
Adam Lazur, Cluster Monkey

Reply via email to