×

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

Bi-monthly release with minor bug fixes and improvements

Debugging ASI CCD connection

  • Posts: 86
  • Thank you received: 5
Hi there. I have indiserver running on an Arch Linux small board computer with a ZWO ASI120MC-S CCD connected to it. I've had this working in the past but, after a complete update of the system and re-build of "everything indi" from source, I find that KStars/Ekos (running on a separate Linux client machine) can no longer connect to the CCD. Indi connects, and my EQ mount connects, but not the CCD anymore.

I've posted the output from a connection attempt, running indiserver -vvv indi_asi_ccd, below in case anyone can spot what I'm doing wrong but my real question is: how do I go about debugging this problem?

>$ indiserver -vvv indi_asi_ccd
2016-03-28T17:51:08: startup: indiserver -vvv indi_asi_ccd 
2016-03-28T17:51:08: Driver indi_asi_ccd: pid=6743 rfd=3 wfd=6 efd=7
2016-03-28T17:51:08: listening to port 7624 on fd 4
2016-03-28T17:51:08: Driver indi_asi_ccd: sending msg copy 1 nq 1:
<getProperties version='1.7'/>
 
2016-03-28T17:51:08: Driver indi_asi_ccd: read getProperties Telescope Simulator EQUATORIAL_EOD_COORD 
2016-03-28T17:51:08: Driver indi_asi_ccd: snooping on Telescope Simulator.EQUATORIAL_EOD_COORD
2016-03-28T17:51:08: Driver indi_asi_ccd: read getProperties Telescope Simulator TELESCOPE_INFO 
2016-03-28T17:51:08: Driver indi_asi_ccd: snooping on Telescope Simulator.TELESCOPE_INFO
2016-03-28T17:51:08: Driver indi_asi_ccd: read getProperties CCD Simulator FILTER_SLOT 
2016-03-28T17:51:08: Driver indi_asi_ccd: snooping on CCD Simulator.FILTER_SLOT
2016-03-28T17:51:08: Driver indi_asi_ccd: read getProperties CCD Simulator FILTER_NAME 
2016-03-28T17:51:08: Driver indi_asi_ccd: snooping on CCD Simulator.FILTER_NAME
2016-03-28T17:51:08: Driver indi_asi_ccd: read setNumberVector ZWO CCD ASI120MC-S CCD_INFO Idle
  CCD_MAX_X='1280'
  CCD_MAX_Y='960'
 CCD_PIXEL_SIZE='6.4500000000000001776'
 CCD_PIXEL_SIZE_X='6.4500000000000001776'
 CCD_PIXEL_SIZE_Y='6.4500000000000001776'
 CCD_BITSPERPIXEL='8'
2016-03-28T17:51:08: Driver indi_asi_ccd: read setNumberVector ZWO CCD ASI120MC-S CCD_FRAME Idle
          X='0'
          Y='0'
      WIDTH='1392'
     HEIGHT='1392'
2016-03-28T17:51:08: Driver indi_asi_ccd: read message ZWO CCD ASI120MC-S   'Using default recorder (SER File Recorder)'
2016-03-28T17:51:08: Driver indi_asi_ccd: read defSwitchVector ZWO CCD ASI120MC-S CONNECTION Idle rw
    CONNECT='Off'
 DISCONNECT='On'
2016-03-28T17:51:08: Driver indi_asi_ccd: read defTextVector ZWO CCD ASI120MC-S DRIVER_INFO Idle ro
 DRIVER_NAME='ZWO CCD ASI120MC-S'
 DRIVER_EXEC='indi_asi_ccd'
 DRIVER_VERSION='0.5'
 DRIVER_INTERFACE='2'
2016-03-28T17:51:08: Driver indi_asi_ccd: read defSwitchVector ZWO CCD ASI120MC-S DEBUG Idle rw
     ENABLE='Off'
    DISABLE='On'
2016-03-28T17:51:08: Driver indi_asi_ccd: read defSwitchVector ZWO CCD ASI120MC-S SIMULATION Idle rw
     ENABLE='Off'
    DISABLE='On'
2016-03-28T17:51:08: Driver indi_asi_ccd: read defSwitchVector ZWO CCD ASI120MC-S CONFIG_PROCESS Idle rw
 CONFIG_LOAD='Off'
 CONFIG_SAVE='Off'
 CONFIG_DEFAULT='Off'
