Well, I got it to work on the default Bionic.
I am more satisfied with Stretch (arm64 version, of course). YMMV.
Note that I am not a Linux expert, and aim to limit exposure to failures due to lack of knowledge. There are experts on this forum who may be more clear on how to best proceed with Bionic.
Sorry after doing sudo apt-get upate, I get this -
##odroid@odroid:~$ sudo nano /etc/apt/sources.list
[sudo] password for odroid:
odroid@odroid:~$ sudo apt-get update
Err:1 http:/ bionic InRelease
Temporary failure resolving âdistsâ
Hit:2 http://flightaware.com/adsb/piaware/files/packages stretch InRelease
Hit:3 Index of /ubuntu bionic InRelease
Hit:4 Index of /n2/ bionic InRelease
Hit:5 Index of /ubuntu-ports bionic InRelease
Get:6 Index of /ubuntu-ports bionic-updates InRelease [88.7 kB]
Get:7 Index of /ubuntu-ports bionic-backports InRelease [74.6 kB]
Get:8 Index of /ubuntu-ports bionic-security InRelease [88.7 kB]
Fetched 252 kB in 3s (81.8 kB/s)
Reading package lists⌠Done
N: Skipping acquire of configured file âpiaware/binary-arm64/Packagesâ as repository âhttp://flightaware.com/adsb/piaware/files/packages stretch InReleaseâ doesnât support architecture âarm64â
N: Skipping acquire of configured file âmain/binary-armhf/Packagesâ as repository âIndex of /n2/ bionic InReleaseâ doesnât support architecture âarmhfâ
W: Failed to fetch http://dists/bionic/InRelease Temporary failure resolving âdistsâ
W: Some index files failed to download. They have been ignored, or old ones used instead.
W: Target Packages (main/binary-arm64/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:29
W: Target Packages (main/binary-armhf/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:29
W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:29
W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list:1 and /etc/apt/sources.list:29
odroid@odroid:~$ sudo apt-get install libfam0
Reading package lists⌠Done
Building dependency tree
Reading state information⌠Done
You might want to run âapt --fix-broken installâ to correct these.
The following packages have unmet dependencies:
dump1090-fa : Depends: lighttpd but it is not going to be installed
E: Unmet dependencies. Try âapt --fix-broken installâ with no packages (or specify a solution).
odroid@odroid:~$
I have cleaned the emmc card and starting again using
Odroid N2 and feeding
wiedehopf edited this page 3 days ago ¡ 2 revisions.
Now is this process, it does not have any mention of
Installation of dump1090-fa requires that first lighttpd is installed
Installation of lighttpd requires that first package libfam0 is installed, which is not installable.
Do I have to carry out ABCD instructions above, before installing Installing dump1090-fa (required). If so, this direction is missing from the github page.
With recent apt-get versions (I think anything stretch or newer is recent enough) you can apt-get install some_deb_file.deb and itâll handle the dependencies for the package file you gave it.
sudo nano /etc/apt/sources.list
## Delete following wrong line which you have added earlier
deb http:// bionic main universe
## Add following correct line
deb http://us.archive.ubuntu.com/ubuntu/ bionic main universe
## Save file
Ok, I have now installed ambrian stretch now. i am about to start installing using wiedehopfâs Odroid N2 and feeding github scripts. Do I see how it goes? In his scripts there is no mention of lightpd etc, I believe it is built into those script setups?? Or do I reinstall ubuntu and try again using your corrections??
First install ighttpd to make sure that it gets installed. There is no point in building dump1090-fa .deb package, then discover it cannot be installed because lighttp cannot be installed.
That needs to be run first.
And if your distribution doesnât have a working lighttpd, then i donât know what you are installing.
I suspect you would need to run
sudo apt update
sudo apt dist-upgrade
Before instaling lighttpd. I would expect it to work then.
Failed to stop airspy_adsb.service: Unit airspy_adsb.service not loaded.
Created symlink /etc/systemd/system/multi-user.target.wants/airspy_adsb.service â /lib/systemd/system/airspy_adsb.service.