adsb-receiver
adsb-receiver copied to clipboard
Install fails in Raspbian Buster lite
Hello, I'm trying to get and ADS-B receiver running. I have followed the instructions given for both ADSB-Mutability and ADSB-FA. Both fail.
Can you please help me to get this working.
Here is the error
I had the same issue.
The issue is related to #531
Fixed this by removing directory ~/adbs-receiver/build/dump1090-mutability/
and changing line 151
in file ~/adbs-receiver/bash/decoders/dump1090-mutability.sh
to
git clone --single-branch --branch unmaintained https://github.com/mutability/dump1090.git 2>&1
Thanks for the reply. Just tried the recommendations given, however I still get the same results.
dpkg: error: cannot access archive '/root/adsb-receiver/build/dump1090-mutability/dump1090-mutability_1.15~dev_*.deb': No such file or directory
Checking that the dump1090-mutability package was installed properly...
INSTALLATION HALTED! UNABLE TO INSTALL A REQUIRED PACKAGE. SETUP HAS BEEN TERMINATED!
The package "-mutability" could not be installed.
Dump1090-mutability setup halted.
Any further suggestions?
@railsfan Thanks, worked for me!
Didn't work for me unfortunately, same error echo501 had.