Thread: USB Audio
View Single Post
Posts: 2,152 | Thanked: 1,490 times | Joined on Jan 2006 @ Czech Republic
#18
Originally Posted by qwerty12 View Post
Would I just be able to use the alsa's xmms plugin device selection to point to the right device for at least xmms?
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?
__________________
Newbies click here before posting. Thanks.

If you really need to PM me with troubleshooting question please consider posting it to the forum instead. It is OK to PM me a link to such post then. Thank you.
 

The Following 2 Users Say Thank You to fanoush For This Useful Post: