abcd567
September 25, 2021, 7:15am
5
As you have confirmed that although you have package install , but have chosen hostname as “piaware” (which misguided me), to run both 1090 MHz and 978 MHz receivers, you need 2 dongles, and following steps:
Items (4) (5) & (6) below are for USA only:
(4) DUMP978-FA (latest version)
Copy-paste following script in terminal:
sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/piaware-ubuntu20-amd64/master/dump978-fa.sh)"
(5) Serialize 2 dongles (8 digit numbers): 00001090 & 00000978
(6) Configure dump1090-fa and dump978-fa to use respective serialized dongles:
Copy-paste following 4 commands in terminal:
SCROLL RIGHT TO SEE & COPY COMMANDS IN FULL
sudo sed -i 's/^RECEIVER_SERIAL=.*/RECEIVER_SERIAL=00001090/' /etc/default/dump1090-fa
sudo sed -i 's/driver=rtlsdr[^ ]* /driver=rtlsdr,serial=00000978 /' /etc/default/dump978-fa
sudo piaware-config uat-receiver-type sdr
sudo systemctl restart piaware
1 Like