Problem with midi keyboard via USB #102
Replies: 2 comments 25 replies
-
Hi there - thanks for the info! Could you try The HDMI build you tried was likely quite old and there have been some changes to USB code since then. This is v0.9.1 - there is a If you could post a screenshot of as much of the log as you can that would be helpful. Thanks! |
Beta Was this translation helpful? Give feedback.
-
@dwhinham Hi Dale, if you want to try it, here is a patch for Circle, which tries to implement the workaround, mentioned in my previous comment:
It would be good, if you could build a test kernel from your project, including this patch, so that @fabbrimichele can test it with his keyboard. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello and thanks for the wonderful project.
I am having an issue when I try to use my midi keyboard (Prodipe 49N) connected via USB to a raspberry PI3.
The keyboard works fine with ubuntu/linux without any specific driver.
I already tried to add
usbpowerdelay=2000
to thecmdline.txt
file without success.I also tried to connect the USB cable before powering on the keyboard and after into all the sockets.
I tried a kernel provided in another answer with HDMI enabled and I get the error message:
dwhci: Transaction failed (status 0xA)
The keyboard when connected to linux machine reports the following.
With
dmesg
:With
lsusb
With
aconnect -i
Is there anything I can try to fix it?
Beta Was this translation helpful? Give feedback.
All reactions