Package Details: midisport-firmware 1.2-4

Git Clone URL: https://aur.archlinux.org/midisport-firmware.git (read-only, click to copy)
Package Base: midisport-firmware
Description: Firmware for some (legacy) m-audio midi devices
Upstream URL: http://usb-midi-fw.sourceforge.net/
Licenses: GPL
Submitter: gnud
Maintainer: masutu
Last Packager: masutu
Votes: 15
Popularity: 0.000000
First Submitted: 2009-04-20 21:19 (UTC)
Last Updated: 2022-07-22 13:22 (UTC)

Latest Comments

1 2 Next › Last »

Goofy03 commented on 2023-09-21 08:10 (UTC)

The fxload dependency is marked as obsolete

masutu commented on 2022-07-22 13:25 (UTC) (edited on 2022-07-22 13:26 (UTC) by masutu)

@dack: thanks, PKGBUILD adapted

dack commented on 2022-07-13 20:04 (UTC)

A couple of issues with this PKGBUILD: - The patch path should use ${srcdir} instead of relative path - There should be a dependency on udev

arrhenius commented on 2015-10-17 00:07 (UTC)

I have a MIDIMAN 4x4 Anniversary Edition which lagged dreadfully (specially the midi inputs). In the upstream page somebody said that this firmware is not needed for the "2x2 Anniversary Edition". However, using the firmware for the standard 4x4 solved my lag problems. As is, the following line need to be added to /etc/udev/rules.d/42-midisport-firmware.rules ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="0763", ATTRS{idProduct}=="1060", RUN+="/usr/bin/fxload -s /usr/share/usb/maudio/MidiSportLoader.ihx -I /usr/share/usb/maudio/MidiSport4x4.ihx -D %N"

masutu commented on 2014-08-16 21:40 (UTC)

@jbrickman0000: sorry, overlooked your comments. how do you actually build your package? e.g. "...udevinfo is missing..." shouldn't appear, see line 19 in PKGBUILD, your udev rules seem to be the same as in this package, see midisport_udev_rules.patch

jbrickman0000 commented on 2014-06-07 05:01 (UTC)

The below worked once, and then not, unless withdrawn and reinserted after boot. Have tried several variations on the udev rule file. lsusb hangs the shell, and if run in a new shell, the device does not show up at all.

jbrickman0000 commented on 2014-06-07 03:38 (UTC)

The package does not build at this time, udevinfo is missing and also configure thinks that the current version of udev is too old. I did get my Midisport Uno to work thusly: 1. Copy *.ihx from http://usb-midi-fw.sourceforge.net/ to /usr/share/usb/maudio 2. Set up the code below as /usr/lib/udev/rules.d/99-midisport-firmware-rules # midisport-firmware.rules - udev rules for loading firmware into MidiSport devices # MidiSport 1x1 ACTION=="add", SUBSYSTEM=="usb*", ATTRS{idVendor}=="0763", ATTRS{idProduct}=="1010", RUN+="/sbin/fxload -s /usr/share/usb/maudio/MidiSportLoader.ihx -I /usr/share/usb/maudio/MidiSport1x1.ihx -D %N" # MidiSport 2x2 ACTION=="add", SUBSYSTEM=="usb*", ATTRS{idVendor}=="0763", ATTRS{idProduct}=="1001", RUN+="/sbin/fxload -s /usr/share/usb/maudio/MidiSportLoader.ihx -I /usr/share/usb/maudio/MidiSport2x2.ihx -D %N" # KeyStation ACTION=="add", SUBSYSTEM=="usb*", ATTRS{idVendor}=="0763", ATTRS{idProduct}=="1014", RUN+="/sbin/fxload -s /usr/share/usb/maudio/MidiSportLoader.ihx -I /usr/share/usb/maudio/MidiSportKS.ihx -D %N" # MidiSport 4x4 ACTION=="add", SUBSYSTEM=="usb*", ATTRS{idVendor}=="0763", ATTRS{idProduct}=="1020", RUN+="/sbin/fxload -s /usr/share/usb/maudio/MidiSportLoader.ihx -I /usr/share/usb/maudio/MidiSport4x4.ihx -D %N" # MidiSport 8x8 ACTION=="add", SUBSYSTEM=="usb*", ATTRS{idVendor}=="0763", ATTRS{idProduct}=="1031", ATTRS{bcdDevice}=="0110", RUN+="/sbin/fxload -s /usr/share/usb/maudio/MidiSportLoader.ihx -I /usr/share/usb/maudio/MidiSport8x8-2.10.ihx -D %N" ACTION=="add", SUBSYSTEM=="usb*", ATTRS{idVendor}=="0763", ATTRS{idProduct}=="1031", ATTRS{bcdDevice}=="0121", RUN+="/sbin/fxload -s /usr/share/usb/maudio/MidiSportLoader.ihx -I /usr/share/usb/maudio/MidiSport8x8-2.21.ihx -D %N" # vim: ft=conf

kubriel commented on 2014-01-09 18:17 (UTC)

looks like udev is not triggering this after plugging my keystation anymore.. i have no idea why. now i have to manually run like /usr/bin/fxload -s /usr/share/usb/maudio/MidiSportLoader.ihx -I /usr/share/usb/maudio/MidiSportKS.ihx -D /dev/bus/usb/004/014

rdoursenaud commented on 2013-12-28 19:20 (UTC)

midisport_udev_rules.patch path is wrong at line 20. Please use $srcdir instead of a relative path.

masutu commented on 2013-06-05 19:22 (UTC)

please rebuild, as fxload moved to /usr/bin