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
** 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
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
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
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
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
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
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
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
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
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
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
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
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
/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/://' )
>
> 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
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
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
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
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
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
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
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
** 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
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
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
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
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
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,
> 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
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
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
** 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
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
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
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
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
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
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
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
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
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
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
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
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
** 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
** 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
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
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
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
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.
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/
52 matches
Mail list logo