Hi Jasem,
I guess i will have to "eat humble pie" .
I found the problem was simply that the mount limits were not set!
I set Min Alt to 0 and Max Alt to 90 and now all is working .
Thanks for your help. I am now confident when i install the old mount onto the pier it will work fine.

Regards,
Bruce

Read More...

Thanks Jasem,
I will go thru my setup and alignment etc., to double check everything to make sure all is well......and report back here.

Bruce.

Read More...

OK,
I understand how to use the Logs now.
Here is my procedure and attached Log:

- I set up the Log to record:
EKOS
indi
Mount
Alignment

and

DRIVERS
Mount

- restart Kstars
- connect devices (in Ekos)
- searched for Acrux in Mount control Tab
- found Acrux
- hit GOTO
-returned: Status ERROR then back to IDLE

- seached for Gcrux in Kstars Planetarium
- centered Gcrux
- tried to slew to Gcrux via right mouse context menu GOTO
- returned ERROR slew failed

I hope this is enough to help narrow done the issue.
Anything more, i will be glad to help
Thanks for you efforts

Bruce

File Attachment:

File Name: log_13-22-41.txt.tar.gz
File Size: 20 KB


Read More...

Thank you,
I will learn how to get the logs


Bruce

Read More...

The last few hours i have spent trying to get the mount to move to a selected target..... Nothing happens. .....Except the mount control gives a "Status: Error'

The only way i can move the mount, is by using the arrow buttons in the "mount control".

Kstar sees the scope move when this is done.

Any help will be much appreciated.

Read More...

Having problems controlling an Lx200 classic from kstars/ekos.

- using the Meade Classic driver
- mount connects ok
- can manually slew from "mount control tab" arrow buttons
- mount will not slew to target when the target is selected thru "Kstars" or directly using the" mount control seach"

Any thoughts please.

Bruce
(it seems that everything works now except the Mount!)

Read More...

Bruce Nye replied to the topic 'Driver for old Meade DSi 1 Pro' in the forum. 4 years ago

Many thanks,.................

Bruce

Read More...

Bruce Nye replied to the topic 'Driver for old Meade DSi 1 Pro' in the forum. 4 years ago

Does this mean my dsi should work from now on? even after upgrades/updates?

Read More...

Bruce Nye replied to the topic 'Driver for old Meade DSi 1 Pro' in the forum. 4 years ago

WELL!
I revisited the code you suggested earlier that didn't work
This time around it worked!!!
...........so happy
So Ben I guess you can I tested the code from my pc.
Will this change be made available to normal driver download?
You have been most helpful, thank you.
If I can help in any way ie testing etc., I would be pleased if i could help.

Here is your code i ran in terminal to get the dsi connecting:

