Skywatcher CQ350 Pro and Ekos/Kstars

Skywatcher CQ350 Pro and Ekos/Kstars - INDI Forum
  • Posts: 4
  • Thank you received: 1

Rendering Error in layout Message/Item: array_keys(): Argument #1 ($array) must be of type array, null given. Please enable debug mode for more information.

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

Edit your profile and toggle "Port Selector". Next time you start the profile, carefully select the serial port for each driver so they don't try to scan for available ports which may lead to this.
1 year 5 months ago #91897

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

  • Posts: 4
  • Thank you received: 1
I have tried several combinations. Selecting specific ports, changing port device path, Baud rates, Auto-Search enabled/disabled, Scan Ports etc. None of that worked. The computer (Ubuntu 22.04.02 LTS) has only mount (via USB) and ZWO Camera connected (minimum required for testing). This is a fairly newer mount from Skywatcher(announced in Dec 2022). I am wondering if the Indi driver needs some additional tweaking to make it work. Happy to help, if I can provide additional logging/debugging information.

(Another data point: Tried the same USB port with Synscan Pro software on Windows Computer, also using Prolific USB/Serial driver. It works with that.)
1 year 5 months ago #91901

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

The mount should be supported just fine. This an issue with the OS reporting the port is being used by another process.

Before running Ekos, run this:

fuser -k /dev/ttyUSB0

Do it report any processes using this port? After starting KStars and selecting 115200 baud rate, run this command again and if you get it's used by another process, then check the output again.
1 year 5 months ago #91941

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


×

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

Bi-monthly release with minor bug fixes and improvements

  • Posts: 4
  • Thank you received: 1

Rendering Error in layout Message/Item: array_keys(): Argument #1 ($array) must be of type array, null given. Please enable debug mode for more information.

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

If you connect the USB cable to your PC, can you check the output for dmesg ? anything out of the ordinary there?
1 year 5 months ago #91999

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

  • Posts: 4
  • Thank you received: 1

Rendering Error in layout Message/Item: array_keys(): Argument #1 ($array) must be of type array, null given. Please enable debug mode for more information.

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

  • Posts: 239
  • Thank you received: 38
Yeah, looks like a case of the GPSD taking control of that USB.

This has happened to several USB controllers over the years.

Best to remove GPSD from the stack, because it will be hard to get the different distributions to remove that USB id.
1 year 5 months ago #92013

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

Time to create page: 1.787 seconds