×

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

Bi-monthly release with minor bug fixes and improvements

AstroPi3 Scripts revised

  • Posts: 326
  • Thank you received: 50

Replied by Avocette on topic AstroPi3 Scripts revised

Hi Rob, I thought I'd make up a fresh SD Card installation and so this wet evening I've also run the new version of the your script under Raspbian. I also have found that the cameras available in the drop down list when setting up your equipment profile are very restricted in number with the ones I am interested in (Canon DSLR and ZWO) missing. Also under the Aux drop down list, GPSD is no longer present although GPSUSB and GPS Simulator remain. I guess this is due to the build of KStars which was cloned tonight?
Ed
4 years 5 months ago #45411

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

  • Posts: 2877
  • Thank you received: 812
did you try those two commands that I mentioned. I would like to know if the drivers are all installed and all the xml files.

I am assuming the 3rd party build went ok including both libraries and drivers ? were there any failures along the way?
4 years 5 months ago #45412

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

  • Posts: 118
  • Thank you received: 19
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 5 months ago #45413

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

  • Posts: 118
  • Thank you received: 19
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 5 months ago #45414

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

  • Posts: 2877
  • Thank you received: 812
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 5 months ago #45415

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

  • Posts: 2877
  • Thank you received: 812
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 5 months ago #45416

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

  • Posts: 2877
  • Thank you received: 812
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 5 months ago #45417

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

  • Posts: 118
  • Thank you received: 19
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 5 months ago #45418

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

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

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

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

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

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

  • Posts: 2877
  • Thank you received: 812
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 5 months ago #45422

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

  • Posts: 118
  • Thank you received: 19
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 5 months ago #45423

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

Time to create page: 0.331 seconds