Hi, I have to be honest, I don't know how to install the dump1090-fa and rbfeeder together. I looked at the Flightaware website. But I haven't found any instructions anywhere where I can just install this "dump". I want to continue to run Radarbox with it. With the RTL stick. So please, if you have time, explain to me which steps I have to take to run dump1090-fa and rbfeeder together with the RTL stick. Thank you very much in advance.
(1) To install Flightaware's dump1090-fa, run following commands:NOTE: The first command below is very long. Scroll right to see and copy it in full.
wget https://www.flightaware.com/adsb/piaware/files/packages/pool/piaware/f/flightaware-apt-repository/flightaware-apt-repository_1.2_all.deb
sudo dpkg -i flightaware-apt-repository_1.2_all.deb
sudo apt update
sudo apt install dump1090-fa
sudo reboot
(2) To install rbfeederI think you have already installed rbfeeder. If not run following command to install it:
NOTE: Say
No when asked " Do you want to install dump978-rb?"
sudo bash -c "$(wget -O - http://apt.rb24.com/inst_rbfeeder.sh)"
If you are using Bookworm OS, then the above script will fail to install rbfeeder, and will stop with following comment:
"Don't know how to install for a distribution named"In this case use the workaround given in following post:
Install rbfeeder and mlat-client on Raspberry Pi OS BOOKWORMAfter installation is completed, open your file /etc/rbfeeder.ini and make sure that under [client],
network_mode is set to
true.
Do NOT set network_mode=false. If you set network_mode to false, then rbfeeder will start it's builtin dump1090-
rb, and this will create a conflict between dump1090-fa and dump1090-rb, and result in a mess.
Please see attached screenshot (click it to enlarge)