Pieter Boogaerts replied to the topic 'Raspbian INDI 1.7.6' in the forum. 5 years ago

Hey, thanks for the reaction!
Yep, that is a good work around. In fact, I did that on another SD card earlier today, always good to have a few options :D

The reason I was asking specifically for raspbian is twofold:
- one to run a homebrew focuser over the GPIO interface (currently all setup using raspbian, should work on ubuntu as well)
- two I like raspbian since it is very lightweight

Hence I was wondering if 1.7.6 would be coming to raspbian :)


Cheers,

F

Read More...

Pieter Boogaerts created a new topic ' Raspbian INDI 1.7.6' in the forum. 5 years ago

Hi,
newbie here :)
I'm trying to use INDI to drive a Skywatcher AZ-GTi mount.
I have everything working on my ubuntu desktop (latest INDI version from the repo v1.7.6), also several helpful threads on this forum. In short: good stuff! :D

However I'm also trying to run the same thing on my raspberry (raspbian OS), here the INDI version is listed as v1.7.4.
Unfortunately I can't get the AZ-GTi to connect and reading the INDI device page for the AZ-GTi, I understand I need INDI > 1.7.5
So, question: Any idea when/if INDI 1.7.6 is coming to raspbian? :)

Cheers,

Frost

Read More...

Hi,
I realize this is a bit of a late reaction but I ran into the same problem today :)

The issue is that the installation script does not install all dependencies properly.

sudo dpkg -i *.deb
will leave your system with installed but not properly configured INDI packages.
Luckily dpkg is pretty smart and you can tell it to figure out the dependencies and sort it out for you by running the following:
sudo apt-get --fix-broken install

After this you can run the
sudo dpkg -i *.deb
again for good measure and it should complete without error.

Cheers,

Frost

Read More...