I am having some issues after installing on raspbian stretch
In the log it shows [2017-12-17 20:46 EST] dump1090 start appears to have been successful [2017-12-17 20:46 EST] no ADS-B data program seen listening on port 30005 for 10 seconds, next check in 60s
and my local skyview page refuses to load.
I’ve tried to install two times now on fresh rasbian images with the same results.
Any help appriciated
abcd567
December 18, 2017, 1:59am
2
Please give following command, and post the output generated
sudo systemctl 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: activating (auto-restart) (Result: exit-code) since Sun 2017-12-17 21:04:02 EST; 24s ago
Docs: https://flightaware.com/adsb/piaware/
Process: 1697 ExecStart=/usr/bin/dump1090-fa $RECEIVER_OPTIONS $DECODER_OPTIONS $NET_OPTIONS $JSON_OPTIONS $PIAWARE_
Main PID: 1697 (code=exited, status=1/FAILURE)
Dec 17 21:04:02 Snozberry-Pi systemd[1]: dump1090-fa.service: Failed with result 'exit-code'.
abcd567
December 18, 2017, 2:15am
4
Check you dongle by following method
#First install required test package
sudo apt-get install rtl-sdr
#Now run the test of DVB-T/ProStick dongle
sudo killall dump1090-fa
sudo rtl_test -t
Post output genrated by command sudo rtl_test -t
Welp it appears my rtl-sdr stick may be dead.
The output of the test was
No supported devices found.
I’ve made sure it’s plugged in and even switched usb ports.