![]() |
2008-03-18
, 12:52
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#12
|
As for the problem above, most probably it just needs inserting usb audio kernel driver module which is not present by default.
![]() |
2008-03-21
, 23:59
|
|
Posts: 170 |
Thanked: 40 times |
Joined on Dec 2007
@ Norway
|
#13
|
![]() |
2008-04-24
, 03:51
|
Posts: 100 |
Thanked: 38 times |
Joined on Apr 2008
|
#14
|
![]() |
2008-04-24
, 06:33
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#15
|
![]() |
2008-04-24
, 08:30
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#16
|
![]() |
2008-04-24
, 08:32
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#17
|
I have later tried it with usb to audio dongle that comes with Logitech headset and it was detected and new card appeared in /proc/asound/cards but that was all. One also needs to tell the system to actually use that card instead of the builtin one which means it needs messing with ALSA configuration files and/or installing additional ALSA userspace utilities. So if you can't figure out the insmod stuff, don't bother, it needs additional tweaking.
![]() |
2008-04-24
, 09:04
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#18
|
Would I just be able to use the alsa's xmms plugin device selection to point to the right device for at least xmms?
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
![]() |
2008-04-24
, 09:20
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#19
|
![]() |
2008-04-24
, 19:48
|
Posts: 100 |
Thanked: 38 times |
Joined on Apr 2008
|
#20
|
It is certainly worth of checking. In that case the newbie guide to modules is :
- download modules to Documents folder
- open xterm
-extract modules:
- try to insert them (as root user) in correct order: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
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-audioCode:insmod sound/core/snd-page-alloc.ko ... insmod sound/usb/whatever.ko
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?
As for the problem above, most probably it just needs inserting usb audio kernel driver module which is not present by default.
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.