Properly read the instructions for the RadarBox feed. You configured it so that Radarbox starts dump1090 itself and blocks the receiver. Remove the Radarbox feed or reconfigure it so it doesn't start its own dump1090.
I read the instructions so that it uses my usb dongle, should it be the other config then? using the existing decoder? Well, I am not very proficient with using PI codes yet. What would I enter so it doesnt start its own dump1090
Yes, configure it to use the existing decoder. sudo apt remove rb-feeder Then install and configure correctly this time around.
Edit /etc/rbfeeder.ini , modify network part this way: Code: [network] mode=beast external_port=30005 external_host=127.0.0.1 Restart rbfeeder sudo systemctl restart rbfeeder
Never mind, tried this and worked! sudo apt update sudo apt install git socat git clone https://github.com/adsbxchange/adsb-exchange.git cd adsb-exchange chmod +x setup.sh sudo ./setup.sh