I had to do this to get mine working again: sudo gedit /etc/udev/rules.d/42-midisport-firmware.rules
then change this line: # MidiSport 2x2 ACTION=="add", SUBSYSTEM=="usb", DEVPATH=="/*.0", ENV{PRODUCT}=="763/1001/*", RUN+="/sbin/fxload -s /usr/share/usb/maudio/MidiSportLoader.ihx -I /usr/share/usb/maudio/MidiSport2x2.ihx" into # MidiSport 2x2 ACTION=="add", SUBSYSTEM=="usb", DEVPATH=="/*.*", ENV{PRODUCT}=="763/1001/*", RUN+="/sbin/fxload -s /usr/share/usb/maudio/MidiSportLoader.ihx -I /usr/share/usb/maudio/MidiSport2x2.ihx -D %N" so I had to change the DEVPATH=="/*.0" to "/*.*" and also add the -D %N part. now it works. Hope it helps .. -- no firmware upload because of broken udev-rule https://bugs.launchpad.net/bugs/193891 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs