I recently had this issue on a raspberry pi where Pd can't connect to the alsa card when their listing doesn't start with 0
The issue is described here in a thread from 2016: https://lists.puredata.info/pipermail/pd-list/2016-12/117189.html
Should I open an issue for this problem on github?
max
I think that would be a good idea - I don't know if I can fix it for this release (would need to learn how to configure ALSA to make the problem come up) but it's best if everyone can see that the problem is there.
cheers Miller
On Sun, Aug 04, 2019 at 07:05:49PM +0200, Max wrote:
I think you may be able to simulate the issue by messing with the index value in the file: /lib/modprobe.d/aliases.conf
options snd-usb-audio index=0
try for example -3 or 3 and the issue should come up, possible after logging in again.
github issue created: https://github.com/pure-data/pure-data/issues/709
On 04.08.19 20:14, Miller Puckette wrote: