-
Notifications
You must be signed in to change notification settings - Fork 393
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
Unable to connect USB devices to INDI with RPi3 and iAstroHub v3 #158
Comments
INDI Library version? |
Please see attached information |
Looks you have two USB Serial devices. When you connect to flipflat, what do you use for the Port? You should try both /dev/ttyUSB0 and if that doesn't work then /dev/ttyUSB1 Because they get randomly assigned as ttyUSB0 or ttyUSB1 depending on which was detected first by the system. |
So if flipflat is /dev/ttyUSB0 then Focus Boss port is /dev/ttyUSB1 and vice-versa |
Any update on this issue? |
I am still having issues with using my Flip Flat, Focuslynx, and SX USB filter wheel through external hubs connected to the RPi3. I tried to verify the ports but the issue remains. The Flip Flat, Focuslynx, and SX USB filter wheel are mounted on top of the scope, obviously. I cannot mount the computing device on top of the mount, mainly due to space and other connectivity considerations, so connecting the devices directly is not an option. Using ssh, "lsusb" shows several devices with no information listed next to them. Going into details with "lsusb -v" shows the USB hubs are recognized but it's unclear whether the devices in question are being recognized. For the Linux uninitiated, this is a little daunting to have to work through! Just for FYI, here is the "lsusb" output: Bus 001 Device 040: ID 03c3:1603 The RPi3 is so nice as a low power and portable astronomy computer solution and is definitely worth giving it a try. Unfortunately I am going to have to find another solution. I'm sure this has as much to do with my lack of Linux knowledge as the constrained configuration of my equipment. I think this situation would be much easier to diagnose and resolve if there were a more user friendly interface to work with the software/hardware. I will continue to monitor developments for this device and think of ideas and see if there is a way to get these devices working with the RPi3 but right now this device is not doing what I need it to do. I'll get an Intel Compute Stick, where I know everything will work for my configuration and needs! I don't think this is an INDI issue so I'll close this thread. Thanks again for your support. Ciao, |
Hello, I'm not clear on your exact setup, specifically for the term "hub", but you should be aware about the fact that USB hubs, when connected with a device which negotiates USB3, may switch to a USB3-only protocol, making other USB2 devices inoperant. You should probably test each device one by one to find when the problem occurs, if any. I remember posting that answer in the forum for a very similar problem. |
Alnitak Flip Flat and Feathertouch Focus Boss II focus controller are plugged directly into USB hub of RPi3. INDI drivers for a Flip Flat and focus controller are selected and INDI server is started. Using local and remote INDI control, going to the main settings for each device and selecting "Connect" causes the status to turn Red and the connection fails. I haven't tried LSUSB yet but it seems as though these devices are either not being recognized properly on the USB bus or are not being properly handled between the RPi3 and INDI. My CEM60EC mount, ASI1600MM-Cool and ASI174MM cameras, and SX USB filter wheel all connect fine. Also, I have no problem using any of these devices with INDI on MBP laptop.
The text was updated successfully, but these errors were encountered: