You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
(13) |
Oct
(3) |
Nov
(9) |
Dec
(4) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(2) |
Feb
(4) |
Mar
|
Apr
(3) |
May
(6) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
(6) |
Dec
(12) |
| 2005 |
Jan
(1) |
Feb
(12) |
Mar
(6) |
Apr
(14) |
May
(2) |
Jun
(4) |
Jul
(4) |
Aug
(4) |
Sep
(9) |
Oct
|
Nov
(1) |
Dec
|
| 2006 |
Jan
|
Feb
(3) |
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
(2) |
Aug
(11) |
Sep
(5) |
Oct
(10) |
Nov
(10) |
Dec
(9) |
| 2007 |
Jan
(22) |
Feb
(20) |
Mar
(16) |
Apr
(32) |
May
(29) |
Jun
(5) |
Jul
(9) |
Aug
(24) |
Sep
(16) |
Oct
(8) |
Nov
(7) |
Dec
(3) |
| 2008 |
Jan
(5) |
Feb
(5) |
Mar
(28) |
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
| 2024 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
|
From: Guy R. <guy...@gm...> - 2024-09-27 16:24:54
|
Hi,
<Not sure how active this group still is, but giving it a try anyhow>
I was trying to get my Midisport 4x4 up and running on Ubuntu 22.04.5 LTS
But ran (and still running) into some issues, allow me to give an overview:
- downloaded/extracted 'midisport-firmware-1.2.tar.gz'
- ran 'configure'
problem1: 'checking for udev version... ./configure: line 1740: udevinfo:
command not found'
=> created softlink (in '/usr/bin') from 'udevinfo' to 'udevadm' (seems to
be the replacement)
problem2: 'configure: error: udev version 057 or later is required'
=> got around by replacing (in 'configure') 'udev_ver=`udevinfo -V | awk '{
print $3 }'`' by 'udev_ver=`udevinfo -V'
(since 'udevadm -V' simply returning '249')
- running 'make' and 'sudo make install'
=> seems to be running fine,
=> copying multiple 'MidiSport*.ihx' files in
'/usr/local/share/usb/maudio'
=> creating '/etc/udev/rules.d/42-midisport-firmware.rules '
after reboot, my Midisport is not showing up though, syslog revealing:
'...systemd-udevd[289]: 3-1:1.0: Process '/usr/sbin/fxload -s
/usr/local/share/usb/maudio/MidiSportLoader.ihx -I
/usr/local/share/usb/maudio/MidiSport4x4.ihx' failed with exit code 255.'
when trying to run that manually I get:
'no device specified!
usage: /usr/sbin/fxload [-vV] [-l] [-t type] [-D devpath]
[-I firmware_hexfile] [-s loader] [-c config_byte]
[-L link] [-m mode]
... [-D devpath] overrides DEVNAME= and DEVICE= in env
... device types: one of an21, fx, fx2, fx2lp
... at least one of -I, -L, -m is required'
anyone an idea if:
1/ what I did so far to circumvent issues is fine
2/ how to get passed this fxload issue ? I guess the api/cmdline options
have changed but so far no luck to circumvent this..
KR,
Guy
|
|
From: Clemens L. <cl...@la...> - 2014-10-13 14:16:10
|
John Montgomery wrote: > I am trying to learn midi programming under Ubuntu 14.04. > Is there some way to get /dev/midi? /dev/midi is the long-obsolete OSS interface. While the Kernel still supports it, Ubuntu has not enabled it. Have a look in /dev/snd/, but you are supposed to use the RawMidi or MIDI Sequencer APIs (which are mostly undocumented). Regards, Clemens |
|
From: John M. <jm...@gm...> - 2014-10-13 12:49:01
|
Hello. I am trying to learn midi programming under Ubuntu 14.04 - and a beginner at both. I keep running into what is likely an elementary problem which I don't know how to solve when running examples: The majority of example programs address /dev/midi/, and whilst I have got the midisport-firmware installed, there is no /dev/midi/ so I can't run the examples successfully. Is there some way to get /dev/midi? (Probably /dev/midi0 and /dev/midi1 ?) My unit is a USB MidiSport 2x2, and I can list the following. mount |grep udev gives udev on /dev type devtmpfs (rw,mode=0755) ----- dmesg |grep usb [ 1244.760207] usb 7-1: new full-speed USB device number 3 using uhci_hcd [ 1245.275303] usb 7-1: New USB device found, idVendor=0763, idProduct=1002 [ 1245.275313] usb 7-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 1245.348435] usbcore: registered new interface driver snd-usb-audio ----- ls /usr/share/usb/maudio MidiSport1x1.ihx MidiSport4x4.ihx MidiSport8x8-2.21.ihx MidiSportLoader.ihx MidiSport2x2.ihx MidiSport8x8-2.10.ihx MidiSportKS.ihx ----- lsusb Bus 007 Device 007: ID 0763:1002 Midiman MidiSport 2x2 Thanks. :-) John Montgomery Banchory, Scotland. |
|
From: Oliver S. <ol...@qu...> - 2014-01-15 08:51:03
|
Hi, I just pulled my Midiman Oxygen 8 off of the shelf, and I would like to use it with my Fedora 19 system. Thanks for having a project to load the firmware into the Midiman Oxygen! The project has been dormant for a while now, and there seem to be a few changes to Linux distros since the last revision. I had to change the configure.ac file to use udevadm instead of udevinfo and the corresponding awk command from $3 to $1, but it seemed to run well. Except after installing it, KMidimon doesn't show any input to the system. Any tips on helping me get started figuring out what changed between 2006 and 2013? Many thanks, Oliver -- Oliver Sampson ol...@qu... http://www.oliversampson.com |
|
From: Clemens L. <cl...@la...> - 2013-04-28 05:14:02
|
Jimmy Grimberg wrote:
123456789012345678901234567890123456789012345678901234567890123456789012
> I try to use the madfuload_amd64 package on Ubuntu studio 13.04
> (64-bit), it installs correctly and i've edited the
> /lib/udev/42-madfuload.rules according to what seems to have worked
> for others, but no luck.
>
> /lib/udev/rules.d/42-madfuload.rules:
> ACTION=="add", SUBSYSTEM=="usb", SYSFS{idVendor}=="0763", SYSFS{idProduct}=="2808", RUN+="/usr/sbin/madfuload -l -3 -f/usr/share/usb/maudio/ma008100.bin -D $env{DEVNAME}"
>
> dmesg gives me the following, after restarting udev)
> [ 182.032362] usb 2-4: USB disconnect, device number 3
> [ 183.685060] usb 2-4: new full-speed USB device number 4 using ohci_hcd
> [ 183.873253] usb 2-4: New USB device found, idVendor=0763, idProduct=2808
> [ 183.873259] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> [ 183.873261] usb 2-4: Product: Unknown
> [ 183.873263] usb 2-4: Manufacturer: Unknown
That's what the kernel outputs. You don't get any messages for when
udev decides not to do anything.
Try the following rule to check whether the rules file gets executed at all:
ACTION=="add", SUBSYSTEM=="usb", RUN+="/usr/bin/logger new device: $attr{idVendor} $attr{idProduct}"
Try the following rule to check whether the madfuload rule should get run:
ACTION=="add", SUBSYSTEM=="usb", SYSFS{idVendor}=="0763", SYSFS{idProduct}=="2808", RUN+="/usr/bin/logger running madfuload on $env{DEVNAME}"
Is $env{DEVNAME} actually set? If not, try replacing it with $tempnode.
Regards,
Clemens
|
|
From: Jimmy G. <jim...@gm...> - 2013-04-27 21:57:23
|
Hi,
I try to use the madfuload_amd64 package on Ubuntu studio 13.04 (64-bit), it installs correctly and i've edited the /lib/udev/42-madfuload.rules according to what seems to have worked for others, but no luck.
/lib/udev/rules.d/42-madfuload.rules:
ACTION=="add", SUBSYSTEM=="usb", SYSFS{idVendor}=="0763", SYSFS{idProduct}=="2808", RUN+="/usr/sbin/madfuload -l -3 -f/usr/share/usb/maudio/ma008100.bin -D $env{DEVNAME}"
(Also tried /usr/local/... which doesn't work either. But the file locations entered above are correct)
dmesg gives me the following, after restarting udev)
[ 182.032362] usb 2-4: USB disconnect, device number 3
[ 183.685060] usb 2-4: new full-speed USB device number 4 using ohci_hcd
[ 183.873253] usb 2-4: New USB device found, idVendor=0763, idProduct=2808
[ 183.873259] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 183.873261] usb 2-4: Product: Unknown
[ 183.873263] usb 2-4: Manufacturer: Unknown
What am I doing wrong? "Nothing" happens. For what I can see, madfuload exists and is executable, so is the ma008100.bin file.
Regards,
Jimmy |
|
From: <Ot...@gm...> - 2012-08-12 17:07:08
|
Hallo Clemens,
ich muss vorausschicken, dass ich seit ein paar Tagen zu den Ubuntu 12.04 - Usern "aufgestiegen " bin.... soll heißen, ich bin völlig unbeleckt... Daher meine Frage mit den Bitte um Deine Hilfe:
Ich habe also ein midisport 1x1 (aus der Windows-Zeit) den ich nun im Ubuntu nutzen möchte. Ich habe das "midisort-firmware-1.2" vom 05.03.2006 in die Archivverwaltung heruntergeladen.
Tja und dann bin ich mit meinem Latein am Ende.
Könntest Du mir vielleicht für Anfänger etwas genauer beschreiben, was ich nun tun muss, um den Treiber an USB zu installieren. das
run ./configure ....usw. aus der read.me war leider nicht hilfreich. Irgendwie müsste ich doch da eine Kommandozeile haben.... ?
Keine Ahnung... bitte gib mit mal paar Tipps....
Vielen Dank und noch einen schönen Sonntag
Lutz
|
|
From: Clemens L. <cl...@la...> - 2011-07-06 15:55:43
|
Andreas Hehn wrote: > I have a problem with my Midisport 8x8/s. > When I use rosegarden with jack (or any other sequencer software) and > try to sync external Midi Devices using the Midi Clock I get a very > unstable sync. Does the Midisport have its own software where you can congfigure MIDI clock or syncing? If yes, this would be some vendor-specific firmware extension. It might be possible to find out how to configure the device if you can monitor the MIDI commands send by the Windows driver, or by running the Windows driver in a virtual machine and using Linux's usbmon. Regards, Clemens |
|
From: Andreas H. <he...@no...> - 2011-07-05 21:01:40
|
Hi everybody, is this mailing list still active? I have a problem with my Midisport 8x8/s. When I use rosegarden with jack (or any other sequencer software) and try to sync external Midi Devices using the Midi Clock I get a very unstable sync. For example, if I try to sync a delay effect I hear glitches every few seconds due to resyncs and the display of my effect unit reports bpm values varying from 124 to 139 (for a fixed bpm setting of 130 in rosegarden). When I use the same devices on Windows I get a very stable clock signal and everything works fine. Is this a common problem of the Linux kernel, the alsa usb module or the firmware? Any ideas how to analyze the problem or - even better - how to fix it? If it's of any help: I run a regular Ubuntu-Linux natty x86_64 (kernel 2.6.38-8-generic) and use the firmware package from the ubuntu package sources on a Core i5. Cheers, Andreas |
|
From: Jean-Yves P. <jy...@gm...> - 2010-06-29 22:00:58
|
Hi
I've updgraded my Ubuntu to Lucid Lynx 10.04 and I'm trying to run my
M-Audio USB MobilePre soundcard using Madfuload 1.2.
Here's the output when I try to manually load the firmware.
therockers@houseRockin:~$ madfuload -v -3 -f
/usr/share/usb/maudio/ma004103.bin -D /dev/bus/usb/008/006
/usr/share/usb/maudio/ma004103.bin: 6010 bytes read successfully
reading device descriptor ...
interface descriptor 0:0
DFU interface is 0
DFU descriptor found
transfer size is 64
waiting 32 ms
cannot reset device: (19) No such device
The USB sound card has now switched from bus 008 - device 006 to bus 008
device 007.
My dmesg log doesn't show any recognition of the card by ALSA ; I remember
it prompted something about the snd_module loading.
In the source code I see that there is a comment just above the printing of
"cannot reset device: (19) No such device" which says :
if (usb_reset() == -1)
/* might fail because the device has already reset itself ... */
warning("cannot reset device: (%d) %s", errno, strerror(errno));
Is this normal ? I'm surprised once the firmware's loaded there is a change
in bus/device configuration...
Thanks a lot
jy
|
|
From: Daniel G. <dan...@gm...> - 2009-10-21 16:34:07
|
I have a problem with an fxload command: tux ~ # fxload -I /usr/local/share/usb/maudio/MidiSport4x4.ihx -D /proc/bus/usb/003/002 not an ihex record: unable to download /usr/local/share/usb/maudio/MidiSport4x4.ihx tux ~ # lsusb Bus 005 Device 001: ID 1d6b:0001 Bus 001 Device 001: ID 1d6b:0002 Bus 002 Device 001: ID 1d6b:0001 Bus 003 Device 002: ID 0763:1020 Midiman Midisport 4x4 Bus 003 Device 001: ID 1d6b:0001 Bus 004 Device 001: ID 1d6b:0001 CONFIG_SND_USB_AUDIO is set to "y" in my kernel config. I got the ihx file from http://usb-midi-fw.sourceforge.net/ BTW: there is no error if I use the 2x2 file instead of the 4x4 file, so there seems to be a problem with the 4x4 file. |
|
From: Klaus S. <kls...@go...> - 2009-06-05 09:20:17
|
Hi there.
I'd apprectate if you could update the madfu-firmware madufload package:
It won't work unless you update the UDEV rules in 42-madfuload.rules.in for
M-Audio Transit must be:
ACTION=="add", SUBSYSTEM=="usb", ENV{PRODUCT}=="763/2806/*",
RUN+="/usr/sbin/madfuload -l -3 -f /usr/share/usb/maudio/ma006100.bin -D
$env{DEVNAME}"
OPTION: change path to /usr/local/... depending how you compile the source
Tested under Debian/Ubuntu up to Jaunty.
M-Audio also released a new firmware: ma006101.bin I recommend to
introduce the firmware to the package. I can make it available.
Let me know if I can be of further support.
Cheers
\Klaus
|
|
From: Jean-Yves P. <jy...@gm...> - 2008-06-08 08:16:41
|
Hi again, I finally installed madfuload. I just installed the build-essentials package and then it worked !! Thanks a lot ! Jean-Yves 2008/6/7 Jean-Yves Poilleux <jy...@gm...>: > Hi > > I'm willing to install madfuload 1.2 on Ubuntu (kernel 2.6.24-18-generic) > for I have a M-Audio MobilePre USB card bought in 2003 (the grey and blue > one). > I've run ./configure as it is said in the readme file but is fails to run > completely. I've tried to give it a look but I've been using Ubuntu for only > a month, so I'm a bit lost here ! :-) > > Could you please give me a help ? > > Here's the error message : > #### > therockers@LaPoule:~/madfuload-1.2$ ./configure > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... no > checking for mawk... mawk > checking whether make sets $(MAKE)... yes > checking for gcc... gcc > checking for C compiler default output file name... configure: error: C > compiler cannot create executables > See `config.log' for more details. > #### > I'm add the config.log file to this e-mail. > > Thanks a lot for your help ! > Jean-Yves, from Paris, France > |
|
From: Araldo b. <Ara...@20...> - 2008-03-25 16:57:05
|
Raise temperatures in the bedroom with your massive hot rod. http://www.Loresintes.com/ Want her to want you? |
|
From: Alfreda L. <rek...@AL...> - 2008-03-24 11:24:33
|
Want to get larger and larger and longer and longer? Click here http://www.Crovinci.com/ Don't wait to climax |
|
From: Tomer R. <thg...@aa...> - 2008-03-11 09:30:45
|
Don't be second best, hang huge and large |
|
From: Sanford K. <ipm...@KT...> - 2008-03-10 13:05:11
|
Gain an average of 3-5 inches on your pecker simply by clicking here |
|
From: Deannalyn L. <Dea...@ac...> - 2008-03-08 16:13:39
|
Change the tiny member in your pants to a huge monster python |
|
From: Randal M. <t-f...@EC...> - 2008-03-07 12:54:33
|
Leave the small peckers for the losers, get your new huge pecker here |
|
From: Paulina J. <ost...@af...> - 2008-03-04 14:52:52
|
Just because she doesn't say it, doesn't mean your small wang doesn't bother her |
|
From: Cleveland C. <see...@VO...> - 2008-03-03 17:42:14
|
The only supplement for men that GUARANTEES that you will increase girth and length within as short as 2 weeks |
|
From: dimitri t. <fe...@KE...> - 2008-03-02 12:52:59
|
Discover the secret to enhancing and lengthening your size even when flaccid |
|
From: Yasin M. <Yas...@OA...> - 2008-03-01 21:11:12
|
Let's get freeky tonight in the sack baby. |
|
From: April F. <tna...@ab...> - 2008-03-01 11:59:10
|
Let's get freeky tonight in the sack baby. |
|
From: wynne d. <tii...@CO...> - 2008-02-28 22:57:29
|
WHy settle for 6 inches when you can be a massive 10 inches? |