/lib no longer contains the firmware it seems to have migrated to /usr/share/usb
Currently this is the workaround script that works for me (as superuser). ------- #!/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 --------- -- 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 ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs