×

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

Bi-monthly release with minor bug fixes and improvements

SBIG ST-402 on astroberry - - fixed using raspian (non-astroberry) driver

  • Posts: 8
  • Thank you received: 0
My astroberry server cannot connect to my SBIG-402.

Message indicates Device not implemented. Do I need an old driver?

Here is the output from dmesg on the astroberry terminal. The device is working fine:

6470.703424] usb 1-1.2: new high-speed USB device number 13 using dwc_otg
[16470.833690] usb 1-1.2: config 1 interface 0 altsetting 0 bulk endpoint 0x81 has invalid maxpacket 64
[16470.833703] usb 1-1.2: config 1 interface 0 altsetting 0 bulk endpoint 0x1 has invalid maxpacket 64
[16470.833949] usb 1-1.2: New USB device found, idVendor=0d97, idProduct=0102, bcdDevice= 0.01
[16470.833956] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[16470.833960] usb 1-1.2: Product: USB8-CAM Engine
[16470.833965] usb 1-1.2: Manufacturer: SBIG


Here's the output from INDI when I try to connect to this camera
020-08-22T00:49:16: [ERROR] Failed to connect CCD at port USB 1
2020-08-22T00:49:16: [ERROR] EstablishLink: CC_ESTABLISH_LINK -> (Device not Implemented)
2020-08-22T00:49:08: [ERROR] Failed to connect CCD at port USB 1
3 years 8 months ago #58546

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

  • Posts: 8
  • Thank you received: 0
My friend Jim helped me find the sbig driver and query the version as follows:

strings /usr/lib/arm-linux-gnueabihf/libsbig.so.4|grep LINUX
libsbigudrv Ver 4.84-LINUX

On the raspian system with INDI installed (but not astroberry):

pi@raspberrypi:~/barnDoor $ strings /usr/lib/arm-linux-gnueabihf/libsbig.so.4|grep LINUX
libsbigudrv Ver 4.99-LINUX

4.99 is a must!


I scp'd it from raspian to astroberry and replaced the 4.84 version.
This fixed the problem . The device SBIG-STF402 is recognized and is fully functional

Pat Browne
3 years 8 months ago #58841

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

  • Posts: 983
  • Thank you received: 375
This must have been mistake in the commit a1686d6a04effa0ae2c155910a431907dcb61052 which was supposed to update sbig libraries to 4.9.9 (see here) )
3 years 8 months ago #58850

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

  • Posts: 983
  • Thank you received: 375
It is fixed now
3 years 8 months ago #59160

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

  • Posts: 8
  • Thank you received: 0
Hi Radek
Has this been fixed in the new load? If so, can you provide a link to download this version of astroberry?

thanks
Pat
3 years 8 months ago #59236

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

  • Posts: 983
  • Thank you received: 375
You can get it with regular update (sudo apt update && sudo apt upgrade)
3 years 8 months ago #59240

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

  • Posts: 8
  • Thank you received: 0
sudo apt update
sudo apt upgrade .... without specifiying any package?
3 years 8 months ago #59295

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

Moderators: Radek Kaczorek
Time to create page: 0.787 seconds