Hello all, I have a working 1090 setup (Raspberry Pi) and now have obtained a second RTL-SDR. I'm a little bit confused about the setup. Is this all I have to do to add the second RTL-SDR or do I also add a separate dump978? adsbx image 978 setup · wiedehopf/adsb-wiki Wiki · GitHub I'm only feeding ADSBX
No, I used your instructions to install readsb and then the adsbx feeder I assume this are the correct instructions? Installing dump978 fa and feeding adsbexchange with UAT traffic · wiedehopf/adsb-wiki Wiki · GitHub Seems like I have to re-install RaspiOS. The repositories are for the 32 bit OS but I have the 64-bit OS
You'll need to compile dump978-fa from source for 64-bit Raspbian. It is not hard but not for the newbie.
I'm pretty sure I can do that if you can give some hints.... ;-) I assume it is similar than this, just the source file is different? Building dump1090 fa from source · wiedehopf/adsb-wiki Wiki · GitHub
Compile .. from .. source ... Anything past that is not a hint .. it's a how-to ... which I then have to support and troubleshoot for you Install ZT, give me remote access, and I'll do it in 10 minutes. Versus hours or days walking you through how to compile code. It would make the most sense for both of our lives if you used ADSBx image. https://www.adsbexchange.com/how-to-feed/adsbx-custom-pi-image/
Ha! I hear you loud and clear With the image I only have to assign the correct serial numbers? (I already changed them to 1090 and 978)
Build it for 64 bit https://github.com/flightaware/dump978 I don't remember what went wrong but it wasn't copy paste. Code: git clone https://github.com/flightaware/dump978.git cd dump978/ make dpkg-buildpackage -b sudo dpkg -i ../dump978-fa_*.deb If make errors out, you need to figure out what 32 bit libraries are missing and install them. Build will give you a .deb to install. Then you need to enable the dump978-fa service. https://github.com/adsbxchange/adsbexchange-978 ADSBx feed for 978 setup might work after that .. maybe, if you've gotten readsb to compile previously without error.
Thank you for looking in to it. I did get the adsbxchange image working, no problem. Said that, I took another look at the dump978-fa install (I have several SD cards) and found the error. Raspberry OS now is on "Bullseye" but the install for dump978-fa is using the Flightaware repository for "Buster": Hit:1 http://flightaware.com/adsb/piaware/files/packages buster InRelease and I think that is causing the errors.
Well, James, I did it. After banging my head on the desk for about 2 hours I managed to compile and install dump978-fa. Let's just not talk about installing the dependencies like boost and soapysdr Saying that it was a major pain in the butt wouldn't do it justice. Anyways, it is working and that is all what counts. Right? I also got the graphs working as well as the webinterface at /ax978. I'm ready for bed now.....