Hi. It is cable connected, but being a Pi zero that’s via a USB ethernet adaptor that the SDR is also plugged into.
As I couldn’t get any connection, I wondered if resetting just the dongle rather than the whole device would help. I did and I could see that the Pi was doing something when plugged back in (green light flashing) and I can now SSH. So here are the logs:
pi@piaware : ~ $ sudo systemctl --no-pager status dump1090-fa
● dump1090-fa.service - dump1090 ADS-B receiver (FlightAware customization)
Loaded: loaded (/lib/systemd/system/dump1090-fa.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2021-06-25 09:17:41 UTC; 19min ago
Docs: PiAware - ADS-B and MLAT Receiver - FlightAware
Main PID: 427 (dump1090-fa)
Memory: 5.5M
CGroup: /system.slice/dump1090-fa.service
└─427 /usr/bin/dump1090-fa --device-index 0 --gain -10 --ppm 0 --max…
Jun 25 09:17:41 piaware systemd[1]: Started dump1090 ADS-B receiver (Flight…on).
Jun 25 09:17:41 piaware dump1090-fa[427]: Fri Jun 25 09:17:41 2021 UTC dum… up.
Jun 25 09:17:43 piaware dump1090-fa[427]: rtlsdr: using device #0: Generic …000)
Jun 25 09:17:43 piaware dump1090-fa[427]: Detached kernel driver
Jun 25 09:17:43 piaware dump1090-fa[427]: Found Rafael Micro R820T tuner
Jun 25 09:17:43 piaware dump1090-fa[427]: rtlsdr: enabling tuner AGC
Jun 25 09:17:43 piaware dump1090-fa[427]: Allocating 4 zero-copy buffers
Hint: Some lines were ellipsized, use -l to show in full.
pi@piaware : ~ $ sudo journalctl --no-pager -n50 -u dump1090-fa
– Logs begin at Fri 2021-06-25 09:17:01 UTC, end at Fri 2021-06-25 09:42:41 UTC. –
Jun 25 09:17:41 piaware systemd[1]: Started dump1090 ADS-B receiver (FlightAware customization).
Jun 25 09:17:41 piaware dump1090-fa[427]: Fri Jun 25 09:17:41 2021 UTC dump1090-fa 5.0 starting up.
Jun 25 09:17:43 piaware dump1090-fa[427]: rtlsdr: using device #0: Generic RTL2832U (Realtek, RTL2832U, SN 00001000)
Jun 25 09:17:43 piaware dump1090-fa[427]: Detached kernel driver
Jun 25 09:17:43 piaware dump1090-fa[427]: Found Rafael Micro R820T tuner
Jun 25 09:17:43 piaware dump1090-fa[427]: rtlsdr: enabling tuner AGC
Jun 25 09:17:43 piaware dump1090-fa[427]: Allocating 4 zero-copy buffers
Also, without any other intervention, the open page showing the error message is now showing aircraft again. So my guess is that the problem lies with the USB / ethernet adaptor!