×

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

Bi-monthly release with minor bug fixes and improvements

[SOLVED] Meade DSI driver won't start

  • Posts: 85
  • Thank you received: 3
I tried the packages now, but I get the same error.
2015-10-06T06:03:44: Driver indi_dsi_ccd: ERROR: Logger not configured!
2015-10-06T06:03:44: Driver indi_dsi_ccd: stderr EOF
2015-10-06T06:03:44: Driver indi_dsi_ccd: restart #103
2015-10-06T06:03:44: Driver indi_dsi_ccd: pid=21572 rfd=0 wfd=6 efd=7
2015-10-06T06:03:44: Driver indi_dsi_ccd: sending <getProperties version='1.7'/>

Do I have to delete the built binaries before installing the package or are they overwritten?
Last edit: 8 years 6 months ago by Daniel Franzén.
8 years 6 months ago #5368

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

first run
which indi_dsi_ccd

then assuming it's /usr/bin/indi_dsi_ccd , run
ldd /usr/bin/indi_dsi_ccd

and let 's the output.
8 years 6 months ago #5369

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

  • Posts: 85
  • Thank you received: 3
which indi_dsi_ccd
Turned out it is linked to /usr/local/bin/indi_dsi_ccd and I think that was an older build that I had. So when building from 3rdparty it never used the new binary.
I deleted all the indi binaries in usr/local/bin and then tried again to run indi_dsi_ccd and it worked!

This is the output from ldd /usr/bin/indi_dsi_ccd
ldd /usr/bin/indi_dsi_ccd
        linux-vdso.so.1 (0x7ed88000)
        /usr/lib/arm-linux-gnueabihf/libcofi_rpi.so (0x76fd1000)
        libindidriver.so.1 => /usr/lib/arm-linux-gnueabihf/libindidriver.so.1 (0x76ee2000)
        libcfitsio.so.3 => /usr/lib/arm-linux-gnueabihf/libcfitsio.so.3 (0x76d44000)
        libusb-1.0.so.0 => /lib/arm-linux-gnueabihf/libusb-1.0.so.0 (0x76d2f000)
        libstdc++.so.6 => /usr/lib/arm-linux-gnueabihf/libstdc++.so.6 (0x76c53000)
        libm.so.6 => /lib/arm-linux-gnueabihf/libm.so.6 (0x76bd8000)
        libgcc_s.so.1 => /lib/arm-linux-gnueabihf/libgcc_s.so.1 (0x76baa000)
        libc.so.6 => /lib/arm-linux-gnueabihf/libc.so.6 (0x76a6d000)
        /lib/ld-linux-armhf.so.3 (0x54ba2000)
        libnova-0.14.so.0 => /usr/lib/arm-linux-gnueabihf/libnova-0.14.so.0 (0x766e6000)
        libpthread.so.0 => /lib/arm-linux-gnueabihf/libpthread.so.0 (0x766be000)
        libz.so.1 => /lib/arm-linux-gnueabihf/libz.so.1 (0x766a0000)
        libjpeg.so.8 => /usr/lib/arm-linux-gnueabihf/libjpeg.so.8 (0x76664000)
        librt.so.1 => /lib/arm-linux-gnueabihf/librt.so.1 (0x7664d000)
8 years 6 months ago #5370

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

Time to create page: 0.177 seconds