[Bug 193891] Re: no firmware upload because of broken udev-rule

FreqRush peter.geirnaert at gmail.com
Thu Dec 18 18:27:23 UTC 2008


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 at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list