I'm trying to use a bunch of sundcards (8 usb + 4 hdmi + 1 mobo) to control different zones separately & combine them in cool ways.

I'm having trouble getting pulse to recognize all of my soundcards' existence.

"aplay -l" recognizes all 13 cards, as does "pacmd list-cards", but pulse only recognizes 10 of them (0-9). It seems to find them in the "pacmd dump", but not in "list-sinks."

my "pacmd info" file loads all the modules correctly, but I can't figure out why "list-sinks" doesn't list them.

link|improve this question

67% accept rate
13 Cards? and I thought having 2 cards is luxurious :D – OmarIthawi Jan 24 at 7:34
feedback

1 Answer

up vote 0 down vote accepted

If ALSA recognizes your sound cards then you can try to add them to PulseAudio manually with pacmd load-module module-alsa-sink device=hw:x,y where x and y is the device, subevice pair of aplay -l.

If it works correctly then you can append these commands to the default configuration of PulseAudio (/etc/pulse/default.pa). (I know that it's only a hack, but it works for me :)

link|improve this answer
That worked fine with some of the sinks, but others just replied "Module load failed." – cyrusv Nov 30 '11 at 22:45
That worked fine with some of the sinks, but others just replied "Module load failed." A funny pattern is that all the cards that fail to load as sinks happen to be listed after the HDMI sink in "aplay -l". Do you know how I could play with the order of loading the modules? Or maybe it's put in that order because they fail to load. It's all very fishy. I'll paste the verbose error report as well. Thanks for the help – cyrusv Nov 30 '11 at 22:51
Look around in your system log for the module loading error, it's quite possible that you don't have the right permissions to the device. – tbalazs Nov 30 '11 at 22:55
Couldn't find anything outstanding in the logs. All the cards are identical, so I don't think that permissions would be an issue anyway. If i reconfigure the USB connections, other cards will work, but there doesn't seem to be any pattern. – cyrusv Dec 1 '11 at 0:37
Furthermore, if I specify an ALSA hw:X,Y that fails to load in Pulse, the audio plays out of the default alsa hw:0,0 instead of hw:X,Y. Could there be some confusion in finding the right directory for the soundcard? – cyrusv Dec 1 '11 at 0:39
show 1 more comment
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.