[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2010-11-19 Thread Jens Jensen
This is very old, but I think this is worth mentioning how I got my Oxygen8 (keystation) working. This is a time-consuming issue. I am on lucid lynx 10.04, and I too have the issue where udev is not autoloading the firmware, but manually loading via fxload works fine. adding -D $env{DEVNAME} did

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2009-08-18 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/karmic/midisport-firmware -- 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.ub

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-07-05 Thread Tito's
I have a midiman 1x1. lsusb: Bus 002 Device 009: ID 0763:1010 Midiman Midisport 1x1 midiman don't wake up How can trace udev ?? What about this in syslog ? Jul 5 17:38:54 TitosLaptop kernel: [ 3415.075481] usb 2-3.3: new full speed USB device using ehci_hcd and address 9 Jul 5 17:38:54 Tito

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-06-26 Thread carrasclin
With the latest firmware from the Hardy (8.04) repo it works OK without modifications on the scripts or any need in using the manual uploading script but the "/etc/fstab" configuration file needs to be fixed. To do this you can type on a terminal: echo "/dev/bus/usb//proc/bus/usbusbfs

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-05-25 Thread peter
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

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-04-28 Thread Xecuter88
Good news! I can now confirm that the Oxygen 8 v2 also works! What the solution is, I'm not sure of, but I'ts one of the following: - I installed Ubuntu 8.04, and maybe it works out-of-the-box here - Or, I followed the Ubuntu Studio Preparation guide and did following: "sudo su -c 'echo options

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-04-14 Thread Xecuter88
No there's no changes in Jack what so ever, so I'll have to go buy a MIDI-cable i guess. -- 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-bug

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-04-14 Thread carrasclin
I'am affraid it is so. But in the previous post I've sayed to look at the qjack control tab marked as MIDI, instead you should look also at the tab marked ALSA and see after clicking on 'refresh' button if it shows some MIDI device appart from 'Midi Through'. If the answer is yes probably it is

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-04-13 Thread Xecuter88
Okey! I actually got the Oxygen v2, probably should have mentioned it before... But I've tried what you mentioned, and it doesn't seem to work. So this means that I have to wait for new drivers to be written? -- Add support for MidiSport USB midi interfaces https://bugs.launchpad.net/bugs/27833

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-04-13 Thread carrasclin
The message "can't modify CPUCS: Broken pipe" means that the device you intend to load the firmware does not accept it because it is incompatible. I can reproduce it on my system: When I issue lsusb with a USB sound card connetcted I get the following: "[EMAIL PROTECTED]:~$ su Password: d4700:/hom

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-04-12 Thread Xecuter88
Thanks, but I'm still getting can't modify CPUCS: Broken pipe Tried restarting udev, as I read further up this page, but no difference? Something else i should do? -- Add support for MidiSport USB midi interfaces https://bugs.launchpad.net/bugs/27833 You received this bug notification because yo

Re: [Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-04-12 Thread PJ
Hi, /usr/share/usb/maudio/MidiSportKS.ihx PJ On Sat, 2008-04-12 at 05:39 +, Xecuter88 wrote: > I get > > fxload -I /usr/share/usb/maudio/MidiSport2x2.ihx -D /dev/bus/usb/001/002 > can't modify CPUCS: Broken pipe > > that last script. > > What MidiSport*x*.ihx sould i use for Oxygen8? lsu

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-04-11 Thread Xecuter88
I get fxload -I /usr/share/usb/maudio/MidiSport2x2.ihx -D /dev/bus/usb/001/002 can't modify CPUCS: Broken pipe that last script. What MidiSport*x*.ihx sould i use for Oxygen8? lsusb only says Midiman. Also, in the last update of the MidiSport firmware in the Ubuntu repo, the firmware is in fact

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-04-09 Thread jof
Thanks you PJ I try with 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 My peripheral is recognized in Qjackctl :-) I'am very happ

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-04-09 Thread PJ
/lib no longer contains the firmware it seems to have migrated to /usr/share/usb Currently this is the workaround script that works for me (as superuser). --- #!/bin/sh fw=/usr/share/usb/maudio/MidiSport2x2.ihx bd=$( lsusb | grep Midisport | cut -d ' ' -f 2,4 | sed -e 's/ /\//' -e 's/://' )

Re: [Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-04-09 Thread Al Buntu
> > I tried to load Midisport 2x2 with the script of this page > https://bugs.launchpad.net/ubuntu/+source/midisport-firmware/+bug/88923/comments/19 > This does not solve the bug and i have this error in terminal > > fxload -I /lib/firmware/maudio/MidiSport2×2.ihx -D /dev/bus/usb/002/005 > /lib/f

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-04-08 Thread jof
I try with the new package 1.2+dsfg1-0ubuntu4 and i have always problem in Qjackctl. I type in a terminal lsusb and my peripheral is recognized. Bus 002 Device 005: ID 0763:1001 Midiman Midisport 2x2. I tried to load Midisport 2x2 with the script of this page https://bugs.launchpad.net/ubuntu/+s

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-04-07 Thread Forest Bond
Issues mentioned here should be resolved by #213498. -- 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.ubu

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-04-06 Thread carrasclin
It seem that the way as the udev rules are managed in Ubuntu have been chaged, interestengly making it more compatible with the original Midisport firmware package and with Debian itself. And thats the reason of the latest problems. The fix consists of two steps. First of all the usbfs must be pro

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-04-05 Thread carrasclin
The problem seems due to that the usbfs is not mounted on /proc/bus/usb/ but only on /dev/bus/usb. So the udev scripts that use the /proc/bus/usb to upload the firmwares to the attached devices fail to do so since it do not found the respective nodes. I have found a workaround that I've posted on

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-04-05 Thread jof
I have problem too with midisport2x2 and oxygen8. I install midisport-firmware and fxload with synaptic, restart my computer, plug my keyboard and midisport2x2. None of my peripherals is recognized :( in Qjackctl My config is : Ubuntu I386 Hardy beta with kernel 2.6.24-15 generic and rt -- A

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2008-03-25 Thread PJ
udev does not load my oxygen8 or midisport2x2 Using hardy-alpha6 It has the $env{DEVNAME} in the rule file I can fire up my midi by using fxload explicitly. This is what I get when I plug in my midisport2x2 [EMAIL PROTECTED]:/etc/udev/rules.d# /etc/init.d/udev stop && udevd --verbose * Stoppi

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-11-12 Thread Luke Yelavich
midisport-firmware (1.2+dsfg1-0ubuntu2) hardy; urgency=low [ Forest Bond ] * Added $env{DEVNAME} to fxload calls in udev rules file. - LP: #27833 * Got rid of debian/bzr_release; this was some maintainer book-keeping that really is no longer relevant. [ Luke Yelavich ] * Update

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-11-12 Thread Luke Yelavich
** Changed in: midisport-firmware (Ubuntu) Assignee: Forest Bond (forest-alittletooquiet) => Luke Yelavich (themuso) Status: Incomplete => In Progress -- Add support for MidiSport USB midi interfaces https://bugs.launchpad.net/bugs/27833 You received this bug notification because you

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-11-07 Thread Forest Bond
bind9-host is used to test internet connectivity before the download. In hindsight, this isn't really necessary, and internet connectivity might go away after the check, anyway. It doesn't really do any harm, though, and most machines have bind9-host installed, anyway. -- Add support for MidiSpo

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-11-07 Thread Forest Bond
You're knee deep in clues. It downloads firmware during the install process. The firmware files are not licensed for distribution except as part of the archive on sourceforge. -Forest -- Add support for MidiSport USB midi interfaces https://bugs.launchpad.net/bugs/27833 You received this bug n

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-11-07 Thread Luke Yelavich
Could you please explain why this package pre-depends on bind9host? It also appears that this package has nothing in it other than documentation, and udev rules... ** Changed in: midisport-firmware (Ubuntu) Status: Confirmed => Incomplete -- Add support for MidiSport USB midi interfaces h

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-10-24 Thread Forest Bond
To be clear, silicium, you could've gotten your Midisport working by simply changing the udev rules file, as Paddlaren himself described a few posts after he posted his tarball. -Forest -- Add support for MidiSport USB midi interfaces https://bugs.launchpad.net/bugs/27833 You received this bug n

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-10-24 Thread silicium
Hi Thanks to Paddlaren's package with potential solution to the problem, I was able to start my Midisport 2x2 after moving firmware installed by usb-fw-midi from /usr/local/share/* to /lib/firmware/maudio, and edit procpath expression in /sbin/load_midisport: /proc/bus/usb is empty on my system,

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-10-23 Thread Forest Bond
> I see in your attached debdiff something like... > > # MidiSport 2x2 > -ACTION=="add", SUBSYSTEM=="usb_device", ATTRS{idVendor}=="0763", > ATTRS{idProduct}=="1001", RUN+="@fxload@ -s @firmwaredir@/MidiSportLoader.ihx > -I @firmwaredir@/MidiSport2x2.ihx" > +ACTION=="add", SUBSYSTEM=="usb_device

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-10-23 Thread carrasclin
To Forest Bond. I see in your attached debdiff something like... # MidiSport 2x2 -ACTION=="add", SUBSYSTEM=="usb_device", ATTRS{idVendor}=="0763", ATTRS{idProduct}=="1001", RUN+="@fxload@ -s @firmwaredir@/MidiSportLoader.ihx -I @firmwaredir@/MidiSport2x2.ihx" +ACTION=="add", SUBSYSTEM=="usb_d

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-10-21 Thread Forest Bond
I see further confirmation of this fix in #88923 (marked as duplicate of this bug now). Debdiff with fix attached. ** Attachment added: "debdiff with fix" http://launchpadlibrarian.net/10108517/midisport-firmware-1.2%2Bdsfg1-0ubuntu2.debdiff -- Add support for MidiSport USB midi interfaces

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-10-21 Thread Scott James Remnant
** Changed in: midisport-firmware (Ubuntu) Sourcepackagename: udev => midisport-firmware -- 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-bug

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-10-20 Thread Forest Bond
Ok, sorry for the delay. I'm not getting a response from The People That Would Know. It's a busy time for them. I see two confirmations that Paddlaren's changes fix this issue: * Paddlaren * Juan Carlos Inostroza Add one or two more to that list and I'm convinced; I'll see if I can upload the

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-10-15 Thread mimp
Same problem in gutsy just so as you know. Not tried the solution yet but don't have the mentioned directory or file so not hugely optimistic, maybe I'm missing some package or other? -- Add support for MidiSport USB midi interfaces https://bugs.launchpad.net/bugs/27833 You received this bug noti

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-09-05 Thread Juan Carlos Inostroza
I can confirm the fix by Paddlaren solves the problem. -- 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.u

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-08-21 Thread spart
Hi... I experienced the same problem with a midisport 2x2 on a fresh kubuntu Feisty. The proposed fix by Paddlaren (https://bugs.launchpad.net/ubuntu/+source/udev/+bug/27833/comments/12) works fine for me. BTW, this bug still has WHISHLIST status. That doesn't seem accurate? -- Add support for

Re: [Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-08-03 Thread Forest Bond
On Fri, Aug 03, 2007 at 02:32:54PM -, Paddlaren wrote: > 2007/8/3, Forest Bond <[EMAIL PROTECTED]>: > I modified the script above to print $DEVICE and $DEVNAME into a log file > and $DEVICE is not set or contains no information. > It seems that one difference is that my fix uses $DEVNAME instea

Re: [Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-08-03 Thread Paddlaren
Hi! 2007/8/3, Forest Bond <[EMAIL PROTECTED]>: > > Hi, > > On Fri, Aug 03, 2007 at 05:20:31AM -, Paddlaren wrote: > > It is a mysterium for me why this suddenly araise and why only some of > us > > seems to need it. But it is very obvius that the fxload needs a -D > argument > > with the devic

Re: [Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-08-03 Thread Forest Bond
Hi, On Fri, Aug 03, 2007 at 05:20:31AM -, Paddlaren wrote: > It is a mysterium for me why this suddenly araise and why only some of us > seems to need it. But it is very obvius that the fxload needs a -D argument > with the devicepath so I am rather more impressed that it work without this > f

Re: [Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-08-02 Thread Paddlaren
It is a mysterium for me why this suddenly araise and why only some of us seems to need it. But it is very obvius that the fxload needs a -D argument with the devicepath so I am rather more impressed that it work without this fix. I will certain test the package if you give me a hint of where to f

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-08-02 Thread Forest Bond
Aha! This wasn't necessary on my system. I'm not clear as to what makes this necessary; any ideas? Unfortunately, I no longer have my MidiSport, as it was loaned to a friend. I can apply your changes to the package, and, if you can test them, I'll see if I can get the package uploaded for Gutsy

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-08-02 Thread Paddlaren
And as always one find a simplier solution when one is done :) Install the midisport-firmware-package Change the following in the /etc/udev/roles.d/85-midisport-firmware.rules: Within the brackets on each rule, add -D $env{DEVNAME} within the brackets. Example for the Midisport 2x2 rule: # MidiS

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-08-02 Thread Paddlaren
By the way My fix assumes that the package: midisport-firmware is installed on the system. -- 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. -- ubun

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-08-02 Thread Paddlaren
Hi! The problem is that the fxload needs a device as arguemnt (-D /proc/bus/usb/XXX/YYY). I have made a wrapper-script and a new udev-rules-file to be used. They works fine on my system but I'd like to have other test them as well. The script have GLP 3 licence and feel free to include them in t

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-04-10 Thread Forest Bond
** Changed in: udev (Ubuntu) Assignee: (unassigned) => Forest Bond -- 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 ub

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2007-04-10 Thread Scott James Remnant
** Changed in: udev (Ubuntu) Assignee: Scott James Remnant => (unassigned) -- 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

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2006-11-11 Thread LevTermen
Thank you for your time. Actually this package doesn't seem to help more than compiling and installing the source code. I added the following in /etc/fstab as adviced on /usr/share/doc/midisport-firmware/README.Debian: usbfs /dev/bus/usb usbfs defaults 0 0 I did, in disorder to meet all possibil

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2006-11-10 Thread Forest Bond
Correction: the instructions in /usr/share/doc/midisport- firmware/README.Debian are, in fact, correct. Restarting udev shouldn't be necessary. -Forest -- Add support for MidiSport USB midi interfaces https://launchpad.net/bugs/27833 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com ht

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2006-11-10 Thread Forest Bond
This didn't make it in time for edgy; look for it in feisty. Temporarily, a package for edgy can be downloaded from here: http://apt.alittletooquiet.net/fab/pool/main/m/midisport-firmware /midisport-firmware_1.2-0ubuntu2_all.deb Ignore the text in /usr/share/doc/midisport-firmware/README.Debian r

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2006-11-10 Thread LevTermen
Just a little update to add that it still doesn't work on Edgy for the two of us from here: http://ubuntuforums.org/showthread.php?p=1741339 -- Add support for MidiSport USB midi interfaces https://launchpad.net/bugs/27833 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.

[Bug 27833] Re: Add support for MidiSport USB midi interfaces

2006-09-06 Thread Forest Bond
I have already uploaded a midisport-firmware package to revu. Please see http://revu.tauware.de . This will probably be in edgy. -- Add support for MidiSport USB midi interfaces https://launchpad.net/bugs/27833 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/