bruce@bruce-HP-ProBook-6460b:~$ git clone github.com/bgilsrud/indi-3rdparty.git
fatal: destination path 'indi-3rdparty' already exists and is not an empty directory.
bruce@bruce-HP-ProBook-6460b:~$ cd indi-3rdparty
bruce@bruce-HP-ProBook-6460b:~/indi-3rdparty$ git checkout dsi_model_name_fix
Already on 'dsi_model_name_fix'
Your branch is up to date with 'origin/dsi_model_name_fix'.
bruce@bruce-HP-ProBook-6460b:~/indi-3rdparty$ mkdir -p build/indi-dsi
bruce@bruce-HP-ProBook-6460b:~/indi-3rdparty$ cd build/indi-dsi/
bruce@bruce-HP-ProBook-6460b:~/indi-3rdparty/build/indi-dsi$ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ../../indi-dsi/
-- Found CFITSIO: /usr/lib/x86_64-linux-gnu/libcfitsio.so
-- Found INDI: /usr/lib/x86_64-linux-gnu/libindidriver.so;/usr/lib/x86_64-linux-gnu/libindiAlignmentDriver.so (found version "1.8.6")
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11")
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Found USB1: /usr/lib/x86_64-linux-gnu/libusb-1.0.so (found version "1.0.23")
-- Performing Test USB1_HAS_LIBUSB_ERROR_NAME
-- Performing Test USB1_HAS_LIBUSB_ERROR_NAME - Success
-- Performing Test COMPATIBLE_FORTIFY_SOURCE
-- Performing Test COMPATIBLE_FORTIFY_SOURCE - Success
-- Configuring done
-- Generating done
-- Build files have been written to: /home/bruce/indi-3rdparty/build/indi-dsi
bruce@bruce-HP-ProBook-6460b:~/indi-3rdparty/build/indi-dsi$ make
Scanning dependencies of target indi_dsi_ccd
[ 8%] Building CXX object CMakeFiles/indi_dsi_ccd.dir/dsi_ccd.cpp.o
[ 16%] Building CXX object CMakeFiles/indi_dsi_ccd.dir/DsiDevice.cpp.o
[ 25%] Building CXX object CMakeFiles/indi_dsi_ccd.dir/DsiDeviceFactory.cpp.o
[ 33%] Building CXX object CMakeFiles/indi_dsi_ccd.dir/DsiPro.cpp.o
[ 41%] Building CXX object CMakeFiles/indi_dsi_ccd.dir/DsiColor.cpp.o
[ 50%] Building CXX object CMakeFiles/indi_dsi_ccd.dir/DsiProII.cpp.o
[ 58%] Building CXX object CMakeFiles/indi_dsi_ccd.dir/DsiProIII.cpp.o
[ 66%] Building CXX object CMakeFiles/indi_dsi_ccd.dir/DsiColorII.cpp.o
[ 75%] Building CXX object CMakeFiles/indi_dsi_ccd.dir/DsiColorIII.cpp.o
[ 83%] Building CXX object CMakeFiles/indi_dsi_ccd.dir/DsiTypes.cpp.o
[ 91%] Building CXX object CMakeFiles/indi_dsi_ccd.dir/Util.cpp.o
[100%] Linking CXX executable indi_dsi_ccd
[100%] Built target indi_dsi_ccd
bruce@bruce-HP-ProBook-6460b:~/indi-3rdparty/build/indi-dsi$ sudo make install
[sudo] password for bruce:
[100%] Built target indi_dsi_ccd
Install the project...
-- Install configuration: "Debug"
-- Installing: /usr/bin/indi_dsi_ccd
-- Installing: /usr/share/indi/indi_dsi.xml
-- Installing: /etc/udev/rules.d/99-meadedsi.rules
-- Installing: /lib/firmware/meade-deepskyimager.hex
bruce@bruce-HP-ProBook-6460b:~/indi-3rdparty/build/indi-dsi$

Read More...

Bruce Nye replied to the topic 'Driver for old Meade DSi 1 Pro' in the forum. 4 years ago

Hi Ben and Jasem
Still no luck.
just tried ""sudo apt-get install libindi-dev

KstarsEkos once again: 2020-09-13T09:18:04: [INFO] Unable to find DSI. Has the firmware been loaded?

Read More...

Bruce Nye replied to the topic 'Driver for old Meade DSi 1 Pro' in the forum. 4 years ago

after running cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ../../indi-dsi/

terminal returns:
bruce@bruce-HP-ProBook-6460b:~/indi-3rdparty/build/indi-dsi$ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ../../indi-dsi/
-- Found CFITSIO: /usr/lib/x86_64-linux-gnu/libcfitsio.so
CMake Error at /home/bruce/indi-3rdparty/cmake_modules/FindINDI.cmake:285 (message):
Could not find INDI include directory
Call Stack (most recent call first):
CMakeLists.txt:18 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/bruce/indi-3rdparty/build/indi-dsi/CMakeFiles/CMakeOutput.log".
bruce@bruce-HP-ProBook-6460b:~/indi-3rdparty/build/indi-dsi$

Read More...

Bruce Nye replied to the topic 'Driver for old Meade DSi 1 Pro' in the forum. 4 years ago

Hi Ben,
thanks for your help again.
I have looked at your code updates.
As i think i understand, you are now looking for the camera name or the camera id string?
It will be fantastic if the DIS can be used within Kstars for Photomerty and a bit of AP.
i feel we almost have it sorted.
Bruce

Read More...

Bruce Nye replied to the topic 'Driver for old Meade DSi 1 Pro' in the forum. 4 years ago

Bruceaust wrote: Hi Ben,
when i run in terminal:
""Sorry, for that step do:
git clone github.com/bgilsrud/indi-3rdparty.git""

terminal returns:
bruce-HP-ProBook-6460b:~$ git clone github.com/bgilsrud/indi-3rdparty.git
fatal: repository 'github.com/bgilsrud/indi-3rdparty.git' does not exist



Read More...

Bruce Nye replied to the topic 'Driver for old Meade DSi 1 Pro' in the forum. 4 years ago

Hi Ben,
when i run in terminal:
""Sorry, for that step do:
git clone github.com/bgilsrud/indi-3rdparty.git""

terminal returns:
bruce-HP-ProBook-6460b:~$ git clone github.com/bgilsrud/indi-3rdparty.git
fatal: repository 'github.com/bgilsrud/indi-3rdparty.git' does not exist

Read More...