×

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

Bi-monthly release with minor bug fixes and improvements

Inova CCD

  • Posts: 28
  • Thank you received: 5

Replied by Olivier Masse on topic Inova CCD

Yes, just that
include /etc/ld.so.conf.d/*.conf

and the path that's include :
mao@mao-desktop:/etc/ld.so.conf.d$ ls
00-vmcs.conf                  arm-linux-gnueabihf_GL.conf
arm-linux-gnueabihf.conf      fakeroot-arm-linux-gnueabihf.conf
arm-linux-gnueabihf_EGL.conf  libc.conf
mao@mao-desktop:/etc/ld.so.conf.d$
6 years 8 months ago #18299
The topic has been locked.
  • Posts: 57
  • Thank you received: 28

Replied by Ilia on topic Inova CCD

But.. are you sure that libinovasdk is not present?
type this command:
ls /usr/lib/arm-linux-gnueabihf/libinova*
6 years 8 months ago #18300
The topic has been locked.
  • Posts: 28
  • Thank you received: 5

Replied by Olivier Masse on topic Inova CCD

This command return :
mao@mao-desktop:~$ ls /usr/lib/arm-linux-gnueabihf/libinova*
/usr/lib/arm-linux-gnueabihf/libinovasdk.so
mao@mao-desktop:~$ 
6 years 8 months ago #18302
The topic has been locked.
  • Posts: 28
  • Thank you received: 5

Replied by Olivier Masse on topic Inova CCD

Hi,

Tonight, I installed a new SD card with Raspbian instead Ubuntu Mate and the issue with iNova driver is strictly the same (2017-08-06T20:10:47: Driver indi_inova_ccd: indi_inova_ccd: error while loading shared libraries: libinovasdk.so: cannot open shared object file: No such file or directory)

Olivier
6 years 8 months ago #18331
The topic has been locked.
  • Posts: 57
  • Thank you received: 28

Replied by Ilia on topic Inova CCD

There is the link only to the library, libinovasdk.so.1 is missing in new packets. I can give my version of the library, and ask them to include into the deb.
6 years 8 months ago #18342
Attachments:
The topic has been locked.
  • Posts: 28
  • Thank you received: 5

Replied by Olivier Masse on topic Inova CCD

Thanks,

I've tried to copy the library, but now, libcfitsio.so.4 is missing (on Raspbian).
2017-08-07T11:11:54: Driver indi_inova_ccd: indi_inova_ccd: error while loading shared libraries: libcfitsio.so.4: cannot open shared object file: No such file or directory
...

I done this :
sudo cp /usr/lib/arm-linux-gnueabihf/libcfitsio.so.2 /usr/lib/arm-linux-gnueabihf/libcfitsio.so.4
To obtain that :
pi@raspberrypi:/ $ indiserver -v indi_inova_ccd
2017-08-07T11:25:42: startup: indiserver -v indi_inova_ccd 
2017-08-07T11:25:42: Driver indi_inova_ccd: pid=1518 rfd=3 wfd=6 efd=7
2017-08-07T11:25:42: listening to port 7624 on fd 4
2017-08-07T11:25:42: Driver indi_inova_ccd: indi_inova_ccd: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by indi_inova_ccd)
2017-08-07T11:25:42: Driver indi_inova_ccd: indi_inova_ccd: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by /usr/lib/arm-linux-gnueabihf/libinovasdk.so)
2017-08-07T11:25:42: Driver indi_inova_ccd: stderr EOF
Child process 1518 died
...
libinova-dev and libcfitsio-dev are installed.
pi@raspberrypi:/ $ locate libcfitsio
/usr/lib/arm-linux-gnueabihf/libcfitsio.a
/usr/lib/arm-linux-gnueabihf/libcfitsio.so
/usr/lib/arm-linux-gnueabihf/libcfitsio.so.2
/usr/lib/arm-linux-gnueabihf/libcfitsio.so.2.3.37
...

The same on Ubuntu Mate.

Olivier
Last edit: 6 years 8 months ago by Olivier Masse.
6 years 8 months ago #18351
The topic has been locked.
  • Posts: 57
  • Thank you received: 28

Replied by Ilia on topic Inova CCD

Then nothing to do: this deb seems to be built on a different version of linux. I tried with my custom arm yakkety distribution and it works.
Ilias.
The following user(s) said Thank You: Olivier Masse
6 years 8 months ago #18365
The topic has been locked.

Replied by Jasem Mutlaq on topic Inova CCD

I can't blame them, I blame Debian. They have made an absolute mess with libcfitsio. First it was .3 then they say no let's make that .2 and now it's .4 ? They can't seem to reach a consensus and they don't care how it affects programs linking to it.
The following user(s) said Thank You: Olivier Masse
6 years 8 months ago #18366
The topic has been locked.
  • Posts: 28
  • Thank you received: 5

Replied by Olivier Masse on topic Inova CCD

Thanks a lot knro and Platone for the explains. I will use the ASI instead for now.

Olivier
The following user(s) said Thank You: Ilia
Last edit: 6 years 8 months ago by Olivier Masse.
6 years 8 months ago #18371
The topic has been locked.

Replied by Jasem Mutlaq on topic Inova CCD

inova should have made the Ubuntu package for 16.04 since it's LTS at any rate or they can submit their driver to INDI for inclusion so they don't have to worry about building it, like all other manufacturers do.
The following user(s) said Thank You: Romain Fafet
6 years 8 months ago #18373
The topic has been locked.
  • Posts: 18
  • Thank you received: 14

Replied by Romain Fafet on topic Inova CCD

Indi v1.5.0 has been released with a driver for Inova cameras: indi_inovaplx_ccd. It works fine for me both on my laptop and on my raspberry :)

The driver is not installed automatically when you update indi, you have to install it manually with the sdk:
sudo apt-get install indi-inovaplx libinovasdk
The following user(s) said Thank You: Ilia
6 years 7 months ago #18604
The topic has been locked.

Replied by Jasem Mutlaq on topic Inova CCD

yeah I was waiting for reports before inclusion with indi-full
The following user(s) said Thank You: Ilia
6 years 7 months ago #18605
The topic has been locked.
Time to create page: 0.482 seconds