Comment 39 for bug 27833

Revision history for this message
jof (general-midi) wrote :

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