×

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 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.

  • Posts: 52
  • Thank you received: 0
Installation
INDI can control Meade DSI Pro I/II CCDs via the indi_dsi_ccd driver. Under Ubuntu, you can install the driver via:

sudo add-apt-repository ppa:mutlaqja/ppa

sudo apt-get update

sudo apt-get install indi-dsi

Features
The driver support basic capture and adjustment of gain.
Operation
Once you're connected, you can capture images as FITS from the camera.
Issues
Some users bug tracking system at SourceForge. (You can log in with a variety of existing accounts, including Google, Yahoo and OpenID.)

Rate this listing
★★★★★
1 vote
Listing Details
Website
www.meade.com
Driver Name
Meade DSI Pro (I/II)
Driver Executable
indi_dsi_ccd
Family
CCDs
Manufacturer
Meade
Platforms
Linux
Author
Ben Gilsrud
Version
0.1
4 years 2 weeks ago #50608

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

  • Posts: 153
  • Thank you received: 29
I'm stumped as to why you're having issues. I was able to install the DSI driver on ubuntu 18.04 (x84_64 using docker) and it works fine. Have you tried doing an "apt-get update && apt-get upgrade"?

Thanks,
Ben
4 years 2 weeks ago #50634

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

  • Posts: 52
  • Thank you received: 0
Tried the update ..no joy.

I will try the DSI in a friends Laptop with EKos installed.

i will report back.
4 years 2 weeks ago #50638

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

  • Posts: 52
  • Thank you received: 0
Hi again,
I am revisiting this issue as I would like to operate the dsi for Photometry. I am still having no luck in connecting the DSI to Ekos.

lsusb shows the camera is connecting to usb, but when trying to connect the dsi in kstars I get the following error returned:

" 2020-09-10T09:46:01: [INFO] Unable to find DSI. Has the firmware been loaded?" and the "Red connection light" shows in "INDI control Panel-KStars"

Any help to sort this out would be appreciated.
3 years 6 months ago #59668

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

  • Posts: 153
  • Thank you received: 29
One thing that I notice is that you're using a 32-bit version of indi. Is this intentional? I can't think of why this wouldn't work, but it seems strange (given that the D430 has a 64-bit capable processor).

-Ben
3 years 6 months ago #59674

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

  • Posts: 52
  • Thank you received: 0
Thanks for your reply.

i have tried on 64 bit versions also.same result
last night i did a ubuntu upgrade and update.
Latest kstars.
same result
(Camera works fine on windows)
Puzzling...
3 years 6 months ago #59700

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

  • Posts: 153
  • Thank you received: 29
Hi Bruce,
Yeah, you're camera is fine...it's the INDI install that seems to be busted. The issue is that some of the symbols in the indi_dsi_ccd driver are not being resolved. These symbols should be defined in libindidriver. Could you post the output of this:

nm /usr/lib/i386-linux-gnu/libindidriver.so.1

Thanks,
Ben
3 years 6 months ago #59703

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

  • Posts: 52
  • Thank you received: 0
Thanks Ben,

How do i do this ( sorry I am not a linux guru, wish I was):
Could you post the output of this:

nm /usr/lib/i386-linux-gnu/libindidriver.so.1
3 years 6 months ago #59708

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

  • Posts: 153
  • Thank you received: 29
What I'm asking is to execute that command in a shell. On ubuntu it might be called terminal or shell. If you just get a message saying something about "no symbols" then you could try doing:
nm -D /usr/lib/i386-linux-gnu/libindidriver.so.1

I tested this on a 32-bit ubuntu (non-studio) 18.04.5 (via docker) and everything looks fine. I'm not sure what could cause this??

-Ben
3 years 6 months ago #59709

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

Time to create page: 0.824 seconds