Hello Tim,

at first - thank you for trying to help me!

I deinstalled the old firmware-driver and installed the driver attached 
on this mail. the installation creates a rule-file which I attached to 
this mail, too.
When I plug in the midisport in, then it is recoginzed and is working. 
But it won't be recognized on the next boot when it was already plugged in.

If I use your file, my midisport's LEDs are blinking all the time and my 
USB-mouse and -keyboard aren't working anymore.
Can you tell me what's wrong?

Thank you in advance.

Tim Schofield schrieb:
> It appears that your firmware and fxload are working OK then.  So the reason 
> it is not working on boot is probably udev related
> I have attached my modified version of 
> /etc/udev/rules.d/35-midisport-firmware.rules for you to try.  Don't forget 
> to change permissions and ownership to the same as your other rules
>
> if you still have a problem attach your  original midisport-
> firmware.rules file from the /etc/udev/rules.d/ directory and I will
> test it on my machine to see if it works with my Midisport2x2 hardware.
>
>
>
> Tim
>
> ** Attachment added: "Modified midisport-firmware udev rules"
>    http://librarian.launchpad.net/7178849/35-midisport-firmware.rules
>
>   


# midisport-firmware.rules - udev rules for loading firmware into
MidiSport devices

# DEVPATH=="/*.0" selects interface 0 only
# (some udev versions don't work with SYSFS{bInterfaceNumber})

# 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"
# MidiSport 1x1
ACTION=="add", SUBSYSTEM=="usb", DEVPATH=="/*.0", ENV{PRODUCT}=="763/1010/*", 
RUN+="/sbin/fxload -s /usr/share/usb/maudio/MidiSportLoader.ihx -I 
/usr/share/usb/maudio/MidiSport1x1.ihx"
# KeyStation
ACTION=="add", SUBSYSTEM=="usb", DEVPATH=="/*.0", ENV{PRODUCT}=="763/1014/*", 
RUN+="/sbin/fxload -s /usr/share/usb/maudio/MidiSportLoader.ihx -I 
/usr/share/usb/maudio/MidiSportKS.ihx"
# MidiSport 4x4
ACTION=="add", SUBSYSTEM=="usb", DEVPATH=="/*.0", ENV{PRODUCT}=="763/1020/*", 
RUN+="/sbin/fxload -s /usr/share/usb/maudio/MidiSportLoader.ihx -I 
/usr/share/usb/maudio/MidiSport4x4.ihx"
# MidiSport 8x8
ACTION=="add", SUBSYSTEM=="usb", DEVPATH=="/*.0", ENV{PRODUCT}=="763/1031/110", 
RUN+="/sbin/fxload -s /usr/share/usb/maudio/MidiSportLoader.ihx -I 
/usr/share/usb/maudio/MidiSport8x8-2.10.ihx"
ACTION=="add", SUBSYSTEM=="usb", DEVPATH=="/*.0", ENV{PRODUCT}=="763/1031/121", 
RUN+="/sbin/fxload -s /usr/share/usb/maudio/MidiSportLoader.ihx -I 
/usr/share/usb/maudio/MidiSport8x8-2.21.ihx"

# vim: ft=conf

-- 
Package 'midisport-firmware': firmware is not loaded automatically
https://bugs.launchpad.net/bugs/88923
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to