-
Patches:
--- madfuload-1.2/configure.ac.orig 2009-10-23 08:50:56.000000000 +0200
+++ madfuload-1.2/configure.ac 2009-10-23 08:51:14.000000000 +0200
@@ -7,7 +7,7 @@
AC_PROG_CC
AC_MSG_CHECKING([for udev version])
-udev_ver=`udevinfo -V | awk '{ print $3 }'`
+udev_ver=`udevadm info -V`
if test -n "$udev_ver"; then
AC_MSG_RESULT([$udev_ver])
else
--- madfuload-1.2/configure.orig.
2009-10-23 09:05:15 UTC by arnebab
-
There is a new version of firmware available for the M-Audio Transit - ma006101.bin.
2009-08-22 08:02:25 UTC by aldursys
-
wont patch. complains about unexpected end of line 3.
2009-06-24 01:31:44 UTC by nobody
-
since udevinfo is replaced by udevadm the configure script fails,
here is my diff-file:
1740c1740
< udev_ver=`udevinfo -V | awk '{ print $3 }'`
---
> udev_ver=`udevadm info -V`
copy the 4 lines above and save the file as configure.diff
simply applie the patch by:
$ patch configure configure.diff
if it still fails try to run configure as root.
2009-04-21 18:47:00 UTC by nobody
-
OK, it works again now after reinstalling the original source package against the debian one which I had compiled before for my previous test. This bug is weird because the diff file of the debian package doesn't apply anything in the original code but some debconfs only... This could be due to some file access concurrencies between some binaries or udev's conf strings...
Anyway, I will...
2009-02-03 13:28:29 UTC by yomguy
-
Hi all !
I use an M-Audio Transit at home which was working pretty good for some weeks. However, the playback hangs now... Although the device seems well detected and the firmware loaded, there is no sound playing back anymore.
Some consequences of this new bug :
- amarok gets the device and seems to play, but I get nothing on the output,
- qjackctl detects the card, starts jackd but...
2009-01-30 08:37:20 UTC by yomguy
-
hi clemens. the udev package on my arch linux doesn't have udevinfo so the configure fails. changeing line 1740 from udevinfo -V to udevd -V still fails. i'm no programmer ! i'll email you this as well.
best,
geoff beasley.
geoff@laughingboyrecords.com.
2009-01-19 22:07:38 UTC by nobody
-
Hi,
I just got an m-audio midisport 2x2 `anniversary edition', which worked right out of the box without installing new firmware.
Might be a good idea to mention that at the homepage.
2008-11-22 17:57:55 UTC by raboofje
-
File Added: 42-midisport-firmware.rules.
2008-10-17 20:15:28 UTC by alfille
-
# 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", ATTRS{idVendor}=="0763", ATTRS{idProduct}=="1001", RUN+="/sbin/fxload -s /usr/local/share/usb/maudio/MidiSportLoader.ihx -I...
2008-10-17 20:12:20 UTC by alfille