×

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

Bi-monthly release with minor bug fixes and improvements

Issue with QHY driver

  • Posts: 5
  • Thank you received: 0

Replied by Peter Rogers on topic Issue with QHY driver


Hi Mr Mister,

I would love to get 1.7.3 to test, im having all sorts of issues with 1.7.5 , i have downloaded 1.7.4 and will try that tonight but would love to get 1.7.3 if possible.
1 year 2 months ago #90667

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

  • Posts: 335
  • Thank you received: 19

Replied by MORELLI on topic Issue with QHY driver

Hereunder the message from make -j16:
I follow the instructions of the readme without changes.
Last edit: 1 year 2 months ago by MORELLI.
1 year 2 months ago #90669
Attachments:

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

  • Posts: 48
  • Thank you received: 8

Replied by Mr. Mister on topic Issue with QHY driver

Max i redirect you to this thread, please?

www.indilib.org/forum/ekos/5392-kstars-c...raspbian-buster.html

In essence: Install all prerequisite software and libraries, also the optional ones & use cmake.
1 year 2 months ago #90670

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

  • Posts: 335
  • Thank you received: 19

Replied by MORELLI on topic Issue with QHY driver

Finally, I use à script that install the right version of Indi with the Kstars version and 3rd indi party.
The tip was to compile the indi version that matches with the Kstars version.
Unfortunately, the QHY caméra don't connect !
Thank for your help.
Last edit: 1 year 2 months ago by MORELLI.
1 year 2 months ago #90809

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

  • Posts: 48
  • Thank you received: 8

Replied by Mr. Mister on topic Issue with QHY driver

Hi, glad you got it resolved.
Please post a link to the script, for other users looking to solve the same problem(s).

Clear skies!
1 year 2 months ago #90811

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

  • Posts: 335
  • Thank you received: 19

Replied by MORELLI on topic Issue with QHY driver

Sorry, the link is: gitea.nouspiro.space/nou/astro-soft-build

Hé send me a script with the right version of Indi, 3rd party and Kstars.
I would want to know how to setup a version of Indi and 3rd party into this script.

I would know how to setup the indi version and where to find it, into the script.
1 year 2 months ago #90828

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

  • Posts: 362
  • Thank you received: 114

Replied by nou on topic Issue with QHY driver

When you open build-soft-stable.sh at beginign you find these lines
INDI_COMMIT="431869ffe400053fea79f227f80b175c593b3db8"
INDI_3RD_COMMIT="6e677050e9ca39e0055ec29e140fac28998dd0f1"
STELLAR_COMMIT="9013092ce5791514cf48a32b0b73923fe879eabf"
KSTARS_COMMIT="origin/stable-3.6.3"
These lines specify which commit will be used to build so you can change it. To get hash run gitk or "git log"
1 year 2 months ago #90841

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

  • Posts: 335
  • Thank you received: 19

Replied by MORELLI on topic Issue with QHY driver

OK I understand where to setup the différent versions. But how can I find the values for Indi and 3rd-party that match with Kstars v3.5.9, by example ?

I don't know how to use gitk or git log.
Last edit: 1 year 2 months ago by MORELLI.
1 year 2 months ago #90850

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

  • Posts: 362
  • Thank you received: 114

Replied by nou on topic Issue with QHY driver

When you run gitk in git repositrory you get list of commits. Then there are yellow tags with version. When you click on one such commit you can find SHA1 ID under it.

To match versions you can compare commit times and select version from same time.
1 year 2 months ago #90857

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

  • Posts: 335
  • Thank you received: 19

Replied by MORELLI on topic Issue with QHY driver

I think I don't explain well my ask. I want to install Ksatrs-3.5.9 with the right Indi and 3rd-party. Where can I get the value to setup into the script ? I didn't find out on the github indi.
1 year 2 months ago #90863

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

  • Posts: 362
  • Thank you received: 114

Replied by nou on topic Issue with QHY driver

Oh you can look at commit history gitea.nouspiro.space/nou/astro-soft-build/commits/branch/master of my script.

This commit was for KStars 3.5.9 and INDI 1.9.6 gitea.nouspiro.space/nou/astro-soft-buil...build-soft-stable.sh
1 year 2 months ago #90930

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

  • Posts: 335
  • Thank you received: 19

Replied by MORELLI on topic Issue with QHY driver

Hi,
Thank for your explaination. I applied it to compile on my RPI4 with Ubuntu 22.04, Kstars 3.5.9 with Indi 1.9.6.
#!/bin/bash

export CFLAGS="-march=native -w -Wno-psabi -D_FILE_OFFSET_BITS=64"
export CXXFLAGS="-march=native -w -Wno-psabi -D_FILE_OFFSET_BITS=64"

INDI_COMMIT="46d8e3b0d3ff6662daa89b6f6499caa7cb2fe9b1"
INDI_3RD_COMMIT="c9f706d74b14bce2f15f34e0dd3d11c17c64f4ee"
STELLAR_COMMIT="cdaefb03d4dfdf9237abd9507bf46cebf8647738"
KSTARS_COMMIT="9e96f10ddff797aefbc50a10f70a68cd142c1eec"



The script froozes during the kstars make around 22%. Manually I relaunched the make with any parameters. No frooze, but errors as usual.

/home/robert/Projects/kstars/kstars/ekos/align/remoteastrometryparser.cpp:73: undefined reference to `INDI::BaseClient::sendNewSwitch(_ISwitchVectorProperty*)'
/usr/bin/ld: /home/robert/Projects/kstars/kstars/ekos/align/remoteastrometryparser.cpp:94: undefined reference to `timestamp'
/usr/bin/ld: /home/robert/Projects/kstars/kstars/ekos/align/remoteastrometryparser.cpp:94: undefined reference to `INDI::BaseClient::startBlob(char const*, char const*, char const*)'
/usr/bin/ld: /home/robert/Projects/kstars/kstars/ekos/align/remoteastrometryparser.cpp:97: undefined reference to `INDI::BaseClient::sendOneBlob(_IBLOB*)'
/usr/bin/ld: /home/robert/Projects/kstars/kstars/ekos/align/remoteastrometryparser.cpp:102: undefined reference to `INDI::BaseClient::finishBlob()'
collect2: error: ld returned 1 exit status
make[2]: *** [kstars/CMakeFiles/kstars.dir/build.make:221: bin/kstars] Error 1
make[1]: *** [CMakeFiles/Makefile2:1489: kstars/CMakeFiles/kstars.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
robert@robert-desktop:~/Projects/build/kstars$

The only compile I success is the last version of kstars 3.6.3.
1 year 2 months ago #91105

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

Time to create page: 1.843 seconds