Thread: USB Audio
View Single Post
Posts: 100 | Thanked: 38 times | Joined on Apr 2008
#20
Originally Posted by fanoush View Post
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?
The order you suggested for insmod worked out great for me. Hopefully when i get home today I can try to plug in the USB sound card and see what happens. Who knows maybe it wille ven work!

Thanks tons!