×

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

Bi-monthly release with minor bug fixes and improvements

[SOLVED] SBIG Driver Crashed on INDI Start

  • Posts: 106
  • Thank you received: 7
Hello,
just for information, there was no update.
Thomas
6 years 2 months ago #22773

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

6 years 2 months ago #22774

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

  • Posts: 106
  • Thank you received: 7
Hello Jasem,
I personally cannot interpret what is happening on launchpad. On Sunday I will have a speech at out local astronomy club about INDI. I have planned to show something live with my SBIG. Is it possible that it is fixed until, or should I use another camera.

Thomas
6 years 2 months ago #22825

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

You can compile the driver and that would just fine. I asked Launchpad today and was told there is a huge backlog still.
6 years 2 months ago #22826

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

  • Posts: 106
  • Thank you received: 7
Thank's for your reply. We have to wait.
I have never compiled a driver? Is this easy to do?

Thomas
6 years 2 months ago #22828

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

Yes, relatively speaking. Following instructions here for building 3rd party driver: www.indilib.org/forum/general/210-howto-...st-libindi-ekos.html
6 years 2 months ago #22830

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

  • Posts: 106
  • Thank you received: 7
...relatively hard for me, but I tried it:

Building INDI from Source >> success

Building 3rd party INDI drivers

indi-eqmod >> success

indi-sbig >> failed see below

starhopper@hp-g5000 ~/Projects/build/indi-sbig $ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ~/Projects/indi/3rdparty/indi-sbig
-- Found CFITSIO: /usr/lib/x86_64-linux-gnu/libcfitsio.so
-- Found libsbig: /usr/lib/x86_64-linux-gnu/libsbig.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/starhopper/Projects/build/indi-sbig
starhopper@hp-g5000 ~/Projects/build/indi-sbig $ sudo make install
make[2]: *** Keine Regel vorhanden, um das Ziel „/usr/lib/x86_64-linux-gnu/libsbig.so“,
benötigt von „indi_sbig_ccd“, zu erstellen. Schluss.
CMakeFiles/Makefile2:67: die Regel für Ziel „CMakeFiles/indi_sbig_ccd.dir/all“ scheiterte
make[1]: *** [CMakeFiles/indi_sbig_ccd.dir/all] Fehler 2
Makefile:127: die Regel für Ziel „all“ scheiterte
make: *** [all] Fehler 2


Building KStars from Source >> success

There must be a simply failure from me?
Thomas
6 years 2 months ago #22832

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

  • Posts: 106
  • Thank you received: 7
Hello,
an update came and my SBIG is working again. Great!
Did you see a failure compiling this driver in my example (see above)

Thomas
6 years 2 months ago #22852

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

It's a 2-step process. First install libsbig, then compile and install indi-sbig.
6 years 2 months ago #22858

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

  • Posts: 106
  • Thank you received: 7
Hello,
maybe README or INSTALL are not up to date. Thanks for solving this problem.
Thomas.
6 years 2 months ago #22895

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

  • Posts: 983
  • Thank you received: 375
It has always been 2-step process, well described in README
To build all 3rd party drivers, you need to run cmake and make install twice. First time is to install any dependencies of the 3rd party drivers (for example indi-qsi depends on libqsi), and second time to install the actual drivers themselves.
6 years 2 months ago #22898

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

  • Posts: 106
  • Thank you received: 7
I watched README in the indi-sbig folder. I've found your README text in the above folder. Thanks.
Finally it works. Great.
Thanks Thomas
6 years 2 months ago #22946

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

Time to create page: 0.306 seconds