It Works!!! Now, who can I talk to about maybe getting this as an option for the Aux/PC selection. Would be nice to have "Disabled Hardware Handshaking - Only useful for some homebrew aux adapters". This is what I modified in celestronaux.cpp.

//m_IsRTSCTS = detectRTSCTS();
m_IsRTSCTS = false;
LOG_ERROR("TEMP HACK -- Set m_IsRTSCTS to false.");

This simply forces RTS/CTS to false. For whatever reason it gets set to true with the mount adapter I'm using even though it's not using it at the serial side.

Read More...

I see that. I think I might clone and try to manually force m_IsRTSCTS to low and see what happens.

Read More...

Does anyone know if we can use indi_setprop to change cts/rts handshaking?

Read More...

I'm using an older Advanced GT with a Nexstar+ controller. It returns ascii FF response errors for anything above hand controller firmware 5.31. I've also found that if I hit the "home all" button in the Ekos panel using any firmware I've tested, it continuously returns those errors and locks up the mount.

Read More...

I'm having issues trying to get the Celestron Aux driver working with a homebrew Arduino based Aux bus to USB adapter. The project and my logs for this issue is detailed in this topic on CN.

www.cloudynights.com/topic/812944-homebr...page-8#entry12324402

Using this adapter in Windows works flawlessly with both CPWI and NexRemote. However, I can't seem to get the driver to initialize in Ekos. It appears looks like the handshake fails every time. I'm wondering if the driver is requiring cts/rts on the serial port. It looks like it is. If so, is there a way to disable that but still use the Aux protocol? The Tri-State buffering is handled by the Leonardo Arduino so the USB serial port wouldn't need it. I saw a brief mention of an experimental USB-Aux connection but selection USB/HC doesn't seem to work either (I assumed this was the aux wrapped in HC header protocol).

Any clarification would be helpful.

Thanks.

Read More...

Jack Kolesar replied to the topic 'apt error 3.6.2 beta ?' in the forum. 1 year ago

Yep. Same versions. No idea what's going on here. I've removed and reinstalled a ton of times too.

Read More...

Jack Kolesar replied to the topic 'apt error 3.6.2 beta ?' in the forum. 1 year ago

Sorry. Saw the Stellarmate in your sig and assumed you were using that. Hopefully Jasem can chime in and let me know if I'm doing something wrong here. Have some clear skies coming up and really want to try out my "new to me" mount.

Read More...

Jack Kolesar replied to the topic 'apt error 3.6.2 beta ?' in the forum. 1 year ago

Looks like you are running on a Pi. Is anybody else on an x86-64 architecture here? Wonder if it's something with the other libraries.

Read More...

Jack Kolesar replied to the topic 'apt error 3.6.2 beta ?' in the forum. 1 year ago

Thisi is when I load Celetron Aux in Ekosdebugger.

[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New inferior 2 (process 7772)]
[Inferior 1 (process 7768) detached]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
process 7772 is executing new program: /usr/bin/indi_celestron_aux
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Thread 2.1 "indi_celestron_" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff545db40 (LWP 7772)]
__GI___pthread_mutex_lock (mutex=0x5359534255536824) at ../nptl/pthread_mutex_lock.c:67
#0 __GI___pthread_mutex_lock (mutex=0x5359534255536824) at ../nptl/pthread_mutex_lock.c:67
#1 0x00007ffff7e38944 in INDI::BaseDevice::getProperty(char const*, INDI_PROPERTY_TYPE) const () from /lib/x86_64-linux-gnu/libindidriver.so.1
#2 0x00007ffff7e38c7d in INDI::BaseDevice::getSwitch(char const*) const () from /lib/x86_64-linux-gnu/libindidriver.so.1
#3 0x000055555556af15 in CelestronAUX::initProperties() ()
#4 0x00007ffff7e42a88 in INDI::DefaultDevice::ISGetProperties(char const*) () from /lib/x86_64-linux-gnu/libindidriver.so.1
#5 0x00007ffff7e969eb in INDI::Telescope::ISGetProperties(char const*) () from /lib/x86_64-linux-gnu/libindidriver.so.1
#6 0x000055555556a185 in CelestronAUX::ISGetProperties(char const*) ()
#7 0x00007ffff7e423f4 in ISGetProperties () from /lib/x86_64-linux-gnu/libindidriver.so.1
#8 0x00007ffff7e189d7 in dispatch () from /lib/x86_64-linux-gnu/libindidriver.so.1
#9 0x00007ffff7e1b047 in ?? () from /lib/x86_64-linux-gnu/libindidriver.so.1
#10 0x00007ffff7e1b722 in ?? () from /lib/x86_64-linux-gnu/libindidriver.so.1
#11 0x00007ffff7e1b82c in eventLoop () from /lib/x86_64-linux-gnu/libindidriver.so.1
#12 0x00007ffff7e1b352 in main () from /lib/x86_64-linux-gnu/libindidriver.so.1
#13 0x00007ffff74ff083 in __libc_start_main (main=0x7ffff7e1b200 <main>, argc=1, argv=0x7fffffffe0f8, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe0e8) at ../csu/libc-start.c:308
#14 0x000055555555e4ee in _start ()

Read More...

Jack Kolesar replied to the topic 'apt error 3.6.2 beta ?' in the forum. 1 year ago

All of them.

Read More...

Jack Kolesar replied to the topic 'apt error 3.6.2 beta ?' in the forum. 1 year ago

This is what Ekos debugger is showing me on Indi launch.

[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Inferior 1 (process 7591) exited with code 02]

Read More...

Jack Kolesar replied to the topic 'apt error 3.6.2 beta ?' in the forum. 1 year ago

Does anybody know if there is any way to go back and can anybody else confirm that this "not-so-stable" branch is crashing when it loads Indi drivers? I show that my indi-full version is 1.9.9+ as well which I believe is the big problem here.

Read More...

Jack Kolesar replied to the topic 'apt error 3.6.2 beta ?' in the forum. 1 year ago

I believe I have done the same and can't seem to get 1.9.8 back. All indi drivers keep crashing.

Read More...

Running Ubuntu 20.04 on a mini PC and after latest update, Indi crashes when it loads any driver. It looks like 1.9.9 got loaded. Can I revert to 1.9.8? I've tried manually specifying with apt but I may not be using the complete release name.

Read More...