-
Notifications
You must be signed in to change notification settings - Fork 13
zwo-asi462mc not found #119
Description
I have built PlanetaryImager on Archlinux and I am having trouble getting my camera to show up!
I followed the instructions to build it, which went fine and I start it from the build directory with
src/PlanetaryImager --drivers .
The ZWO ASI 462MC camera is not shown in the drop down menu.
Relevant line from .cache/PletaryImager/PlanetaryImager.log includes
DEBUG - std::shared_ptr SupportedDriver::driver() Initializing driver "./src/drivers/zwo_asi/driver_zwo_asi_imager.so"
INFO - (ASI) Driver initialised, version 1, 14, 0315
DEBUG - std::shared_ptr SupportedDriver::driver() Loaded driver address: 140081096571072
DEBUG - std::shared_ptr SupportedDriver::driver() Driver loaded: true
DEBUG - std::shared_ptr SupportedDriver::driver() Driver loaded: true
DEBUG - (ASI) Driver: detected 0 cameras
lsusb shows the camera
Bus 004 Device 003: ID 03c3:462b ASUS TEK. ASM107x
The camera works on this box with kstars, libindi_3rdparty 1.8.6-1, /usr/bin/indi_asi_ccd
When the camera is plugged in I see from the journal.
Nov 03 19:45:50 aoife kernel: usb 4-2.2: new SuperSpeed Gen 1 USB device number 4 using xhci_hcd
Nov 03 19:45:50 aoife kernel: usb 4-2.2: New USB device found, idVendor=03c3, idProduct=462b, bcdDevice= 0.00
Nov 03 19:45:50 aoife kernel: usb 4-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 03 19:45:50 aoife kernel: usb 4-2.2: Product: ASI462MC
Nov 03 19:45:50 aoife kernel: usb 4-2.2: Manufacturer: ZWO
The errors log 2> errors.log is attached below.