I don't understand, are the DNS servers local? Do you have the IP of the router? If so, try to edit the /etc/resolv.conf file and put what I put above so you rule out the router problem, it would be strange for linux to do that, I never saw it.
Best regards

nameserver 8.8.8.8
nameserver 8.8.4.4

Read More...

Another problem may be that the router or your ISP is blocking port 53 from the exit, which is the one used by DNS

You can try it like this

root@debian:/# telnet 8.8.8.8 53
Trying 8.8.8.8...
Connected to 8.8.8.8.
Escape character is '^]'.

Read More...

Hi
I use this and never had a problem.
you can add nameserver 8.8.4.4

cat /etc/resolv.conf
# Generated by resolvconf
nameserver 8.8.8.8

Read More...

Hi NOU
I found the problem and was able to install build-soft-stable.sh with no problem.
With the previous version of build-soft-stable.sh INDI did not recognize QHY 5-II M for me, I installed sdk_Arm64_23.01.11 from QHY and it recognized it for me, it seems that build-soft-stable.sh was colliding with the SDK, so I uninstalled the SDK removing all its files and build-soft-stable.sh worked perfectly.
Best regards
Osvaldo

Read More...

Ok, I'll try later, thanks!

Read More...

Hi NOU
Sorry for bothering you, I updated and wanted to install the new stable version and I always get the same error in the same place, I tried the last one and the same thing, I deleted everything and installed everything from scratch and it always cuts in the same place, where is the problem?
Best regards, Osvaldo

/usr/bin/ld: /usr/local/lib/libqhyccd.so: undefined reference to `cvCvtColor'
/usr/bin/ld: /usr/local/lib/libqhyccd.so: undefined reference to `cvCreateImageHeader'
/usr/bin/ld: /usr/local/lib/libqhyccd.so: undefined reference to `cvAddS'
/usr/bin/ld: /usr/local/lib/libqhyccd.so: undefined reference to `cvCreateImage'
/usr/bin/ld: /usr/local/lib/libqhyccd.so: undefined reference to `cvAvgSdv'
collect2: error: ld returned 1 exit status
make[2]: *** [indi-qhy/CMakeFiles/qhy_video_test.dir/build.make:105: indi-qhy/qhy_video_test] Error 1
make[1]: *** [CMakeFiles/Makefile2:2801: indi-qhy/CMakeFiles/qhy_video_test.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 70%] Building CXX object indi-dsi/CMakeFiles/indi_dsi_ccd.dir/DsiDeviceFactory.cpp.o
[ 71%] Building CXX object indi-dsi/CMakeFiles/indi_dsi_ccd.dir/DsiPro.cpp.o
[ 71%] Building CXX object indi-dsi/CMakeFiles/indi_dsi_ccd.dir/DsiColor.cpp.o
[ 71%] Building CXX object indi-dsi/CMakeFiles/indi_dsi_ccd.dir/DsiProII.cpp.o
[ 72%] Building CXX object indi-dsi/CMakeFiles/indi_dsi_ccd.dir/DsiProIII.cpp.o
[ 72%] Building CXX object indi-dsi/CMakeFiles/indi_dsi_ccd.dir/DsiColorII.cpp.o
[ 72%] Building CXX object indi-dsi/CMakeFiles/indi_dsi_ccd.dir/DsiColorIII.cpp.o
[ 73%] Building CXX object indi-dsi/CMakeFiles/indi_dsi_ccd.dir/DsiTypes.cpp.o
[ 73%] Building CXX object indi-dsi/CMakeFiles/indi_dsi_ccd.dir/Util.cpp.o
[ 73%] Linking CXX executable indi_dsi_ccd
[ 73%] Built target indi_dsi_ccd
make: *** [Makefile:171: all] Error 2
INDI 3rd-party failed
osvpaez@raspberrypi:~/astro-soft-build $

Read More...

Osvaldo Paez created a new topic ' About Astroberry proyects' in the forum. 1 month ago

Any news about the astroberry project? It would be a shame if it was discontinued
Regards

Read More...

Thank you, what I wanted was to test the new versions of INDI, it seems to be OK, the RB that I have in the telescope is a 4G one, this one that I use now is for testing.
I use Kstars and the rest of the software from a mac, the RB only as an INDI server
I'm going to try what you talk me
Thank you very much, regards

Read More...

Hi nou
It doesn't finish compiling, I tried the stable and the last one and the same thing, I installed Linux raspberrypi 5.15.84-v8+ #1613 SMP PREEMPT Thu Jan 5 12:03:08 GMT 2023 aarch64 on an RBPi 4 2Gb
Disable graphical environment to free memory and nothing...
It was a test since the astroberry that I am using does not publish updates or the 64 version, I will continue looking for alternatives
Best regards!
Osvaldo

Crash compiler
5%] Built target KStarsLib_autogen
[ 5%] Built target pofiles-8aa2a15703482a44d95749b3febf6173
[ 5%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/KStarsLib_autogen/mocs_compilation.cpp.o
[ 5%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/indi/clientmanager.cpp.o
[ 5%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/indi/blobmanager.cpp.o
[ 5%] Building CXX object kstars/CMakeFiles/KStarsLib.dir/indi/guimanager.cpp.o
c++: fatal error: Killed signal terminated program cc1plus
compilation terminated.
make[2]: *** [kstars/CMakeFiles/KStarsLib.dir/build.make:900: kstars/CMakeFiles/KStarsLib.dir/KStarsLib_autogen/mocs_compilation.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:1512: kstars/CMakeFiles/KStarsLib.dir/all] Error 2
make: *** [Makefile:149: all] Error 2
KStars failed

Read More...

Hi
I finished having problems with wifi when I put this mikrotik RB951 connected by cable to the R Pi and connected by WiFi in bridge mode with my main WiFi Mikrotik (RB2011UiAS-2HnD)

Read More...