It is certainly worth of checking. In that case the newbie guide to modules is : - download modules to Documents folder - open xterm -extract modules: Code: mkdir 2.6.21-omap1 cd 2.6.21-omap1 tar zxvf /home/user/MyDocs/.documents/modules-2.2007.50-2-custom.tar.gz sudo gainroot - try to insert them (as root user) in correct order: Code: insmod sound/core/snd-page-alloc.ko ... insmod sound/usb/whatever.ko If it prints unknown symbol error try another one. You can see the missing symbol in kernel log via dmesg command and the symbol name can give a hint which module is missing but picking other one randomly works too :-) Try core/page-alloc, timer,hwdep,rawmidi,pcm, usb/usb-lib,usb-audio then enable host mode, attach usb card and see kernel log for card detection. Also 'cat /proc/asound/cards' should have another one in the list. Maybe then xmms alsa plugin configuration might work?
mkdir 2.6.21-omap1 cd 2.6.21-omap1 tar zxvf /home/user/MyDocs/.documents/modules-2.2007.50-2-custom.tar.gz sudo gainroot
insmod sound/core/snd-page-alloc.ko ... insmod sound/usb/whatever.ko