×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Driver for old Meade DSi 1 Pro

  • Posts: 52
  • Thank you received: 0
I was wondering if there is an issue with the Meade DSI driver? I have had no success when trying to connect this camera.

020-03-05T11:37:45 Unable to establish:
+ Meade Deep Sky Imager
Please ensure the device is connected and powered on.
2020-03-05T11:37:40 INDI services started on port 7624.
2020-03-05T11:37:40 Starting INDI services...

The Camera driver has been selected from the drop down menu in the profile editor, but will not connect.

Thanks fro any help with this one.

Bruceaust
4 years 3 weeks ago #50440

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

  • Posts: 52
  • Thank you received: 0
The error recieved when trying to connect:
"KStars detected INDI driver indi_dsi_ccd crashed. Please check INDI server log in the Device Manager."
4 years 3 weeks ago #50441

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

  • Posts: 52
  • Thank you received: 0
I know it seems odd to be using such an old camera , but I purchased it second hand to do some Photometry and variable star analysis.
4 years 3 weeks ago #50448

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

  • Posts: 153
  • Thank you received: 29
Are you able to find the debug log? I have a DSI 1 Pro that I can try tomorrow to see if I can reproduce the issue.

Thanks,
Ben
4 years 3 weeks ago #50458

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

  • Posts: 52
  • Thank you received: 0
How do you access the Debug log?
4 years 3 weeks ago #50475

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

  • Posts: 153
  • Thank you received: 29
I was able to test my DSI 1 pro with the current kstars/indi on my machine and it worked just fine. Here are the versions that I used:

ii indi-dsi-dbg 0.2~202002241336~ubuntu20.04.1 amd64 INDI Meade DSI Pro I/II Driver
ii kstars 5:3.4.1-1 amd64 desktop planetarium, observation planning and telescope control

Ultimately, we would want to get a backtrace of the crash that you're seeing. You can find instructions here: www.indilib.org/forum/general/571-read-b...support-request.html.

Follow the instructions in step 3. Once you've started gdb, then open up ekos. Click "Add new profile" under "1.Select profile". Change the Mode from "Local" to "Remote" and then select the "Meade Deep Sky Imager" for the CCD. Leave everything else at the default and hit save. Click the "Start" button under "2. Start and Stop Ekos". I'm hoping you'll see the driver crash and drop into the GDB shell. If that happens, type "bt" and hit enter and then post the results here.

Thanks,
Ben
4 years 3 weeks ago #50487

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

  • Posts: 52
  • Thank you received: 0
I think I have the correct log for you.
I am using Ubuntu studio on both 32 and 64 bit machine . Both will not connect to the DSI in Ekos using the meade driver int he dropdown list.I have attache the log file.
With the DSI plugged in I then went to the start button in ekos to open my profile. I only have the Meade DSI in my profile.
4 years 3 weeks ago #50544
Attachments:

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

  • Posts: 153
  • Thank you received: 29
There appears to be something wrong with your installation. The DSI driver is missing a symbol, which is likely caused by a missing library. Did you install indi via apt or dpkg? That shouldn't allow this to happen.

Can you post the output of the following command:
ldd $(which indi_dsi_ccd)

Thanks,
Ben
4 years 2 weeks ago #50556

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

  • Posts: 52
  • Thank you received: 0
