×

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

Bi-monthly release with minor bug fixes and improvements

Can't connect to new gear (QHY268M and Atik EFW 2.2)

  • Posts: 10
  • Thank you received: 1
I've been using Indi via Ekos/Kstars on Fedora for a while now, and have generally be able to troubleshoot by reading this forum, but I've hit two issues today that I'm having trouble resolving. I recently picked up a QHY-268M, and an Atik EFW 2.2, but can't get either of them to work. Both devices seem to connect and function fine on Windows using software from the manufacturers.

Device/Software Info:

Machine: Fedora 33 64 bit
Indi: built from source, latest (8cb8dd5ce88be)
Kstars: built from source, latest (3d1d568d894)
Indi-3rdparty components: built from source, latest (60009a959bdd)

The devices were each connected to the computer in turn with nothing else attached, and used in a profile in Ekos with simulators for all other devices. Subsequently, I've investigated them using the indiserver -v command. Both devices display via the "lsusb" command:

Atik:
Bus 001 Device 024: ID 04d8:003f Microchip Technology, Inc. Filter Wheel 2

QHY:
Bus 001 Device 023: ID 1618:c268 Cypress WestBridge


Problem 1: Atik EFW2.2

I've installed libatik and indi-atik, but the driver in ekos crashes. When I run indiserver -v, I get the following result:

bash-5.0$ indiserver -v indi_atik_wheel
2021-04-24T15:12:11: startup: indiserver -v indi_atik_wheel  
2021-04-24T15:12:11: Driver indi_atik_wheel: pid=18045 rfd=3 wfd=6 efd=7
2021-04-24T15:12:11: listening to port 7624 on fd 4
Child process 18045 died
2021-04-24T15:12:12: Driver indi_atik_wheel: stderr EOF
2021-04-24T15:12:12: Driver indi_atik_wheel: restart #1
2021-04-24T15:12:12: Driver indi_atik_wheel: pid=18053 rfd=0 wfd=6 efd=7
2021-04-24T15:12:12: Driver indi_atik_wheel: stderr EOF
Child process 18053 died
2021-04-24T15:12:12: Driver indi_atik_wheel: restart #2
2021-04-24T15:12:12: Driver indi_atik_wheel: pid=18070 rfd=0 wfd=6 efd=7
2021-04-24T15:12:12: Driver indi_atik_wheel: stderr EOF
Child process 18070 died
2021-04-24T15:12:12: Driver indi_atik_wheel: restart #3
2021-04-24T15:12:12: Driver indi_atik_wheel: pid=18079 rfd=0 wfd=6 efd=7
2021-04-24T15:12:13: Driver indi_atik_wheel: stderr EOF
Child process 18079 died
2021-04-24T15:12:13: Driver indi_atik_wheel: restart #4
2021-04-24T15:12:13: Driver indi_atik_wheel: pid=18093 rfd=0 wfd=6 efd=7
2021-04-24T15:12:13: Driver indi_atik_wheel: stderr EOF
Child process 18093 died
2021-04-24T15:12:13: Driver indi_atik_wheel: restart #5
2021-04-24T15:12:13: Driver indi_atik_wheel: pid=18105 rfd=0 wfd=6 efd=7
2021-04-24T15:12:13: Driver indi_atik_wheel: stderr EOF
Child process 18105 died
2021-04-24T15:12:13: Driver indi_atik_wheel: restart #6
2021-04-24T15:12:13: Driver indi_atik_wheel: pid=18121 rfd=0 wfd=6 efd=7
2021-04-24T15:12:13: Driver indi_atik_wheel: stderr EOF
Child process 18121 died
2021-04-24T15:12:13: Driver indi_atik_wheel: restart #7
2021-04-24T15:12:13: Driver indi_atik_wheel: pid=18133 rfd=0 wfd=6 efd=7
Child process 18133 died
2021-04-24T15:12:14: Driver indi_atik_wheel: restart #8
2021-04-24T15:12:14: Driver indi_atik_wheel: pid=18147 rfd=0 wfd=6 efd=7
Child process 18147 died
2021-04-24T15:12:14: Driver indi_atik_wheel: restart #9
2021-04-24T15:12:14: Driver indi_atik_wheel: pid=18160 rfd=0 wfd=6 efd=7
Child process 18160 died
2021-04-24T15:12:14: Driver indi_atik_wheel: restart #10
2021-04-24T15:12:14: Driver indi_atik_wheel: pid=18171 rfd=0 wfd=6 efd=7
Child process 18171 died
2021-04-24T15:12:14: Driver indi_atik_wheel: stderr EOF
2021-04-24T15:12:14: Driver indi_atik_wheel: Terminated after #10 restarts.
2021-04-24T15:12:14: good bye

Some other topics on this forum seemed to indicate that I should get the Atik software from cloudmakers, but it seems older (and requires an antiquated version of libnova and won't install by default).

Problem 2: QHY268M

Despite everything seeming to install correctly, the camera doesn't seem to be detected at all. Running qhy_ccd_test, I get:
QHY Test CCD using SingleFrameMode, Version: 1.00
-- InitQHYCCDResource param
QHYCCD|QHYCCD.CPP|InitQHYCCDResource()|START
QHYCCD|QHYCCD.CPP|InitQHYCCDResource|auto_detect_camera:false,call InitQHYCCDResourceInside
QHYCCD|QHYCCD.CPP|InitQHYCCDResourceInside|START
QHYCCD|QHYCCD.CPP|libusb_version 1.0.24.11584
QHYCCD|QHYCCD.CPP|libusb_init(libqhyccd_context) called...
QHYCCD|QHYCCD.CPP|InitQHYCCDResourceInside|numdev set to 0
QHYCCD|QHYCCD.CPP|InitQHYCCDResourceInside|END
************************** config file path 21.4.15.16 svn: 10823 ************************************
QHYCCD|QHYCCD.CPP|InitQHYCCDResource|Load ini filePath = /home/USERNAME/devel/indi-astro/indi-3rdparty/indi-qhy/build fileName = qhyccd.ini
SDK resources initialized.
No QHYCCD camera found, please check USB or power.



Has anyone experienced either of these issues, or know what else I should try? Any help is greatly appreciated.
 
3 years 4 days ago #70462

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

The first issue needs to be looked at probably by Jim who maintains the Fedora packages. Regarding QHY268M, I have mine working perfectly fine (but under StellarMate), maybe it's a udev rules issue?
3 years 4 days ago #70471

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

Time to create page: 0.834 seconds