Hi all,
I am trying to make an ADS-B station with a RaspberryPi v3. I have in my drawer a “PCTV Systems PCTV 74E” and I am looking to re-use it before going further.
http://www.pctvsystems.com/Products/ProductsEuropeAsia/DVBTT2products/PCTVpicoStick/tabid/203/language/fr-FR/Default.aspx
I have been able to install all the stack, I can see on my flightaware account the instance of my RaspberryPi.
My problem is that it is empty of data, so let me give you some logs. Maybe one of you can help.
pi@piaware:~ $ lsusb | grep PCTV
Bus 001 Device 004: ID 2013:0246 PCTV Systems PCTV 74E
pi@piaware:~ $ systemctl status piaware
● piaware.service - FlightAware ADS-B uploader
Loaded: loaded (/lib/systemd/system/piaware.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2018-05-17 09:25:27 CEST; 36min ago
Docs: PiAware - ADS-B and MLAT Receiver - FlightAware
Main PID: 387 (piaware)
CGroup: /system.slice/piaware.service
└─387 /usr/bin/piaware -p /run/piaware/piaware.pid -plainlog -statusfile /run/piaware/status.json
May 17 10:00:29 piaware piaware[387]: no ADS-B data program seen listening on port 30005 for 250 seconds, next check in 60s
May 17 10:00:39 piaware sudo[2309]: piaware : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/netstat --program --tcp --wide --all --numeric
May 17 10:00:39 piaware sudo[2309]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 17 10:00:39 piaware sudo[2309]: pam_unix(sudo:session): session closed for user root
May 17 10:00:39 piaware piaware[387]: no ADS-B data program is serving on port 30005, not starting multilateration client yet
May 17 10:01:05 piaware piaware[387]: 0 msgs recv’d from dump1090 (0 in last 5m); 0 msgs sent to FlightAware
May 17 10:01:29 piaware sudo[2329]: piaware : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/netstat --program --tcp --wide --all --numeric
May 17 10:01:29 piaware sudo[2329]: pam_unix(sudo:session): session opened for user root by (uid=0)
May 17 10:01:29 piaware sudo[2329]: pam_unix(sudo:session): session closed for user root
May 17 10:01:29 piaware piaware[387]: no ADS-B data program seen listening on port 30005 for 310 seconds, next check in 60s
pi@piaware:~ $ sudo piaware-status
PiAware master process (piaware) is running with pid 387.
PiAware ADS-B client (faup1090) is not running.
PiAware mlat client (fa-mlat-client) is not running.
Local ADS-B receiver (dump1090) is not running.
no program appears to be listening for connections on port 30005.
faup1090 is NOT connected to the ADS-B receiver.
piaware is connected to FlightAware.
got ‘couldn’t open socket: connection refused’
dump1090 is NOT producing data on localhost:30005.
Your feeder ID is xxxxxxxxxx (from /var/cache/piaware/feeder_id)
pi@piaware:~ $ tail -f /var/log/piaware.log
May 17 10:15:02 piaware piaware[387]: no ADS-B data program seen listening on port 30005 for 10 seconds, next check in 60s
May 17 10:15:41 piaware piaware[387]: no ADS-B data program is serving on port 30005, not starting multilateration client yet
May 17 10:16:02 piaware piaware[387]: no ADS-B data program seen listening on port 30005 for 70 seconds, next check in 60s
May 17 10:16:05 piaware piaware[387]: 0 msgs recv’d from dump1090 (0 in last 5m); 0 msgs sent to FlightAware
May 17 10:16:41 piaware piaware[387]: no ADS-B data program is serving on port 30005, not starting multilateration client yet
May 17 10:17:02 piaware piaware[387]: no ADS-B data program seen listening on port 30005 for 130 seconds, next check in 60s
May 17 10:17:42 piaware piaware[387]: no ADS-B data program is serving on port 30005, not starting multilateration client yet
May 17 10:18:02 piaware piaware[387]: no ADS-B data program seen listening on port 30005 for 190 seconds, next check in 60s
May 17 10:18:42 piaware piaware[387]: no ADS-B data program is serving on port 30005, not starting multilateration client yet
May 17 10:19:02 piaware piaware[387]: no ADS-B data program seen listening on port 30005 for 250 seconds, next check in 60s
Feel free to ask if you need something else for investigation.
Thank you.