Piaware 3.5.3 & Dump1090-fa Not working with clean install in OrangePi Zero

Hi abcd567,

Here is the latest info.

root@orangepizero:~# rtl_test -t
Found 1 device(s):
0: Realtek, RTL2838UHIDIR, SN: 00000001

Using device 0: Generic RTL2832U OEM
Found Rafael Micro R820T tuner
Supported gain values (29): 0.0 0.9 1.4 2.7 3.7 7.7 8.7 12.5 14.4 15.7 16.6 19.7 20.7 22.9 25.4 28.0 29.7 32.8 33.8 36.4 37.2 38.6 40.2 42.1 43.4 43.9 44.5 48.0 49.6
Sampling at 2048000 S/s.
No E4000 tuner found, aborting.
root@orangepizero:~#

I finally solved the problem by editing:-

sudo nano /etc/modprobe.d/rtl-sdr-blacklist.conf

and add:

blacklist dvb_usb_rtl2832u

save.

Then reboot.

After I check:-

root@orangepizero:~# sudo service dump1090-fa status
● dump1090-fa.service - dump1090 ADS-B receiver (FlightAware customization)
Loaded: loaded (/lib/systemd/system/dump1090-fa.service; enabled)
Active: active (running) since Mon 2018-01-22 12:02:14 +08; 7min ago
Docs: PiAware - ADS-B and MLAT Receiver - FlightAware
Main PID: 1198 (dump1090-fa)
CGroup: /system.slice/dump1090-fa.service
└─1198 /usr/bin/dump1090-fa --device-index 0 --gain -10 --ppm 0 --net-bo-port 30005 --max-range 360 --net --net-heartbeat 60 --net-ro-size 1000 --net-ro-i…

Jan 22 12:02:14 orangepizero systemd[1]: Started dump1090 ADS-B receiver (FlightAware customization).
Jan 22 12:02:14 orangepizero dump1090-fa[1198]: Mon Jan 22 12:02:14 2018 +08 dump1090-fa 3.5.3 starting up.
Jan 22 12:02:14 orangepizero dump1090-fa[1198]: rtlsdr: using device #0: Generic RTL2832U OEM (Realtek, RTL2838UHIDIR, SN 00000001)
Jan 22 12:02:14 orangepizero dump1090-fa[1198]: Found Rafael Micro R820T tuner
Jan 22 12:02:14 orangepizero dump1090-fa[1198]: rtlsdr: enabling tuner AGC
Jan 22 12:03:05 orangepizero systemd[1]: Started dump1090 ADS-B receiver (FlightAware customization).
root@orangepizero:~#

It now works. I guess something happen that “/etc/modprobe.d/rtl-sdr-blacklist.conf” has not blacklists the “dvb_usb_rtl2832u”, and causing dump1090-fa not working as normal SDR.

Thank you once again for the previous info you shared to me.

I have had installed so many times of Armbian image as well as Dietpi image for my OrangePi Zero H2+ since yesterday. I guess there are some bugs for the dump1090-fa or piaware during the setup. I have no such problem previously (few months ago).

Regards.