Thanks you PJ I try with script
#!/bin/sh fw=/usr/share/usb/maudio/MidiSport2x2.ihx bd=$( lsusb | grep Midisport | cut -d ' ' -f 2,4 | sed -e 's/ /\//' -e 's/://' ) dev=/dev/bus/usb/$bd echo fxload -I $fw -D $dev fxload -I $fw -D $dev My peripheral is recognized in Qjackctl :-) I'am very happy -- Add support for MidiSport USB midi interfaces https://bugs.launchpad.net/bugs/27833 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