bruce@bruce-Latitude-D430:~$ ldd $(which indi_dsi_ccd)
linux-gate.so.1 (0xb7ee3000)
libindidriver.so.1 => /usr/lib/i386-linux-gnu/libindidriver.so.1 (0xb7bfa000)
libusb-1.0.so.0 => /lib/i386-linux-gnu/libusb-1.0.so.0 (0xb7bdf000)
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xb7a59000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb7957000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xb7939000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb775d000)
libnova-0.16.so.0 => /usr/lib/i386-linux-gnu/libnova-0.16.so.0 (0xb73ff000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb73e0000)
libcfitsio.so.5 => /usr/lib/i386-linux-gnu/libcfitsio.so.5 (0xb71d8000)
libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xb71b9000)
libjpeg.so.8 => /usr/lib/i386-linux-gnu/libjpeg.so.8 (0xb7146000)
libfftw3.so.3 => /usr/lib/i386-linux-gnu/libfftw3.so.3 (0xb6f56000)
libudev.so.1 => /lib/i386-linux-gnu/libudev.so.1 (0xb6f35000)
/lib/ld-linux.so.2 (0xb7ee5000)
libbz2.so.1.0 => /lib/i386-linux-gnu/libbz2.so.1.0 (0xb6f24000)
libcurl-gnutls.so.4 => /usr/lib/i386-linux-gnu/libcurl-gnutls.so.4 (0xb6e97000)
librt.so.1 => /lib/i386-linux-gnu/librt.so.1 (0xb6e8d000)
libnghttp2.so.14 => /usr/lib/i386-linux-gnu/libnghttp2.so.14 (0xb6e64000)
libidn2.so.0 => /usr/lib/i386-linux-gnu/libidn2.so.0 (0xb6e45000)
librtmp.so.1 => /usr/lib/i386-linux-gnu/librtmp.so.1 (0xb6e25000)
libpsl.so.5 => /usr/lib/i386-linux-gnu/libpsl.so.5 (0xb6e16000)
libnettle.so.6 => /usr/lib/i386-linux-gnu/libnettle.so.6 (0xb6dda000)
libgnutls.so.30 => /usr/lib/i386-linux-gnu/libgnutls.so.30 (0xb6c41000)
libgssapi_krb5.so.2 => /usr/lib/i386-linux-gnu/libgssapi_krb5.so.2 (0xb6bed000)
libldap_r-2.4.so.2 => /usr/lib/i386-linux-gnu/libldap_r-2.4.so.2 (0xb6b91000)
liblber-2.4.so.2 => /usr/lib/i386-linux-gnu/liblber-2.4.so.2 (0xb6b81000)
libunistring.so.2 => /usr/lib/i386-linux-gnu/libunistring.so.2 (0xb6a00000)
libhogweed.so.4 => /usr/lib/i386-linux-gnu/libhogweed.so.4 (0xb69ca000)
libgmp.so.10 => /usr/lib/i386-linux-gnu/libgmp.so.10 (0xb693f000)
libp11-kit.so.0 => /usr/lib/i386-linux-gnu/libp11-kit.so.0 (0xb67f1000)
libtasn1.so.6 => /usr/lib/i386-linux-gnu/libtasn1.so.6 (0xb67dc000)
libkrb5.so.3 => /usr/lib/i386-linux-gnu/libkrb5.so.3 (0xb6700000)
libk5crypto.so.3 => /usr/lib/i386-linux-gnu/libk5crypto.so.3 (0xb66c9000)
libcom_err.so.2 => /lib/i386-linux-gnu/libcom_err.so.2 (0xb66c4000)
libkrb5support.so.0 => /usr/lib/i386-linux-gnu/libkrb5support.so.0 (0xb66b7000)
libresolv.so.2 => /lib/i386-linux-gnu/libresolv.so.2 (0xb669f000)
libsasl2.so.2 => /usr/lib/i386-linux-gnu/libsasl2.so.2 (0xb6681000)
libgssapi.so.3 => /usr/lib/i386-linux-gnu/libgssapi.so.3 (0xb663a000)
libffi.so.6 => /usr/lib/i386-linux-gnu/libffi.so.6 (0xb6631000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xb662c000)
libkeyutils.so.1 => /lib/i386-linux-gnu/libkeyutils.so.1 (0xb6627000)
libheimntlm.so.0 => /usr/lib/i386-linux-gnu/libheimntlm.so.0 (0xb661d000)
libkrb5.so.26 => /usr/lib/i386-linux-gnu/libkrb5.so.26 (0xb657e000)
libasn1.so.8 => /usr/lib/i386-linux-gnu/libasn1.so.8 (0xb64cb000)
libhcrypto.so.4 => /usr/lib/i386-linux-gnu/libhcrypto.so.4 (0xb648f000)
libroken.so.18 => /usr/lib/i386-linux-gnu/libroken.so.18 (0xb6477000)
libwind.so.0 => /usr/lib/i386-linux-gnu/libwind.so.0 (0xb644d000)
libheimbase.so.1 => /usr/lib/i386-linux-gnu/libheimbase.so.1 (0xb643c000)
libhx509.so.5 => /usr/lib/i386-linux-gnu/libhx509.so.5 (0xb63ed000)
libsqlite3.so.0 => /usr/lib/i386-linux-gnu/libsqlite3.so.0 (0xb62ce000)
libcrypt.so.1 => /lib/i386-linux-gnu/libcrypt.so.1 (0xb629c000)
bruce@bruce-Latitude-D430:~$
4 years 2 weeks ago #50571

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

  • Posts: 52
  • Thank you received: 0
i have reinstalled the Meade indi driver again. Still no luck .
4 years 2 weeks ago #50585

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

  • Posts: 153
  • Thank you received: 29
What version of ubuntu studio are you using? The output of "lsb_release -a" would help.

How did you install the dsi driver? Was it via Jasem's PPA?

Thanks,
Ben
4 years 2 weeks ago #50596

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

  • Posts: 52
  • Thank you received: 0
bruce@bruce-Latitude-D430:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.4 LTS
Release: 18.04
Codename: bionic
bruce@bruce-Latitude-D430:~$
4 years 2 weeks ago #50607

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

Time to create page: 0.424 seconds