Re: PROBLEM: No initialization of sound card

From: Lee Revell
Date: Wed Nov 23 2005 - 15:36:29 EST


On Wed, 2005-11-23 at 21:30 +0100, Pelle Lundström wrote:
> When running the commands "lsmod | grep ^snd | cut -d\ -f1 | xargs
> rmmod" and then "modprobe snd_es18xx" then I get errors.
>
> The dmesg output is:
> : Unknown symbol snd_info_register

This usually means your ALSA modules were not compiled against the right
kernel version. Or some of the old modules failed to unload and you're
now trying to load a mix of old and new modules.

Lee

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/