×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

INDI 0.9.6 for OSX, SX and ATIK drivers

  • Posts: 712
  • Thank you received: 174
Hi, for anybody who prefer pre-build binary packages we made INDI 0.9.6 for MacOS X and ATIK and SX drivers for MacOS X, 32/64-bit Linux in Debian/RPM formats available for download here

As usual any feedback is welcome :-)

Peter
The following user(s) said Thank You: Christian
Last edit: 10 years 6 months ago by Peter Polakovic.
10 years 6 months ago #262

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

  • Posts: 8
  • Thank you received: 0
Hi Peter,

Great news that there are linux drivers for Atik CCDs now!

The 32bit deb file gives the following repeating errors when running "indiserver -v -p 7264 -m 100 indi_atik_ccd" on Xubuntu 12.04 (3.2.0-53-generic-pae):
2013-09-08T09:20:11: Driver indi_atik_ccd: stdin EOF
2013-09-08T09:20:11: Driver indi_atik_ccd: restart #1159
2013-09-08T09:20:11: Driver indi_atik_ccd: pid=15377 rfd=0 wfd=6 efd=7
2013-09-08T09:20:11: Driver indi_atik_ccd: indi_atik_ccd: error while loading shared libraries: libindidriver.so.0b: cannot open shared object file: No such file or directory

Any idea why this library may be missing?

Cees
10 years 6 months ago #263

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

  • Posts: 712
  • Thank you received: 174
Hi Cees, can you check what version of INDI do you have? Peter
10 years 6 months ago #264

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

  • Posts: 8
  • Thank you received: 0
This is the output of indiserver --help. It's the version that comes from the Xubuntu installer; libindi-dev 0.9.6+r306-73~precise1
2013-09-08T09:39:12: startup: indiserver --help 
Usage: indiserver [options] driver [driver ...]
Purpose: server for local and remote INDI drivers
Code $Revision: 726523 $. Protocol 1.7.
Op

Regards,
Cees
10 years 6 months ago #265

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

  • Posts: 712
  • Thank you received: 174
Hi, I tried it on clean Ubuntu 12.04 image and found, that there is only INDI 0.8. I upgraded it to 0.9.6 by the following commands:

sudo add-apt-repository ppa:kubuntu-ppa/backports
sudo apt-get update
sudo apt-get install indi-bin

but library was still missing and even indi_simulator_ccd is not working. I suppose that you are at this point with your system. Then I tried

sudo apt-get install libindidriver0b

and now everything is on place and indi_atik_ccd is running. The same applies both for 32 and 64 bit system.
Last edit: 10 years 6 months ago by Peter Polakovic.
10 years 6 months ago #267

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

  • Posts: 8
  • Thank you received: 0
Thanks Peter,

The software runs now. I don't have an Atik product to test it with, but at least the server starts.

Cees
10 years 6 months ago #268

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

  • Posts: 171
  • Thank you received: 41
Great news! Our Atik cam was the last component not supported right now. I'll test and report within the next two weeks.

Greetings,
lupinix
10 years 6 months ago #269

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

  • Posts: 193
  • Thank you received: 46
I compile everything onto non-x86 platforms. Sources required, but, the sources for atik stuff is conspicuously absent.
10 years 5 months ago #273

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

  • Posts: 712
  • Thank you received: 174
Sorry ATIK drivers are not open sourced,.
Last edit: 10 years 5 months ago by Peter Polakovic.
10 years 5 months ago #274

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

  • Posts: 66
  • Thank you received: 9
There's an issue on VM with ATIK drivers :

I need to ln -sf libindidriver.so.0 to libindidriver.so.0b (I think it's a mistake ?)

CCD seems to work.

For wheel, it's a bit more complicated... need a glibc... 2.17 version... on VM only 2.13 is installed. (and it seems difficult to upgrade it)
10 years 4 months ago #275

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

  • Posts: 712
  • Thank you received: 174
Hi, libindidriver.so.0b is not a mistake, it is discussed earlier in this thread, on some platforms (specifically Ubuntu) you need to install libindidriver0b or make a symbolic link. BTW, what do you mean by VM? :-)
10 years 4 months ago #276

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

Or you can install the latest INDI library and you wouldn't have the libindidriver issue:
sudo apt-add-repository ppa:mutlaqja/ppa
sudo apt-get update
sudo apt-get install libindi

Why does the wheel need glibc 2.17?!
10 years 4 months ago #277

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

Time to create page: 1.180 seconds