-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry Pi No available USB found Resource temporarily unavailable #76
Comments
I also tried installing the version based on Debian Buster. Same result. |
Could you provide :
|
BTW - I just tried this on a fresh install using a model 2B and it worked. Slowly of course, but it did work. |
My bad, it should be
The native
Disable all the measures, it should improve the refresh rate. |
Have a look at the system events. Maybe a driver is crashing or interfering with libusb. |
@aaronnewcomb is this a Raspberry Pi 4B? Does the software work with usable speed on that? The 2B was too slow as you mentioned. |
Yes. it was a Raspberry Pi 4B. However, that was overkill. I ended up using an Orange Pi 3 board running their Ubuntu image and it works perfectly. I hooked it up to a 10" touchscreen and 3D printed a case to put everything in. It works like a champ and now I don't have to connect it to my desktop or laptop. |
@aaronnewcomb thank you! Tested the install on a Pi4 with recent 64bit RaspberryPi OS and it was straightforward. Ordered a scope, I'm looking forward to it. :) |
I tried installing on a fresh install of Raspbian today. Unfortunately, it looks like maybe libusbjava isn't working somehow? I am getting "No available USB found" in the GUI and Java errors on the command line.
env: Linux, Java 17.0.6 arm app dir: /opt/owon-vds-tiny user dir: /root/.owon-vds-tiny locale: en, en_US, false ch.ntb.usb.USBException: LibusbJava.usb_open: Resource temporarily unavailable (-1568584872) at com.owon.uppersoft.vds.core.usb.CDevice.open(CDevice.java:86) at com.owon.uppersoft.vds.core.usb.CDevice.getDevices(CDevice.java:300) at com.owon.uppersoft.dso.source.usb.USBSourceManager.refreshUSBPort(USBSourceManager.java:79) at com.owon.uppersoft.dso.source.comm.detect.USBLoopChecker.checkUSBDevice(USBLoopChecker.java:74) at com.owon.uppersoft.dso.source.comm.USBDaemonHelper.onNotConnecting(USBDaemonHelper.java:35) at com.owon.uppersoft.vds.machine.InfiniteDaemonTiny0.onNotConnecting(InfiniteDaemonTiny0.java:37) at com.owon.uppersoft.dso.source.comm.Flow.run(Flow.java:79) at com.owon.uppersoft.dso.global.ControlAppsTiny$1.run(ControlAppsTiny.java:38)
The text was updated successfully, but these errors were encountered: