Yurtaev
asked this on Jan 31 17:31
i'm trying to capture audio from BC-H16480A but stuck with ALSA apps not seeing any cards. my OS is SLES11 x64, kernel 2.6.32.19, ALSA 1.0.21. i can see Softlogic0 in /proc/asound:
# cat /proc/asound/cards
0 [Softlogic0 ]: solo6x10 - SOLO-6010 Audio
SOLO-6010 Audio on 0000:03:05.0 IRQ 17
# cat /proc/asound/devices
2: : timer
3: [ 0- 0]: digital audio capture
4: [ 0] : control
5: : sequencer
but when i try to open card hw:0:0 or enumerate available cards snd_card_next() i see none.
i run snddevices script which made nodes under /dev/snd, but all of them give:
# cat /dev/snd/controlC0
cat: /dev/snd/controlC0: No such device
i think i miss something obvious or just some sw incompatibility, maybe you can give me some idea that to do? thank you
Comments
sorry, resolved that myself. snddevices script created /dev/snd/* nodes with some random minor numbers. removed that and mknod manually after i have figured out that the first column in /proc/asound/devices is the very minor numbers
No problem, thank you for taking your time to report the issue and the solution.
Thanks!
Alex