×

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

Bi-monthly release with minor bug fixes and improvements

[No Longer SOLVED] Updated on 11/20/2019 - Indi crashes

  • Posts: 1119
  • Thank you received: 182
My PoleMaster is recognized now, but my ZWO cameras are not and Indi crashes.


2019-11-21T04:33:13: startup: /usr/bin/indiserver -v -p 7625 -r 0 -f /tmp/indififo967579a5
2019-11-21T04:33:13: listening to port 7625 on fd 3
FIFO: start indi_asi_ccd
FIFO: Starting driver indi_asi_ccd
2019-11-21T04:33:13: Driver indi_asi_ccd: pid=1896 rfd=4 wfd=7 efd=8
2019-11-21T04:33:13: Driver indi_asi_ccd: indi_asi_ccd: error while loading shared libraries: libASICamera2.so: cannot open shared object file: No such file or directory
2019-11-21T04:33:13: Client 5: new arrival from 127.0.0.1:59474 - welcome!
2019-11-21T04:33:13: Driver indi_asi_ccd: stderr EOF
Child process 1896 died
2019-11-21T04:33:13: Driver indi_asi_ccd: Terminated after #0 restarts.


Here the logs:

File Attachment:

File Name: log_22-32-18.txt
File Size:271 KB
4 years 5 months ago #46072
Attachments:

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

Make sure libasi is installed?

sudo apt-get -y install --reinstall libasi
4 years 5 months ago #46077

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

  • Posts: 989
  • Thank you received: 161
Same here and reinstall of libasi doesn't fix it..

trifid@SA76R4:~/Astro$ sudo apt-get -y install --reinstall libasi
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
0 aktualisiert, 0 neu installiert, 1 erneut installiert, 0 zu entfernen und 0 nicht aktualisiert.
Es müssen noch 0 B von 351 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
(Lese Datenbank ... 241196 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../libasi_1.1~201911210838~ubuntu18.04.1_amd64.deb ...
Entpacken von libasi (1.1~201911210838~ubuntu18.04.1) über (1.1~201911210838~ubuntu18.04.1) ...
libasi (1.1~201911210838~ubuntu18.04.1) wird eingerichtet ...
trifid@SA76R4:~/Astro$ indiserver indi_asi_ccd
2019-11-21T12:27:15: startup: indiserver indi_asi_ccd
2019-11-21T12:27:15: Driver indi_asi_ccd: indi_asi_ccd: error while loading shared libraries: libASICamera2.so: cannot open shared object file: No such file or directory
2019-11-21T12:27:15: Driver indi_asi_ccd: stderr EOF
Child process 19356 died
4 years 5 months ago #46084

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

  • Posts: 989
  • Thank you received: 161
trifid@SA76R4:/usr/lib/x86_64-linux-gnu$ ls -la libASI*
lrwxrwxrwx 1 root root 18 Nov 21 09:38 libASICamera2.so -> libASICamera2.so.1
lrwxrwxrwx 1 root root 26 Nov 21 09:38 libASICamera2.so.1 -> libASICamera2.so.1.14.0715
-rw-r--r-- 1 root root 1710952 Nov 21 09:38 libASICamera2.so.1.14.1108
trifid@SA76R4:/usr/lib/x86_64-linux-gnu$

It appears the link should point towards .1108 instead of .0715.

I corrected the link and indiserver started OK.
4 years 5 months ago #46085

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

  • Posts: 989
  • Thank you received: 161
cd /usr/lib/x86_64-linux-gnu/
sudo rm libASICamera2.so.1 (in case such file exists)
sudo ln -s libASICamera2.so.1.14.1108 libASICamera2.so.1

should do the trick.
The following user(s) said Thank You: Jose Corazon, maxthebuilder
4 years 5 months ago #46088

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

  • Posts: 1119
  • Thank you received: 182
Thanks, Alfred!

That did the trick, indeed! All systems functioning normally again, it seems.

Only change for RPi4 users is that the directory is aarch64-linux-gnu and not x86_64-linux-gnu.

So RPi4 users (using Ubuntu MATE) need to change the first line of your terminal commands to

cd /usr/lib/aarch64-linux-gnu

The rest is the same.
Last edit: 4 years 5 months ago by Jose Corazon.
4 years 5 months ago #46096

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

  • Posts: 474
  • Thank you received: 168
Yes, sorry, I had missed a change when I recently updated the ASI camera SDK version, should now be fixed in next nightly.
The following user(s) said Thank You: Alfred, Jose Corazon, maxthebuilder
4 years 5 months ago #46144

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

  • Posts: 912
  • Thank you received: 86
I had the same problem after today's update (haven't updated in a few days).
sudo ln -s libASICamera2.so.1.14.1108 libASICamera2.so.1
fixed it

