×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

Problem connecting to QHY-8 ccd

  • Posts: 58
  • Thank you received: 6
Hi,

ok, lsusb shows QHY8l VID:1618 PID:6005
7 years 5 months ago #10537

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

Edit your /lib/udev/rules.d/85-qhy.rules file, go to line #55, you'll see this:
ATTRS{idVendor}=="1618", ATTRS{idProduct}=="6004", RUN+="/sbin/fxload -t fx2lp -I /lib/firmware/qhy/QHY8L.HEX -D $env{DEVNAME}"

Copy it and paste it as the line after and simple change product id from 6004 to 6005 so you end up with:
ATTRS{idVendor}=="1618", ATTRS{idProduct}=="6005", RUN+="/sbin/fxload -t fx2lp -I /lib/firmware/qhy/QHY8L.HEX -D $env{DEVNAME}"

Assuming your camera is indeed QHY8L. Make sure there is no other QHY rules file in that directory

After you edit the file, restart your system and then try again.
Last edit: 7 years 5 months ago by Jasem Mutlaq.
7 years 5 months ago #10570

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

Time to create page: 0.395 seconds