Hi
user Nou recommendation, for low memory configure the build-soft-stable.sh , like this:
JOBS = 1
Regards
Read More...
Thank you, I did not find it, now I look for it and download it.
If that's the idea, I have the INDI server in a RBPi4
Best regards
Read More...
Thanks DENIS for your contribution, consult, I can download the compiled .exe from somewhere, I'm having problems to compile it from my WIN10
Best regards
Osvaldo
Read More...
Hi Alan
I don't have it at hand on the raspberry to see the configuration, but the same thing happened to me with another driver, enter the file
CMakeCACHE.txt
of that section and I put OFF the one that threw me the error and finished compiling OK, it was something that I was not going to use
Not ideal but I was able to keep compiling
Best regards
Osvaldo
Read More...
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...