×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

AstroPi3 Scripts revised

  • Posts: 114
  • Thank you received: 17
Rob,
Many Thanks for the reply I've just tried ls /usr/bin/indi* all the drivers for the Mounts, Focusers, Filter Wheels and auxiliaries show up there, but there are no Camera drivers visible.

ls /usr/share/indi there is only following xml files showing, drivers.xml indi_tcfs_sk.xml
4 years 4 months ago #45413

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

  • Posts: 114
  • Thank you received: 17
Rob,
The build seemed to go OK it didn't hang or crash in any way it appeared to run just like the previous successful setups I've done from the earlier versions of the script, I have also tried running the script on the light version of Raspbian Buster with the same result.

I have also re run on a Pi 4 one of the previous scripts from a backup I have and it has installed fine, all the cameras are fully installed
4 years 4 months ago #45414

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

  • Posts: 2876
  • Thank you received: 809
That sounds like either it didn't install the 3rd Party drivers, or they installed someplace different.

Can you try
ls /usr/local/bin/indi*
ls /usr/local/share/indi
4 years 4 months ago #45415

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

  • Posts: 2876
  • Thank you received: 809
Or better yet, instead of looking for them, look at the contents of the file

/home/pi/AstroRoot/indi-build/3rdparty-Drivers/install_manifest.txt

See if they installed, and if so, where?
4 years 4 months ago #45416

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

  • Posts: 2876
  • Thank you received: 809
Or alternately, try these commands:

cd ~/AstroRoot/indi-build/3rdparty-Drivers
sudo make install

And see if they install or if there is an issue.
4 years 4 months ago #45417

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

  • Posts: 114
  • Thank you received: 17
Rob,
I've tried that for you here is the result

pi@raspberrypi:~/AstroRoot/indi-build/3rdparty-Drivers $ sudo make install
make: *** No rule to make target 'install'. Stop.
4 years 4 months ago #45418

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

  • Posts: 2876
  • Thank you received: 809
And if you do
ls ~/AstroRoot/indi-build/3rdparty-Drivers

Is that directory empty?
4 years 4 months ago #45420

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

  • Posts: 114
  • Thank you received: 17
Rob,
I've just looked in the indi-build / 3rdparty-drivers and there's no manifest.txt screen dump attached
4 years 4 months ago #45421
Attachments:

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

  • Posts: 2876
  • Thank you received: 809
well clearly the directory is not empty

we could try to delete everything from that folder, rebuild those drivers, and see what happens:


rm -r ~/AstroRoot/indi-build/3rdparty-Drivers/*

cd ~/AstroRoot/indi-build/3rdparty-Drivers
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_FXLOAD=1 ~/AstroRoot/indi-3rdparty
make -j $(expr $(nproc) + 2)
sudo make install

Let me know where a problem occurs.
4 years 4 months ago #45422

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

  • Posts: 114
  • Thank you received: 17
Rob,
see below the error message from the cmake command


CMake Error at CMakeLists.txt:364 (add_subdirectory):
add_subdirectory given source "asi-common" which is not an existing
directory.


CMake Error at cmake_modules/FindASI.cmake:68 (message):
ASI not found. Please install libasi www.indilib.org
Call Stack (most recent call first):
indi-asi/CMakeLists.txt:8 (find_package)


-- Configuring incomplete, errors occurred!
See also "/home/pi/AstroRoot/indi-build/3rdparty-Drivers/CMakeFiles/CMakeOutput.log".
See also "/home/pi/AstroRoot/indi-build/3rdparty-Drivers/CMakeFiles/CMakeError.log".
4 years 4 months ago #45423

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

  • Posts: 2876
  • Thank you received: 809
Ok, so that is the answer. Let me check that out.
The following user(s) said Thank You: Alan Archer
4 years 4 months ago #45424

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

  • Posts: 983
  • Thank you received: 375
asi-common was removed from source tree yesterday. It is replaces by libasi which is required by indi-asi.
4 years 4 months ago #45426

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

Time to create page: 0.818 seconds