Olivier CHRETIEN created a new topic ' Can't connect QHY5 CCD' in the forum. 7 years ago

Hello,
I've installed Kstars on my Raspberry Pi 3 / Ubuntu 16.04.
I also installed the QHY drivers :
sudo add-apt-repository ppa:mutlaqja/ppa
sudo apt-get update
sudo apt-get install indi-qhy
But when I open Ekos, start Indi and try to connect de camera, the connexion doesn't work.
I only have access to a CCD simulator. I don't find the camera.
How do you do to connect a camera and marticularly a QHY5 ?
Thanks for your help.
Olivier

Read More...

Thanks for your answers,
I finally found my mistake : the file was automatically downloaded in the Download directory but I was trying to extract it from the /home/pi directory ... :whistle:
For other beguiners like me, you have first to enter the Download directory with :
~ $ cd Download
and then extract the file.

Read More...

Thanks for your answer, but it says me "mv : impossible to evaluate libindi_1.3.1_rpi.tar0.gz : no such file"
Maybe the file has not been downloaded ? When I check in /home/pi/Downloads I don't find libindi_1.3.1_rpi.tar0.gz ...
As I am beguiner in Rpi and Linux, I don't know what to do

Read More...

Hi,
I just tried to install Indi on my Raspberry Pi 3.
I followed the process given in indilib.org/download/raspberry-pi.html
The dependendies were correctly installed.
But when I tried to extract the packages, it didn't work :( :
pi@raspberrypi:~ $ tar -xzf libindi_1.3.1_rpi.tar.gz
tar (child): libindi_1.3.1_rpi.tar.gz : open impossible: no such file
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Did someone have the same issue ? What can I do ?
Thanks for your help ;)

Read More...