I have installed Dump-1090 Mutability onto a new Pi following the instructions on here. The installation was fine but despite numerous reboots, trying different antenna and Prosticks, nothing is happening i.e. no data is feeding.
Bus 001 Device 004: ID 0bda:2832 Realtek Semiconductor Corp. RTL2832U DVB-T
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
sudo systemctl status dump1090-mutability -l
● dump1090-mutability.service - LSB: dump1090 daemon (mutability variant)
Loaded: loaded (/etc/init.d/dump1090-mutability; generated; vendor preset: en
Active: active (running) since Tue 2017-10-03 19:02:43 UTC; 5min ago
Docs: man:systemd-sysv-generator(8)
Process: 507 ExecStart=/etc/init.d/dump1090-mutability start (code=exited, sta
CGroup: /system.slice/dump1090-mutability.service
└─542 /usr/bin/dump1090-mutability --measure-noise --net --ppm 0 --fi
sudo systemctl status piaware -l
● piaware.service - FlightAware ADS-B uploader
Loaded: loaded (/lib/systemd/system/piaware.service; enabled; vendor preset:
Active: active (running) since Tue 2017-10-03 19:26:10 UTC; 7min ago
Docs: PiAware - ADS-B and MLAT Receiver - FlightAware
Main PID: 533 (piaware)
CGroup: /system.slice/piaware.service
├─533 /usr/bin/piaware -p /run/piaware/piaware.pid -plainlog -statusf
└─660 /usr/lib/piaware/helpers/faup1090 --net-bo-ipaddr localhost --n
Oct 03 19:26:16 raspberrypi piaware[533]: Starting faup1090: /usr/lib/piaware/he
Oct 03 19:26:16 raspberrypi piaware[533]: Started faup1090 (pid 660) to connect
Oct 03 19:26:16 raspberrypi piaware[533]: logged in to FlightAware as user Nigel
Oct 03 19:26:16 raspberrypi piaware[533]: my feeder ID is b65997fd-245c-4cf9-bd7
Oct 03 19:26:16 raspberrypi piaware[533]: site statistics URL: https://flightawa
Oct 03 19:26:16 raspberrypi piaware[533]: piaware received a message from dump10
Oct 03 19:26:17 raspberrypi piaware[533]: piaware has successfully sent several
Oct 03 19:32:53 raspberrypi piaware[533]: 99 msgs recv’d from dump1090-mutabi; 9
Oct 03 19:32:53 raspberrypi piaware[533]: timed out waiting for alive message fr
Oct 03 19:32:53 raspberrypi piaware[533]: reconnecting in 52 seconds…
lines 1-19/19 (END)
● piaware.service - FlightAware ADS-B uploader
(1) There was “timed out waiting for messages from dump1090…”. Can you please again run following and post only last few lines?
sudo systemctl status piaware -l
(2) check the feed status of Planefinder by typing in address bar of your browser
< IP of Pi >:30053
It will show a map with planes. On this map, on top there is a menu bar. On menubar click tab “Logs” to see the live log of feed to Planefinder.
(3) Check feed status of Flightradar24 by typing in your browser address bar
< IP of Pi >:8754
The display will show if the feed is active or not.
Oct 03 21:24:17 raspberrypi sudo[697]: pam_unix(sudo:session): session opened for user root by (uid=0)
Oct 03 21:24:17 raspberrypi sudo[697]: pam_unix(sudo:session): session closed for user root
Oct 03 21:24:18 raspberrypi piaware[526]: logged in to FlightAware as user NigelRichardson
Oct 03 21:24:18 raspberrypi piaware[526]: my feeder ID is b65997fd-245c-4cf9-bd71-32e75b44170e
Oct 03 21:24:18 raspberrypi piaware[526]: site statistics URL: https://flightaware.com/adsb/stats/user/NigelRichardson#stats-65946
~
~
~
~
For Planefinder I get the map but no aircraft
For Flightradar24 I get a message ‘Unable to Connect’
That means the dongle and dump1090-mutability both are working ok, but the data is somehow not reaching the feeders. Looks some misconfiguration of dump1090’s port numbers for data output.
Can you please give following command and post its output? It will show configuration of dump1090-mutability.
(1)All port settings look good. Cant understand why data is not reaching the three data feeders . It is really surprizing.
(2) In this new forum, a comment-out # of scripts is treated as heading, making all comments very large and bold, making the post look ugly.
To get rid of this ugliness, please edit you post, and add a line at start before first line “dump1090-mutability configuration file”, and containing only this:
[,code,]
and another line at the end of post containing only this:
[,/code,]
(without commas which I had to put to make it visible to you)
Just last try. Edit file /etc/default/dump1090-mutability, and change the entry as follows
sudo nano /etc/default/dump1090-mutability
# The above command will open file for editing.
#Scroll down to following entry
NET_BIND_ADDRESS=“127.0.0.1”
#remove 127.0.0.1, so the entry becomes:
NET_BIND_ADDRESS=“”
#Now save file (ctrl+o) and close editor (ctrl+x)
#Restart Pi
sudo reboot
After reboot, check in your browser
< ip of pi >:8754
< ip of pi >:30053
I assume that you have already installed Web Portal using JProchazka’s “ADSB Project Scripts”.
If not, you cant see performance graphs. Install these first.
If already installed,
Graphs: < ip of pi >/graphs.php
Admin: < ip of pi >/admin/
If you have not yet done web portal configuration step: < ip of pi >/install/