2016-03-28T17:51:08: Driver indi_asi_ccd: read defTextVector ZWO CCD ASI120MC-S ACTIVE_DEVICES Idle rw
 ACTIVE_TELESCOPE='Telescope Simulator'
 ACTIVE_FOCUSER='Focuser Simulator'
 ACTIVE_FILTER='CCD Simulator'
2016-03-28T17:51:14: Client 0: new arrival from 10.10.1.7:38464 - welcome!
2016-03-28T17:51:14: Client 0: read getProperties   
2016-03-28T17:51:14: Driver indi_asi_ccd: queuing responsible for <getProperties device='' name=''>
2016-03-28T17:51:14: Driver indi_asi_ccd: sending msg copy 1 nq 1:
<getProperties version="1.7"/>
 
2016-03-28T17:51:14: Driver indi_asi_ccd: read defSwitchVector ZWO CCD ASI120MC-S CONNECTION Idle rw
    CONNECT='Off'
 DISCONNECT='On'
2016-03-28T17:51:14: Client 0: queuing <defSwitchVector device='ZWO CCD ASI120MC-S' name='CONNECTION'>
2016-03-28T17:51:14: Client 0: sending msg copy 1 nq 1:
<defSwitchVector device="ZWO CCD ASI120MC-S" name="CONNECTION" label="Connection" group="Main Control" state="Idle" perm="rw" rule="OneOfMany" timeout="60" timestamp="2016-03-28T17:51:14">
    <defSwitch name="CONNECT" label="Connect">
Off
    </defSwitch>
    <defSwitch name="DISCONNECT" label="Disconnect">
On
    </defSwitch>
</defSwitchVector>
 
2016-03-28T17:51:14: Driver indi_asi_ccd: read defTextVector ZWO CCD ASI120MC-S DRIVER_INFO Idle ro
 DRIVER_NAME='ZWO CCD ASI120MC-S'
 DRIVER_EXEC='indi_asi_ccd'
 DRIVER_VERSION='0.5'
 DRIVER_INTERFACE='2'
2016-03-28T17:51:14: Client 0: queuing <defTextVector device='ZWO CCD ASI120MC-S' name='DRIVER_INFO'>
2016-03-28T17:51:14: Driver indi_asi_ccd: read defSwitchVector ZWO CCD ASI120MC-S DEBUG Idle rw
     ENABLE='Off'
    DISABLE='On'
2016-03-28T17:51:14: Client 0: queuing <defSwitchVector device='ZWO CCD ASI120MC-S' name='DEBUG'>
2016-03-28T17:51:14: Driver indi_asi_ccd: read defSwitchVector ZWO CCD ASI120MC-S SIMULATION Idle rw
     ENABLE='Off'
    DISABLE='On'
2016-03-28T17:51:14: Client 0: queuing <defSwitchVector device='ZWO CCD ASI120MC-S' name='SIMULATION'>
2016-03-28T17:51:14: Client 0: read enableBLOB ZWO CCD ASI120MC-S   Also
2016-03-28T17:51:14: Driver indi_asi_ccd: queuing responsible for <enableBLOB device='ZWO CCD ASI120MC-S' name=''>
2016-03-28T17:51:14: Client 0: sending msg copy 1 nq 3:
<defTextVector device="ZWO CCD ASI120MC-S" name="DRIVER_INFO" label="Driver Info" group="Options" state="Idle" perm="ro" timeout="60" timestamp="2016-03-28T17:51:14">
    <defText name="DRIVER_NAME" label="Name">
ZWO CCD ASI120MC-S
    </defText>
    <defText name="DRIVER_EXEC" label="Exec">
indi_asi_ccd
    </defText>
    <defText name="DRIVER_VERSION" label="Version">
0.5
    </defText>
    <defText name="DRIVER_INTERFACE" label="Interface">
2
    </defText>
</defTextVector>
 
2016-03-28T17:51:14: Driver indi_asi_ccd: read defSwitchVector ZWO CCD ASI120MC-S CONFIG_PROCESS Idle rw
 CONFIG_LOAD='Off'
 CONFIG_SAVE='Off'
 CONFIG_DEFAULT='Off'
2016-03-28T17:51:14: Client 0: queuing <defSwitchVector device='ZWO CCD ASI120MC-S' name='CONFIG_PROCESS'>
2016-03-28T17:51:14: Driver indi_asi_ccd: read defTextVector ZWO CCD ASI120MC-S ACTIVE_DEVICES Idle rw
 ACTIVE_TELESCOPE='Telescope Simulator'
 ACTIVE_FOCUSER='Focuser Simulator'
 ACTIVE_FILTER='CCD Simulator'
