×

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

Bi-monthly release with minor bug fixes and improvements

[SOLVED] Indi Server on Raspberry PI 2

  • Posts: 6
  • Thank you received: 0
Hello everyone from Austria
I am new at this Forum and thank you for this great Project.
My first question is:
Can I install the Indi server on the Respberry PI 2 ??
All my attempts are failed at the moment.
I use the Raspbian OS from the Raspian.org site and install like the Tutorial from the Indi site.

<strong> $ sudo apt-get install cdbs libcfitsio3-dev libnova-dev libusb-1.0-0-dev libjpeg-dev libusb-dev libtiff4-dev libftdi-dev fxload libcurl4-gnutls-dev dcraw libgphoto2-2-dev libgsl0-dev dkms libboost-regex1.49.0
$ tar -xzf libindi_1.1.0_rpi.tar.gz
$ cd libindi_1.1.0_rpi
$ sudo dpkg -i *.deb</strong>

When I install the *.deb packages i get the following errors:
dpkg: error processing indi-fli-dbg (--install):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of indi-sx:
indi-sx depends on libstdc++6 (>= 4.9); however:
Version of libstdc++6:armhf on system is 4.8.2-21~rpi3rpi1.
it's different from package to package:
I have no more idea’s what can i to
Installation from source also failed.
Can you help me please
PS: sorry for my English

all the best
Berni
Last edit: 8 years 5 months ago by Bernhard Fischer.
8 years 7 months ago #5120

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

I recently switched to gcc 4.9 to be able to compile libindi without hacks on the Rpi2 2. I'll update the instructions but just follow those now and let me know if that resolves the issue for you:

solarianprogrammer.com/2015/01/13/raspbe...ile-cpp-14-programs/
Last edit: 8 years 7 months ago by Jasem Mutlaq.
8 years 7 months ago #5121

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

  • Posts: 6
  • Thank you received: 0
Hello Knro
thank you for the fast answer. Okay I have installed a fresh raspian and used your Tutorial .
Without a good end ;) The same problems as before.
The Problems starting here with the following requests.

sudo apt-get install cdbs libcfitsio3-dev libnova-dev libusb-1.0-0-dev libjpeg-dev libusb-dev libtiff4-dev libftdi-dev fxload libcurl4-gnutls-dev dcraw libgphoto2-2-dev libgsl0-dev dkms libboost-regex1.49.0

Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libjpeg8-dev' instead of 'libjpeg-dev'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libcurl4-gnutls-dev : Depends: libkrb5-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

And the same at the deb packages

sorry for the bad new thanks for helping

all the best
berni
8 years 7 months ago #5122

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

If you do sudo apt-get libkrb5-dev and then try to install indi, does it work or more errors?
8 years 7 months ago #5123

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

  • Posts: 6
  • Thank you received: 0
Hi Knro
Okay i am confused it works.
After sudo apt-get install libkrb5-dev i became this as answer

Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:

then I start sudo apt-get -f install all driver are Installed and the indiserver is running with my drivers great.

yyyyypppppiiii
okay starting Hardware tests on Friday night
thanks a lot for support all the best
Berni
8 years 7 months ago #5124

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

  • Posts: 16
  • Thank you received: 11
to fix the libc6 errors i just moved my pi 2 to Jessie raspbian.

sudo sed -i /deb/s/wheezy/jessie/g /etc/apt/sources.list
sudo sed -i /deb/s/wheezy/jessie/g /etc/apt/sources.list.d/*.list

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
8 years 7 months ago #5133

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

  • Posts: 6
  • Thank you received: 0
Hello jrlaffoon

thank you for your Tip i will test this in the next days

all the best Berni
8 years 7 months ago #5134

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

  • Posts: 16
  • Thank you received: 11
I forgot to add:

You will get prompted on few things Y or N as the upgrade progresses. Select "N" for systemd, lightdm, dbus and other booting related things.

Thanks!
The following user(s) said Thank You: Bernhard Fischer
8 years 7 months ago #5135

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

  • Posts: 6
  • Thank you received: 0
Hi Knro

now I have tested my hardware an all works eqmod ,sx cdd and qhy_ccd (8L).
Thank again for helping.
One Tip i need: how can i move my scope manually with the buttons in the mount motion

thx Berni
8 years 7 months ago #5139

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


I don't understand exactly? You can either move the mount in the INDI Control Panel or in Ekos Mount module.
8 years 7 months ago #5144

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

  • Posts: 6
  • Thank you received: 0
Hello Knro

When I selecting a Star in Kstart and say track or slew the teleskop move to the star thats works fine.
When I Push on one of the N.S,E,W Buttons I see at the Massege window first "slew" and 1ms after "slewing aborting".

thx
Berni
8 years 6 months ago #5147

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

That's because you need to keep pressing them, if you release the button it stops. You can use controls from INDI control panel which would go NSEW without stopping until you manually stop them.
The following user(s) said Thank You: Bernhard Fischer
8 years 6 months ago #5152

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

Time to create page: 0.951 seconds