also, originally, there was no libASICamera2.so.1 but libASICamera2.so (broke link)
and the directory was: /usr/lib/arm-linux-gnueabihf
(SM 1.4.3 Mate on RPI4)

Thanks much for an easy solution!
-- Max S
ZWO AM5. RST-135. AZ-GTI. HEQ5. iOptron SkyTracker.
TPO RC6. FRA400. Rokinon 135 and other lenses.
ZWO ASI2600MC. D5500 modified with UVIR clip-in filter.
ZWO ASI120MM Mini x 2. ZWO 30F4 guider. Orion 50mm guider.
ZWO EAF x 3.
Last edit: 4 years 5 months ago by maxthebuilder.
4 years 5 months ago #46161

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

  • Posts: 969
  • Thank you received: 94
Hi
I built from source but still have the old 0715 sdk. What must I do to get the new 1108?
TIA


steve@E5430:~/Projects/build/indi-asi$ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ~/Projects/indi-3rdparty/indi-asi
-- Found ASI: /usr/lib/x86_64-linux-gnu/libASICamera2.so;/usr/lib/x86_64-linux-gnu/libEFWFilter.so;/usr/lib/x86_64-linux-gnu/libUSB2ST4Conv.so;/usr/lib/x86_64-linux-gnu/libEAFFocuser.so
-- Found CFITSIO: /usr/lib/x86_64-linux-gnu/libcfitsio.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/steve/Projects/build/indi-asi
steve@E5430:~/Projects/build/indi-asi$ make
[ 12%] Building CXX object CMakeFiles/indi_asi_wheel.dir/asi_wheel.cpp.o
[ 25%] Linking CXX executable indi_asi_wheel
[ 25%] Built target indi_asi_wheel
[ 37%] Building CXX object CMakeFiles/indi_asi_focuser.dir/asi_focuser.cpp.o
[ 50%] Linking CXX executable indi_asi_focuser
[ 50%] Built target indi_asi_focuser
[ 62%] Building CXX object CMakeFiles/indi_asi_ccd.dir/asi_ccd.cpp.o
[ 75%] Linking CXX executable indi_asi_ccd
[ 75%] Built target indi_asi_ccd
[ 87%] Building CXX object CMakeFiles/indi_asi_st4.dir/asi_st4.cpp.o
[100%] Linking CXX executable indi_asi_st4
[100%] Built target indi_asi_st4
steve@E5430:~/Projects/build/indi-asi$ sudo make install
[ 25%] Built target indi_asi_wheel
[ 50%] Built target indi_asi_focuser
[ 75%] Built target indi_asi_ccd
[100%] Built target indi_asi_st4
Install the project...
-- Install configuration: "Debug"
-- Installing: /usr/bin/indi_asi_ccd
-- Installing: /usr/bin/indi_asi_wheel
-- Installing: /usr/bin/indi_asi_st4
-- Installing: /usr/bin/indi_asi_focuser
-- Up-to-date: /usr/share/indi/indi_asi.xml

but...
steve@E5430:/usr/lib/x86_64-linux-gnu$ ls -la libASI*
lrwxrwxrwx 1 root root 18 nov 7 17:28 libASICamera2.so -> libASICamera2.so.1
lrwxrwxrwx 1 root root 26 nov 7 17:28 libASICamera2.so.1 -> libASICamera2.so.1.14.0715
-rw-r--r-- 1 root root 1628840 nov 7 17:28 libASICamera2.so.1.14.0715
4 years 5 months ago #46165

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

  • Posts: 1119
  • Thank you received: 182
I also recompiled from source yesterday, and I am also having the old SDK. Doesn't affect my ASI cameras, though, but I am now back at where the PoleMaster is not being recognized as the QHY driver seems to depend on the updated SDK..

It looks like the SDK was only fixed in the nightly build, not on github. I am not sure we can do anything until the git is updated.
The following user(s) said Thank You: alacant
4 years 5 months ago #46172

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

  • Posts: 474
  • Thank you received: 168
No, nightly builds are always built from git head so git is always more up to date by definition. ASI SDK recides in libasi directory in git and has to be installed first before indi-asi to use the current one. Git version itself has worked fine the whole time, it was just one packaging file I forgot to modify which caused wrong link in .deb files.
4 years 5 months ago #46176

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

  • Posts: 969
  • Thank you received: 94
Hi. Could you give us a build method for installing the SDK please?
Building indi-core and indi-asi as described here doesn't work.
TIA.
Last edit: 4 years 5 months ago by alacant.
4 years 5 months ago #46177

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

Time to create page: 0.516 seconds