barmin wrote:
>> As a workaround, load the snd-seq-dummy module with at least two ports
>> (add "options snd-seq-dummy ports=2" to some .conf file in
>> /etc/modprobe.d/), and write a script that identifies the devices and
>> connects the correct ones to 14:0 and 14:1.
>
> I'm not sure at all how to do this. I know how to distinguish the cards
> from Udev, but I don't know how to find the corresponding midi ports
The card that happens to be registered first with ALSA gets the name
SSCOM, the second one SSCOM_1. So if they are in the correct order,
run:
aconnect SSCOM:0 14:0
aconnect SSCOM_1:0 14:1
otherwise:
aconnect SSCOM:0 14:1
aconnect SSCOM_1:0 14:0
Regards,
Clemens
------------------------------------------------------------------------------
_______________________________________________
Alsa-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alsa-user