INDI monthly update. In addition to driver improvements, major code refactoring is in progress by @pawel-soja to modernize and improve INDI aging code.
New forum users, please go here first: indilib.org/forum/new-forum-users.html
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
aargelaguet wrote: I have an old QHY, what a I have done and works is the following.:
1. Open a terminal with root permissions and check which camera vid and pid I have with command: "lsusb" it list usb devices connected. I can deduct that I have a QHY from Vendor ID (VID) 16c0 and the Product ID (PID) 296a.
2. Then go where you have de following file to edit. 85-qhy.rules, it could be on /etc/udev/rules.d/ or on astroberry 2.0: /lib/udev/rules.d/
3. edit with nano and inspect the file, and locate the entry where there are your vendor, in my case 16c0. And a PID similar, i have found 296c. I have duplicated the line replaced the PID to mine 296a.
It shows something like this: ACTION=="add", SUBSYSTEM=="usb", ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="296a", RUN+="/sbin/fxload -t fx2 -I /lib/firmware/qhy/QHY5.HEX -D $env{DEVNAME} -s /lib/firmware/qhy/QHY5LOADER.HEX"
This will tell something like when plug a USB from VID and is that PID, load this firmware.
In my case this would be nice to be added to default repository.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
El Corazon wrote: The QHY5 does have a different vendor ID as far as I recall. The Orion Starshoot Autoguider is using the QHY5 driver and that comes up with ID 1674, if I remember correctly.
You may want to run lsusb with and without your camera connected, then note whether there is a differential, which would identify the camera ID. Then check in the 85-qhy.rules file that the correct driver is used for it and whether is gets loaded using qhy_ccd_test.
Last time I checked a couple or months ago the camera was recognized, but depends on whether the required driver is contained in the last INDI installation you have on your machine.
Please Log in or Create an account to join the conversation.