[OUTDATED] Piaware ver 6 with Adaptive Gain Control - Install it on x86_64 Machines with Ubuntu 20, Debian 10 &11, and on RPi 2, 3, 4 with Raspbian Buster (32-bit and 64-bit) and DietPi Bullseye (32-bit & 64-bit)

maybe im a bit lost, but I tried your scripts for Debian and I get an error installing piaware only:

I also tried, out of a bit of confusion, this script too - it fails also.

output from the first link:
Building dependency tree
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
piaware:amd64 : Depends: libboost-program-options1.74.0:amd64 (>= 1.74.0) but it is not installable
Depends: libboost-regex1.74.0-icu67:amd64 but it is not installable
Depends: libc6:amd64 (>= 2.29) but 2.28-10+deb10u1 is to be installed
Depends: libffi7:amd64 (>= 3.3~20180313) but it is not installable
Depends: libgcc-s1:amd64 (>= 3.0) but it is not installable
Depends: libmpdec3:amd64 but it is not installable
Depends: libreadline8:amd64 (>= 7.0~beta) but it is not installable
Depends: tcllib:amd64 but it is not installable
E: Unable to correct problems, you have held broken packages.
this is from a brand new install

opps didnt see this initially.
but I tried both prebuilt 64 bit pi os and Debian 11 And and they both still fail
sorry, Im still learning linux and only barely understand the differences - I believe the Bullseye desktop version of Pi is a Debian distro -
however, it keeps saying I have these broken packages.

@RdRocket16

Can you please post output of following commands?

uname -a  

cat /etc/os-release  

lsb_release -a  

Ahhhh
I see.

i@raspberry:~/Downloads $ uname -a
Linux raspberry 4.19.0-13-amd64 #1 SMP Debian 4.19.160-2 (2020-11-28) x86_64 GNU/Linux
pi@raspberry:~/Downloads $
pi@raspberry:~/Downloads $
pi@raspberry:~/Downloads $
pi@raspberry:~/Downloads $ cat /etc/os-release
PRETTY_NAME=“Debian GNU/Linux 10 (buster)”
NAME=“Debian GNU/Linux”
VERSION_ID=“10”
VERSION=“10 (buster)”
VERSION_CODENAME=buster
ID=debian
HOME_URL=“https://www.debian.org/
SUPPORT_URL=“Debian -- User Support
BUG_REPORT_URL=“https://bugs.debian.org/
pi@raspberry:~/Downloads $
pi@raspberry:~/Downloads $
pi@raspberry:~/Downloads $
pi@raspberry:~/Downloads $ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster

I thought since the Pi OS was on bullseye so was this.
Oops.
I think I might delete this os and try your suggestion of dietpi with your script for that.
:slight_smile: thanks for the help! It’s definitely a learning curve and I’m jumping distributions trying to find the right options!

@RdRocket16

I think this is the OS you have installed

 

You may modify automated installation script to change in it Bullseye to Buster, then run it on the one you have installed.

However I won’t recommend it as Buster is outdated OS. Better install Debian or DietPi Bullseye

piaware has some dependencies that can cause issues (mainly tcl i think).

I can’t help you with building piaware, but if you want a decoder and graphs, this guide works on any debian based system (which includes ubuntu, raspbian, dietpi):
https://github.com/wiedehopf/adsb-wiki/wiki/Raspbian-Lite:-ADS-B-receiver

But i’m sure @abcd567 scripts to build dump1090-fa work just as well :slight_smile:

@wiedehopf
@RdRocket16

STEP-1: Downloaded current installation script for piaware and dump1090-fa:

wget https://raw.githubusercontent.com/abcd567a/piaware-ubuntu20-amd64/master/install-piaware.sh

wget https://raw.githubusercontent.com/abcd567a/piaware-ubuntu20-amd64/master/install-dump1090-fa.sh

STEP-2: Downloaded scripts are for current OS Bullseye. Replaced all occurrences of word bullseye by buster in the above two downloaded script files by following commands:

sudo sed -i 's/bullseye/buster/g' install-piaware.sh

sudo sed -i 's/bullseye/buster/g' install-dump1090-fa.sh

STEP-3: Ran the modified installation scripts

sudo bash install-piaware.sh

sudo bash install-dump1090-fa.sh

 

 

CLICK ON SCREENSHOT TO SEE LARGER SIZE
CLICK AGAIN TO SEE FULL SIZE

 

 

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.