×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Support for Apogee Alta U47?

  • Posts: 49
  • Thank you received: 4
Hello,

I'm trying to run an Apogee Alta U47 camera with the Apogee INDI driver, but I can't connect to my camera. My error log shows this:
INFO	582.904854 sec	: Attempting to find Apogee CCD...
ERROR	582.973875 sec	: Error opening camera: libapogee:/build/libapogee3-4xzzLd/libapogee3-3.0.3234+r3288~201708051111~ubuntu16.04.1/libapogee/GenOneLinuxUSB.cpp(476):UsbRequestIn failed with error -9.  RequestCode = c2 : Index = 0 : Value = 2:1
INFO	57.612979 sec	: Session log file /home/tan/.indi/logs/2017-08-19/indi_apogee_ccd/indi_apogee_ccd_17:21:49.log
INFO	60.934553 sec	: Attempting to find Apogee CCD...
ERROR	60.946968 sec	: Error getting USB address: libapogee:/build/libapogee3-4xzzLd/libapogee3-3.0.3234+r3288~201708051111~ubuntu16.04.1/libapogee/GenOneLinuxUSB.cpp(72):failed to claim usb interface:0

Is my CCD supported by this driver?

Thanks.
Last edit: 6 years 8 months ago by Adrien Barrajon.
6 years 8 months ago #18590

Please Log in or Create an account to join the conversation.

What's the VID:PID of this camera? Use lsusb to find out.
6 years 8 months ago #18595

Please Log in or Create an account to join the conversation.

  • Posts: 49
  • Thank you received: 4
The corresponding line says:

Bus 002 Device 013: ID 125c:0010 Apogee Inc, Alta series CCD

Is that what you're after?
6 years 7 months ago #18894

Please Log in or Create an account to join the conversation.

Check if you have a file in /lib/udev/rules.d/99-apogee.rules and yes, it should have a line like this:
# Apogee
SUBSYSTEMS=="usb", ATTRS{idVendor}=="125c", MODE="666"

Correct?
6 years 7 months ago #18898

Please Log in or Create an account to join the conversation.

  • Posts: 49
  • Thank you received: 4
Correct. That's all there is in that file.
6 years 7 months ago #18928

Please Log in or Create an account to join the conversation.

Hmmm I have a stupid theory.. maybe that 666 is missing a zero at the beginning? I'm not sure it matters. But try it anyway, so change it to:
SUBSYSTEMS=="usb", ATTRS{idVendor}=="125c", MODE="0666"
You can edit the file using sudo nano /lib/udev/rules.d/99-apogee.rules
After you make your changes, restart the computer and try again. See if that makes any difference.
6 years 7 months ago #18947

Please Log in or Create an account to join the conversation.

  • Posts: 49
  • Thank you received: 4
I edited the file and it didn't seem to solve the problem. I'm getting the same errors, which are:

2017-08-31T07:58:45: Error getting USB address: libapogee:/build/libapogee3-lQrGz5/libapogee3-3.0.3234+r3357~201708291059~ubuntu16.04.1/libapogee/GenOneLinuxUSB.cpp(72):failed to claim usb interface:0 
2017-08-31T07:58:45: Attempting to find Apogee CCD... 
2017-08-31T07:58:40: Error opening camera: libapogee:/build/libapogee3-lQrGz5/libapogee3-3.0.3234+r3357~201708291059~ubuntu16.04.1/libapogee/GenOneLinuxUSB.cpp(476):UsbRequestIn failed with error -9.  RequestCode = c2 : Index = 0 : Value = 2:1 
2017-08-31T07:58:40: Attempting to find Apogee CCD... 

For the record, I got the camera to work using te drivers provided by The Random Factory . So that's someting I guess. However, my goal was to use it within Ekos so that I can do automatic plate-solving and pointing the mount.\

Thanks a lot for your help!
Last edit: 6 years 7 months ago by Adrien Barrajon. Reason: Added last paragraph.
6 years 7 months ago #18970

Please Log in or Create an account to join the conversation.

Oh I just contacted Random Factory.. I guess it's not their problem. Which version did you get?
6 years 7 months ago #18973

Please Log in or Create an account to join the conversation.

  • Posts: 49
  • Thank you received: 4
I'm using downloads/old-versions/apogee-driver-3.7.0-linux-x86.tgz.
6 years 7 months ago #18975

Please Log in or Create an account to join the conversation.

Ok I just tried to sync again with upstream (same version) and pushed the changes. Maybe that will help. Either compile it or wait for PPA update tomorrow.
6 years 7 months ago #18978

Please Log in or Create an account to join the conversation.

  • Posts: 49
  • Thank you received: 4
So I tried again today after upgrading INDI and Apogee driver and I'm getting the same issue. Here is the log update:

INFO	0.063757 sec	: Session log file /home/tan/.indi/logs/2017-09-01/indi_apogee_ccd/indi_apogee_ccd_12:54:37.log
INFO	1.246531 sec	: Attempting to find Apogee CCD...
ERROR	1.519568 sec	: Error opening camera: libapogee:/build/libapogee3-upZIm_/libapogee3-3.0.3234+r3367~201708311716~ubuntu16.04.1/libapogee/linux/GenOneLinuxUSB.cpp(476):UsbRequestIn failed with error -9.  RequestCode = c2 : Index = 0 : Value = 2:1
INFO	23.154595 sec	: Attempting to find Apogee CCD...
ERROR	23.166990 sec	: Error getting USB address: libapogee:/build/libapogee3-upZIm_/libapogee3-3.0.3234+r3367~201708311716~ubuntu16.04.1/libapogee/linux/GenOneLinuxUSB.cpp(72):failed to claim usb interface:0
INFO	24.750435 sec	: Attempting to find Apogee CCD...
ERROR	24.759876 sec	: Error getting USB address: libapogee:/build/libapogee3-upZIm_/libapogee3-3.0.3234+r3367~201708311716~ubuntu16.04.1/libapogee/linux/GenOneLinuxUSB.cpp(72):failed to claim usb interface:0
INFO	25.738597 sec	: Attempting to find Apogee CCD...
ERROR	25.749745 sec	: Error getting USB address: libapogee:/build/libapogee3-upZIm_/libapogee3-3.0.3234+r3367~201708311716~ubuntu16.04.1/libapogee/linux/GenOneLinuxUSB.cpp(72):failed to claim usb interface:0
6 years 7 months ago #19003

Please Log in or Create an account to join the conversation.

Try running indiserver as sudo (root), let's see if this is somehow permission related.
6 years 7 months ago #19005

Please Log in or Create an account to join the conversation.

Time to create page: 0.632 seconds