Struggling ot figure out dump1090 is NOT producing data on localhost:30005 HELP

I keep getting this message, i have connected the DVB usb dongle and Ariel to a friends pi and all worked fine, so I’m confdent they are working ok, I’ve reimaged my Pi and updated all thats necessary , and added piaware , I’ve checked throttling and result is 0x0 I’ve also added a new power supply as i was previously getting undervoltage issues. here are some checks i’ve done

Any ideas , of what’s wrong, any help or suggestions gladly received

im running

Raspberry Pi 3 Model B Rev 1.2
PRETTY_NAME=“Raspbian GNU/Linux 11 (bullseye)”
NAME=“Raspbian GNU/Linux”
VERSION_ID=“11”
VERSION=“11 (bullseye)”
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
HOME_URL=“http://www.raspbian.org/
SUPPORT_URL=“RaspbianForums - Raspbian
BUG_REPORT_URL=“RaspbianBugs - Raspbian

Piaware status
mawdz09@raspberrypi:~ $ sudo piaware-status
PiAware master process (piaware) is running with pid 1315.
PiAware ADS-B client (faup1090) is running with pid 1369.
PiAware ADS-B UAT client (faup978) is not running (disabled by configuration settings)
PiAware mlat client (fa-mlat-client) is running with pid 1329.
Local ADS-B receiver (dump1090-fa) is running with pid 1353.

dump1090-fa (pid 1353) is listening for ES connections on port 30005.
faup1090 is connected to the ADS-B receiver.
piaware is connected to FlightAware.
dump1090 is NOT producing data on localhost:30005.

Your feeder ID is XXXXXXXXXXXXXXXXXX (configured at /etc/piaware.conf:9)

LSUSB
mawdz09@raspberrypi:~ $ lsusb
Bus 001 Device 004: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T
Bus 001 Device 003: ID 0424:ec00 Microchip Technology, Inc. (formerly SMSC) SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Microchip Technology, Inc. (formerly SMSC) SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

sudo systemctl status dump1090-fa -l
mawdz09@raspberrypi:~ $ sudo systemctl status dump1090-fa -l
● 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 Thu 2023-08-17 08:21:00 BST; 5min ago
Docs: PiAware - ADS-B and MLAT Receiver - FlightAware
Main PID: 1353 (dump1090-fa)
Tasks: 3 (limit: 1595)
CPU: 48.806s
CGroup: /system.slice/dump1090-fa.service
└─1353 /usr/bin/dump1090-fa --quiet --device-type rtlsdr --gain 60 --adaptive-range --fix --lat 53.36149 →

Aug 17 08:21:00 raspberrypi dump1090-fa[1353]: rtlsdr: using device #0: Generic RTL2832U OEM (Realtek, RTL2838UHIDIR, S>
Aug 17 08:21:00 raspberrypi dump1090-fa[1353]: Detached kernel driver
Aug 17 08:21:00 raspberrypi dump1090-fa[1353]: Found Fitipower FC0012 tuner
Aug 17 08:21:01 raspberrypi dump1090-fa[1353]: rtlsdr: tuner gain set to about 28.2 dB (gain step 5) (tuner AGC enabled)
Aug 17 08:21:01 raspberrypi dump1090-fa[1353]: [FC0012] no valid PLL combination found for 1090000000 Hz!
Aug 17 08:21:01 raspberrypi dump1090-fa[1353]: adaptive: using 50% duty cycle
Aug 17 08:21:01 raspberrypi dump1090-fa[1353]: adaptive: enabled adaptive gain control with gain limits 7.1dB (step 2) >
Aug 17 08:21:01 raspberrypi dump1090-fa[1353]: adaptive: enabled dynamic range control, target dynamic range 30.0dB
Aug 17 08:21:01 raspberrypi dump1090-fa[1353]: Allocating 4 zero-copy buffers
Aug 17 08:21:11 raspberrypi dump1090-fa[1353]: adaptive: reached upper gain limit, halting dynamic range scan here

Your dongle has the Fitipower FC0012 tuner chip. Unfortunately that is not suitable for ADS-B and it is the cause that you are not producing data.
It is suitable for DVB but not ADS-B.
You will need a R820T tuner chip for ADS-B

1 Like

Brilliant thanks , I’m very new to Pi and flightaware and think ive had the wool pulled a little over my eyes :wink: they sold it to me as ADS-B tuner , oh well you live and learn :-), Thanks for the heads up and taking the time to respond the fact R820T needs to be included in my searches now has helped , i’ve ordered a new one and hopefully should be up and running in a few days, thanks again

You’re welcome. If you have questions these forums are a great help and a good source of information :+1:t2: So don’t hesitate to ask, there are no stupid questions here and we all have had the same learning curve

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.