2016-03-28T17:51:14: Client 0: queuing <defTextVector device='ZWO CCD ASI120MC-S' name='ACTIVE_DEVICES'>
2016-03-28T17:51:14: Driver indi_asi_ccd: read defTextVector ZWO CCD ASI120MC-S ACTIVE_DEVICES Idle rw
 ACTIVE_TELESCOPE='Telescope Simulator'
 ACTIVE_FOCUSER='Focuser Simulator'
 ACTIVE_FILTER='CCD Simulator'
2016-03-28T17:51:14: Client 0: queuing <defTextVector device='ZWO CCD ASI120MC-S' name='ACTIVE_DEVICES'>
2016-03-28T17:51:14: Client 0: sending msg copy 1 nq 5:
<defSwitchVector device="ZWO CCD ASI120MC-S" name="DEBUG" label="Debug" group="Options" state="Idle" perm="rw" rule="OneOfMany" timeout="0" timestamp="2016-03-28T17:51:14">
    <defSwitch name="ENABLE" label="Enable">
Off
    </defSwitch>
    <defSwitch name="DISABLE" label="Disable">
On
    </defSwitch>
</defSwitchVector>
 
2016-03-28T17:51:14: Driver indi_asi_ccd: sending msg copy 1 nq 1:
<enableBLOB device="ZWO CCD ASI120MC-S">
Also
</enableBLOB>
 
2016-03-28T17:51:14: Client 0: sending msg copy 1 nq 4:
<defSwitchVector device="ZWO CCD ASI120MC-S" name="SIMULATION" label="Simulation" group="Options" state="Idle" perm="rw" rule="OneOfMany" timeout="0" timestamp="2016-03-28T17:51:14">
    <defSwitch name="ENABLE" label="Enable">
Off
    </defSwitch>
    <defSwitch name="DISABLE" label="Disable">
On
    </defSwitch>
</defSwitchVector>
 
2016-03-28T17:51:14: Client 0: sending msg copy 1 nq 3:
<defSwitchVector device="ZWO CCD ASI120MC-S" name="CONFIG_PROCESS" label="Configuration" group="Options" state="Idle" perm="rw" rule="AtMostOne" timeout="0" timestamp="2016-03-28T17:51:14">
    <defSwitch name="CONFIG_LOAD" label="Load">
Off
    </defSwitch>
    <defSwitch name="CONFIG_SAVE" label="Save">
Off
    </defSwitch>
    <defSwitch name="CONFIG_DEFAULT" label="Default">
Off
    </defSwitch>
</defSwitchVector>
 
2016-03-28T17:51:14: Client 0: sending msg copy 1 nq 2:
<defTextVector device="ZWO CCD ASI120MC-S" name="ACTIVE_DEVICES" label="Snoop devices" group="Options" state="Idle" perm="rw" timeout="60" timestamp="2016-03-28T17:51:14">
    <defText name="ACTIVE_TELESCOPE" label="Telescope">
Telescope Simulator
    </defText>
    <defText name="ACTIVE_FOCUSER" label="Focuser">
Focuser Simulator
    </defText>
    <defText name="ACTIVE_FILTER" label="Filter">
CCD Simulator
    </defText>
</defTextVector>
 
2016-03-28T17:51:14: Client 0: sending msg copy 1 nq 1:
<defTextVector device="ZWO CCD ASI120MC-S" name="ACTIVE_DEVICES" label="Snoop devices" group="Options" state="Idle" perm="rw" timeout="60" timestamp="2016-03-28T17:51:14">
    <defText name="ACTIVE_TELESCOPE" label="Telescope">
Telescope Simulator
    </defText>
    <defText name="ACTIVE_FOCUSER" label="Focuser">
Focuser Simulator
    </defText>
    <defText name="ACTIVE_FILTER" label="Filter">
CCD Simulator
    </defText>
</defTextVector>
 
2016-03-28T17:51:15: Client 0: read newSwitchVector ZWO CCD ASI120MC-S CONNECTION 
    CONNECT='On'
2016-03-28T17:51:15: Driver indi_asi_ccd: queuing responsible for <newSwitchVector device='ZWO CCD ASI120MC-S' name='CONNECTION'>
2016-03-28T17:51:15: Driver indi_asi_ccd: sending msg copy 1 nq 1:
<newSwitchVector device="ZWO CCD ASI120MC-S" name="CONNECTION">
    <oneSwitch name="CONNECT">
