PJ, Thanks a lot for the 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

it works fine for me , however I had to replace Midisport with Midiman,
I guess this is because my Midisport is about 8 years old.

By the way , the modifications of the rules script as described by
Padlarren (that is adding -D $env{DEVNAME} ) did not load the firmware
for me, only the explicit call to fxload did that.

Thanks again
peter

-- 
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

Reply via email to