Install PiAware
wget https://flightaware.com/adsb/piaware/files/packages/pool/piaware/f/flightaware-apt-repository/flightaware-apt-repository_1.1_all.debsudo dpkg -i flightaware-apt-repository_1.1_all.debsudo apt updatesudo apt install piaware -ysudo systemctl stop piawaresudo systemctl disable piawaresudo apt install dump1090-fa -ysudo sed -i.orig -e 's/^RECEIVER_SERIAL=.*/RECEIVER_SERIAL=00001090/ ; s/^RECEIVER_GAIN=.*/RECEIVER_GAIN=48.0/' /etc/default/dump1090-faIf you have only one dongle for 1090 MHz, skip to step 12 below. If you have a second dongle for 978 MHz, continue with step 10.
sudo apt install dump978-fa -ysudo sed -i.orig -e 's/rtlsdr/rtlsdr,serial=00000978 --sdr-gain 48.0/' /etc/default/dump978-faPlug in your SDR dongle(s) again.
sudo rebootWait 30 seconds before trying to reconnect with ssh.
Last updated