On
    </oneSwitch>
</newSwitchVector>
 
2016-03-28T17:51:15: Driver indi_asi_ccd: : symbol lookup error: undefined symbol: _ZN4INDI6Logger5printEPKcjRKSsiS2_z
2016-03-28T17:51:15: Driver indi_asi_ccd: stderr EOF
2016-03-28T17:51:15: Driver indi_asi_ccd: restart #1
2016-03-28T17:51:15: Driver indi_asi_ccd: pid=6767 rfd=3 wfd=7 efd=8
2016-03-28T17:51:15: Driver indi_asi_ccd: sending msg copy 1 nq 1:
<getProperties version='1.7'/>
 
2016-03-28T17:51:16: Driver indi_asi_ccd: read getProperties Telescope Simulator EQUATORIAL_EOD_COORD 
2016-03-28T17:51:16: Driver indi_asi_ccd: snooping on Telescope Simulator.EQUATORIAL_EOD_COORD
2016-03-28T17:51:16: Driver indi_asi_ccd: read getProperties Telescope Simulator TELESCOPE_INFO 
2016-03-28T17:51:16: Driver indi_asi_ccd: snooping on Telescope Simulator.TELESCOPE_INFO
2016-03-28T17:51:16: Driver indi_asi_ccd: read getProperties CCD Simulator FILTER_SLOT 
2016-03-28T17:51:16: Driver indi_asi_ccd: snooping on CCD Simulator.FILTER_SLOT
2016-03-28T17:51:16: Driver indi_asi_ccd: read getProperties CCD Simulator FILTER_NAME 
2016-03-28T17:51:16: Driver indi_asi_ccd: snooping on CCD Simulator.FILTER_NAME
2016-03-28T17:51:16: Driver indi_asi_ccd: read setNumberVector ZWO CCD ASI120MC-S CCD_INFO Idle
  CCD_MAX_X='1280'
  CCD_MAX_Y='960'
 CCD_PIXEL_SIZE='6.4500000000000001776'
 CCD_PIXEL_SIZE_X='6.4500000000000001776'
 CCD_PIXEL_SIZE_Y='6.4500000000000001776'
 CCD_BITSPERPIXEL='8'
2016-03-28T17:51:16: Client 0: queuing <setNumberVector device='ZWO CCD ASI120MC-S' name='CCD_INFO'>
2016-03-28T17:51:16: Client 0: sending msg copy 1 nq 1:
<setNumberVector device="ZWO CCD ASI120MC-S" name="CCD_INFO" state="Idle" timeout="60" timestamp="2016-03-28T17:51:16">
    <oneNumber name="CCD_MAX_X">
1280
    </oneNumber>
    <oneNumber name="CCD_MAX_Y">
960
    </oneNumber>
    <oneNumber name="CCD_PIXEL_SIZE">
6.4500000000000001776
    </oneNumber>
    <oneNumber name="CCD_PIXEL_SIZE_X">
6.4500000000000001776
    </oneNumber>
    <oneNumber name="CCD_PIXEL_SIZE_Y">
6.4500000000000001776
    </oneNumber>
    <oneNumber name="CCD_BITSPERPIXEL">
8
    </oneNumber>
</setNumberVector>
 
2016-03-28T17:51:16: Driver indi_asi_ccd: read setNumberVector ZWO CCD ASI120MC-S CCD_FRAME Idle
          X='0'
          Y='0'
      WIDTH='1392'
     HEIGHT='1392'
2016-03-28T17:51:16: Client 0: queuing <setNumberVector device='ZWO CCD ASI120MC-S' name='CCD_FRAME'>
2016-03-28T17:51:16: Client 0: sending msg copy 1 nq 1:
<setNumberVector device="ZWO CCD ASI120MC-S" name="CCD_FRAME" state="Idle" timeout="60" timestamp="2016-03-28T17:51:16">
    <oneNumber name="X" min="0" max="1279" step="0">
0
    </oneNumber>
    <oneNumber name="Y" min="0" max="959" step="0">
0
    </oneNumber>
    <oneNumber name="WIDTH" min="1" max="1280" step="0">
1392
    </oneNumber>
    <oneNumber name="HEIGHT" min="0" max="960" step="0">
1392
    </oneNumber>
</setNumberVector>
 
