ANZAC Day
Go Back   IceInSpace > Equipment > Software and Computers
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Rate Thread
  #1  
Old 15-09-2015, 08:48 PM
rcheshire's Avatar
rcheshire (Rowland)
Registered User

rcheshire is offline
 
Join Date: Apr 2010
Location: Geelong
Posts: 2,617
XEphem INDI on ubuntu - installation

For a bit of fun XEphem on ubuntu with INDI - a bit camera device limited. There is more to this light weight GUI than meets the eye - comes in a commercial version.

Install the following dependencies

sudo apt-get install libmotif-dev libx11-dev libxmu-dev libxp-dev libxt-dev x11proto-print-dev

download and extract the package http://www.clearskyinstitute.com/xephem/index.html

$ tar xfz xephem-3.7.6.tar.gz
$ cd xephem-3.7.6/GUI/xephem

On Intel x86_32/64 linux just do this:

$ make MOTIF=../../libXm/linux86

INDI packages as required

sudo apt-get install indi-apogee indi-sbig indi-bin libindi-data libapogee2 linindi0c libindimain0c libindidriver0c

From the same terminal

./xephem

Sky View - configure telescope and INDI
Attached Thumbnails
Click for full-size image (xephem.jpg)
204.1 KB40 views
Reply With Quote
  #2  
Old 15-09-2015, 11:41 PM
Steffen's Avatar
Steffen
Ebotec Alpeht Sicamb

Steffen is offline
 
Join Date: Feb 2010
Location: Toongabbie, NSW
Posts: 1,965
XEphem is seriously badass. It can do so many things modern planetarium programs can't. Sure, it is also lacking in a few areas, such as UI and scope control, but its great strength is that virtually any piece of data available to the program can be graphed over time or solved for (minimum or maximum). It's a cinch to plot the ring tilt of Saturn over the next ten years, for example, or to find out when two arbitrary bodies have their closest approach.
Reply With Quote
  #3  
Old 16-09-2015, 04:01 AM
rcheshire's Avatar
rcheshire (Rowland)
Registered User

rcheshire is offline
 
Join Date: Apr 2010
Location: Geelong
Posts: 2,617
http://www.clearskyinstitute.com/xephem/index.html

It is a little limited. Basically if there is an indi driver XEphem can control it.

It seems that serial to usb adapters are problematic with INDI.

http://indilib.org/devices.html
Reply With Quote
  #4  
Old 16-09-2015, 11:59 AM
Octane's Avatar
Octane (Humayun)
IIS Member #671

Octane is offline
 
Join Date: Dec 2005
Location: Canberra
Posts: 11,159
Far out. I remember using XEphem back in the 90s. Might have to start playing again.

H
Reply With Quote
  #5  
Old 16-09-2015, 04:00 PM
NeilW
Registered User

NeilW is offline
 
Join Date: Feb 2006
Location: Adelaide
Posts: 296
Hmm....as per my comments in the "Linuxization" thread under this topic, I've spent several fruitless hours trying to get my HEQ5 to talk to Indi via just such an adapter
Reply With Quote
  #6  
Old 16-09-2015, 07:51 PM
rcheshire's Avatar
rcheshire (Rowland)
Registered User

rcheshire is offline
 
Join Date: Apr 2010
Location: Geelong
Posts: 2,617
Quote:
Originally Posted by NeilW View Post
Hmm....as per my comments in the "Linuxization" thread under this topic, I've spent several fruitless hours trying to get my HEQ5 to talk to Indi via just such an adapter
This might help along with Gary's post in Linuxisation. https://blog.mypapit.net/2008/05/how...in-ubuntu.html worth a try.
Reply With Quote
  #7  
Old 17-09-2015, 01:42 PM
gary
Registered User

gary is offline
 
Join Date: Apr 2005
Location: Mt. Kuring-Gai
Posts: 5,928
Quote:
Originally Posted by NeilW View Post
Hmm....as per my comments in the "Linuxization" thread under this topic, I've spent several fruitless hours trying to get my HEQ5 to talk to Indi via just such an adapter
Hi Neil,

You might want to have a look at this additional follow-up post I made
the other day -
http://www.iceinspace.com.au/forum/s...9&postcount=30

Your first step should be to identify exactly what type of USB Serial
Adapter you have. Different makes and models use different chipsets
and each class of chipset requires a specific driver that may not be included
in your kernel by default.

If you have a no-name generic adapter, its identity will be betrayed
when the system first boots or you plug it in.

For example, if you plug it in and type -

# dmesg | grep usb

at the bottom of the transcript you should see some message lines,
the first of which starts with "New USB device found".
Within that transcript you will find information about the device,
including its "idVendor" and "idProduct" numbers. Every make/model of
USB device in the world that has been registered with the USB-IF
consortium is assigned these identifiers.

Within the transcript you may also see a line to the effect -

device v1234 p5678 is not supported.

The kernel being able to operate with a particular USB Adapter is
a two step process.

Firstly, when the device is initially detected on the USB bus, for example
when it is inserted, the device is probed by the USB subsystem software.
The primary task of the probing step is to ascertain the vendor ID
and the product ID of the USB peripheral just inserted.

In the second phase, if the device is recognized, the USB subsystem
passes off handling of it to a specific kernel device driver that knows
how to handle that specific device. In the case of a USB Serial Adapter
that driver, once it loads, will also automagically instantiate the
/dev/ttyUSB0 device.

So just because a device is initially successfully probed by the USB
subsystem does not necessarily mean that the device driver
for that peripheral will be loaded if the kernel does not know about
it.

If the driver is not compiled into the kernel or has not been included
as a kernel module, then it will need to be compiled.

Best regards

Gary
Reply With Quote
  #8  
Old 17-09-2015, 02:50 PM
NeilW
Registered User

NeilW is offline
 
Join Date: Feb 2006
Location: Adelaide
Posts: 296
Excellent explanation, Thanks Gary. I'll definitely work through that process. It would be so good to get everything running properly under Linux! I'll let you know how I get on.
Reply With Quote
  #9  
Old 19-09-2015, 12:58 PM
rcheshire's Avatar
rcheshire (Rowland)
Registered User

rcheshire is offline
 
Join Date: Apr 2010
Location: Geelong
Posts: 2,617
A ubuntu update including a host of INDI drivers for cameras in particular.
Attached Thumbnails
Click for full-size image (INDI update.png)
106.4 KB17 views
Click for full-size image (INDI update2.png)
107.6 KB10 views
Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +10. The time is now 10:03 AM.

Powered by vBulletin Version 3.8.7 | Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Advertisement
Bintel
Advertisement
Testar
Advertisement