> (/lib/modules/2.6.24-19-generic/ubuntu/sound/alsa-driver/acore/seq/snd-seq-device.ko):
>  

there's your problem....

Alsa from source will likely install to:
/lib/modules/`uname -r`/kernel/sound/

Which means you likely have two versions:
/lib/modules/`uname -r`/ubuntu/sound/

find /lib/modules/`uname -r`/ -iname '*snd-*.*o'

depmod -ae will pick up both version.  You probably need to remove one version 
to get it to work.  Then rerun depmod.

I'm not sure if soundcore.ko is alsa, or the kernel.  In days of old it was 
part of OSS, or so I thought.  It might just be easier to do a custom kernel.  
With alsa compiled over it.  That way there's not multiple versions / 
locations.  As the path assumptions would match.

HTH,
James

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to