2016-03-28T17:51:16: Driver indi_asi_ccd: read message ZWO CCD ASI120MC-S   'Using default recorder (SER File Recorder)'
2016-03-28T17:51:16: Client 0: queuing <message device='ZWO CCD ASI120MC-S' name=''>
2016-03-28T17:51:16: Client 0: sending msg copy 1 nq 1:
<message device="ZWO CCD ASI120MC-S" timestamp="2016-03-28T17:51:16" message="Using default recorder (SER File Recorder)"/>
 
2016-03-28T17:51:16: Driver indi_asi_ccd: read defSwitchVector ZWO CCD ASI120MC-S CONNECTION Idle rw
    CONNECT='Off'
 DISCONNECT='On'
2016-03-28T17:51:16: Client 0: queuing <defSwitchVector device='ZWO CCD ASI120MC-S' name='CONNECTION'>
2016-03-28T17:51:16: Client 0: sending msg copy 1 nq 1:
<defSwitchVector device="ZWO CCD ASI120MC-S" name="CONNECTION" label="Connection" group="Main Control" state="Idle" perm="rw" rule="OneOfMany" timeout="60" timestamp="2016-03-28T17:51:16">
    <defSwitch name="CONNECT" label="Connect">
Off
    </defSwitch>
    <defSwitch name="DISCONNECT" label="Disconnect">
On
    </defSwitch>
</defSwitchVector>
 
2016-03-28T17:51:16: Driver indi_asi_ccd: read defTextVector ZWO CCD ASI120MC-S DRIVER_INFO Idle ro
 DRIVER_NAME='ZWO CCD ASI120MC-S'
 DRIVER_EXEC='indi_asi_ccd'
 DRIVER_VERSION='0.5'
 DRIVER_INTERFACE='2'
2016-03-28T17:51:16: Client 0: queuing <defTextVector device='ZWO CCD ASI120MC-S' name='DRIVER_INFO'>
2016-03-28T17:51:16: Client 0: sending msg copy 1 nq 1:
<defTextVector device="ZWO CCD ASI120MC-S" name="DRIVER_INFO" label="Driver Info" group="Options" state="Idle" perm="ro" timeout="60" timestamp="2016-03-28T17:51:16">
    <defText name="DRIVER_NAME" label="Name">
ZWO CCD ASI120MC-S
    </defText>
    <defText name="DRIVER_EXEC" label="Exec">
indi_asi_ccd
    </defText>
    <defText name="DRIVER_VERSION" label="Version">
0.5
    </defText>
    <defText name="DRIVER_INTERFACE" label="Interface">
2
    </defText>
</defTextVector>
 
2016-03-28T17:51:16: Driver indi_asi_ccd: read defSwitchVector ZWO CCD ASI120MC-S DEBUG Idle rw
     ENABLE='Off'
    DISABLE='On'
2016-03-28T17:51:16: Client 0: queuing <defSwitchVector device='ZWO CCD ASI120MC-S' name='DEBUG'>
2016-03-28T17:51:16: Client 0: sending msg copy 1 nq 1:
<defSwitchVector device="ZWO CCD ASI120MC-S" name="DEBUG" label="Debug" group="Options" state="Idle" perm="rw" rule="OneOfMany" timeout="0" timestamp="2016-03-28T17:51:16">
    <defSwitch name="ENABLE" label="Enable">
Off
    </defSwitch>
    <defSwitch name="DISABLE" label="Disable">
On
    </defSwitch>
</defSwitchVector>
 
2016-03-28T17:51:16: Driver indi_asi_ccd: read defSwitchVector ZWO CCD ASI120MC-S SIMULATION Idle rw
     ENABLE='Off'
    DISABLE='On'
2016-03-28T17:51:16: Client 0: queuing <defSwitchVector device='ZWO CCD ASI120MC-S' name='SIMULATION'>
2016-03-28T17:51:16: Client 0: sending msg copy 1 nq 1:
<defSwitchVector device="ZWO CCD ASI120MC-S" name="SIMULATION" label="Simulation" group="Options" state="Idle" perm="rw" rule="OneOfMany" timeout="0" timestamp="2016-03-28T17:51:16">
    <defSwitch name="ENABLE" label="Enable">
Off
    </defSwitch>
    <defSwitch name="DISABLE" label="Disable">
On
    </defSwitch>
</defSwitchVector>
 
2016-03-28T17:51:16: Driver indi_asi_ccd: read defSwitchVector ZWO CCD ASI120MC-S CONFIG_PROCESS Idle rw
 CONFIG_LOAD='Off'
 CONFIG_SAVE='Off'
 CONFIG_DEFAULT='Off'
2016-03-28T17:51:16: Client 0: queuing <defSwitchVector device='ZWO CCD ASI120MC-S' name='CONFIG_PROCESS'>
2016-03-28T17:51:16: Client 0: sending msg copy 1 nq 1:
<defSwitchVector device="ZWO CCD ASI120MC-S" name="CONFIG_PROCESS" label="Configuration" group="Options" state="Idle" perm="rw" rule="AtMostOne" timeout="0" timestamp="2016-03-28T17:51:16">
    <defSwitch name="CONFIG_LOAD" label="Load">
Off
    </defSwitch>
    <defSwitch name="CONFIG_SAVE" label="Save">
Off
    </defSwitch>
    <defSwitch name="CONFIG_DEFAULT" label="Default">
Off
    </defSwitch>
</defSwitchVector>
 
2016-03-28T17:51:16: Driver indi_asi_ccd: read defTextVector ZWO CCD ASI120MC-S ACTIVE_DEVICES Idle rw
 ACTIVE_TELESCOPE='Telescope Simulator'
 ACTIVE_FOCUSER='Focuser Simulator'
 ACTIVE_FILTER='CCD Simulator'
2016-03-28T17:51:16: Client 0: queuing <defTextVector device='ZWO CCD ASI120MC-S' name='ACTIVE_DEVICES'>
2016-03-28T17:51:16: Client 0: sending msg copy 1 nq 1:
<defTextVector device="ZWO CCD ASI120MC-S" name="ACTIVE_DEVICES" label="Snoop devices" group="Options" state="Idle" perm="rw" timeout="60" timestamp="2016-03-28T17:51:16">
    <defText name="ACTIVE_TELESCOPE" label="Telescope">
Telescope Simulator
    </defText>
    <defText name="ACTIVE_FOCUSER" label="Focuser">
Focuser Simulator
    </defText>
    <defText name="ACTIVE_FILTER" label="Filter">
CCD Simulator
    </defText>
</defTextVector>

Rob
Last edit: 8 years 1 month ago by Rob Meades.
8 years 1 month ago #7459

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

  • Posts: 86
  • Thank you received: 5
Oh, just spotted the suspicious line myself:

symbol lookup error: undefined symbol: _ZN4INDI6Logger5printEPKcjRKSsiS2_z

Looks like some sort of dynamic link issue. My question stands though: how do I go about debugging this? Or should I just raise a bug report against the ASI CCD driver?

[EDIT]

FYI, my build steps were:

svn checkout svn://svn.code.sf.net/p/indi/code/trunk/libindi indi-code/libindi
svn checkout svn://svn.code.sf.net/p/indi/code/trunk/3rdparty indi-code/3rdparty
cd ~/indi-code/libindi
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug .
sudo make clean
sudo make install
cd ~/indi-code/3rdparty
cmake -DCMAKE_INSTALL_PREFIX=/usr -DWITH_QSI:OPTION=OFF  -DWITH_APOGEE:OPTION=OFF -DWITH_GPHOTO:OPTION=OFF -DCMAKE_BUILD_TYPE=Debug .
sudo make clean
sudo make install

The SVN revision is 2706 in both cases.

Rob
Last edit: 8 years 1 month ago by Rob Meades.
8 years 1 month ago #7460

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

You probably installed libindi1 & libindi-dev from PPA/Debian packages before. So remove that first as it appears that the 3rd party stuff is being linked against that libindi. Also, if you just want to compile ASI, just go into 3rdparty/indi-asicam and run:
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKAE_BUILD_TYPE=Debug .
sudo make install

i.e. no need to run the cmake form the top-level 3rd party directory if you're just interested in one driver.
The following user(s) said Thank You: Rob Meades
8 years 1 month ago #7463

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

  • Posts: 86
  • Thank you received: 5
Hi knro. Yes, I had done that but I'd also done a remove (pacman -r libindi on Arch Linux) before this build. Is the problem that I need to do the same for libindi-dev?

Rob
Last edit: 8 years 1 month ago by Rob Meades.
8 years 1 month ago #7465

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

  • Posts: 86
  • Thank you received: 5
OK, pacman -r libindi-dev didn't find anything but I've searched the entire disk for libindi* and indi*, deleted everything I could find and then built just the two drivers I need and now I can make the connection.

Thanks for the swift help, I'll start a new topic for the question I was originally going to ask.

Rob
8 years 1 month ago #7479

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

Time to create page: 0.387 seconds