Raspberry Pi Debian images - Latest Releases

did all above still nothing 
print out of  airspy_adsb no 30005 ??

pi@rpi4-20210823:~$ apt-cache policy dump1090-fa
dump1090-fa:
  Installed: (none)
  Candidate: (none)
  Version table:
     4.0 -1
        100 /var/lib/dpkg/status

pi@rpi4-20210823:~$ apt-cache policy piaware
piaware:
  Installed: 5.0
  Candidate: 5.0
  Version table:
 *** 5.0 100
        100 /var/lib/dpkg/status

@suffolk3000

Something gone wrong. First remove existing files & folders of dump1090

sudo rm dump1090-fa*

sudo rm -rf dump1090  

Now issue following commands.

git clone https://github.com/flightaware/dump1090 

cd dump1090

git fetch --all 

git reset --hard origin/dev 

sudo sed -i 's/dh-systemd,//' debian/control 

sudo dpkg-buildpackage -b --no-sign

What are last few lines of output of last command? Does it say dump1090-fa package is built?

What is output of following command?

ls /home/pi/

 

pi@rpi4-20210823:~$ ls
Desktop    Templates                             dump1090-fa-pkg-4.0                  piaware-web_5.0_all.deb
Documents  Videos                                dump1090-fa_6.0~dev_arm64.buildinfo  piaware-web_5.0_arm64.buildinfo
Downloads  airspy                                dump1090-fa_6.0~dev_arm64.changes    piaware-web_5.0_arm64.changes
Music      airspy_adsb-linux-x86_64.tgz          dump1090-fa_6.0~dev_arm64.deb        piaware_builder
Pictures   dump1090                              piaware-repository_5.0_all.deb       tcltls-rebuild
Public     dump1090-fa-dbgsym_6.0~dev_arm64.deb  piaware-web

pi@rpi4-20210823:~/dump1090$ ls
COPYING               anet.h     cprtests.c      demod_2400.o   interactive.c       sdr.c          sdr_limesdr.o     track.o
Jenkinsfile           anet.o     cprtests.o      dsp            interactive.o       sdr.h          sdr_rtlsdr.c      util.c
LICENSE               bladerf    cpu.c           dsp-types.h    mode_ac.c           sdr.o          sdr_rtlsdr.h      util.h
Makefile              comm_b.c   cpu.h           dump1090       mode_ac.o           sdr_bladerf.c  sdr_rtlsdr.o      util.o
Makefile.cpufeatures  comm_b.h   cpu.o           dump1090.c     mode_s.c            sdr_bladerf.h  sdr_stub.c        view1090
README-json.md        comm_b.o   cpu_features    dump1090.h     mode_s.h            sdr_bladerf.o  sdr_stub.o        view1090.c
README.md             compat     crc.c           dump1090.o     mode_s.o            sdr_hackrf.c   starch            view1090.o
adaptive.c            convert.c  crc.h           faup1090.c     net_io.c            sdr_hackrf.h   starch-benchmark  wisdom
adaptive.h            convert.h  crc.o           fifo.c         net_io.h            sdr_hackrf.o   stats.c           wisdom.aarch64
adaptive.o            convert.o  debian          fifo.h         net_io.o            sdr_ifile.c    stats.h           wisdom.arm
ais_charset.c         cpr.c      debian-jessie   fifo.o         oneoff              sdr_ifile.h    stats.o           wisdom.generic
ais_charset.h         cpr.h      debian-stretch  icao_filter.c  prepare-build.sh    sdr_ifile.o    tools             wisdom.x86
ais_charset.o         cpr.o      demod_2400.c    icao_filter.h  public_html         sdr_limesdr.c  track.c
anet.c                cprtests   demod_2400.h    icao_filter.o  public_html_merged  sdr_limesdr.h  track.h

pi@rpi4-20210823:~$ apt-cache policy dump1090-fa
dump1090-fa:
  Installed: (none)
  Candidate: (none)
  Version table:
     4.0 -1
        100 /var/lib/dpkg/status

You have this package built, but architecture is arm64, while my case was armhf, and installation command i told you was for armhf

Install it with command with correct architecture (arm64)

sudo dpkg -i dump1090-fa_6.0~dev_arm64.deb  
SkyAware unknown version
so  correct version now  editing conf now i think 

as im running 64bit i only got _adsb  not aarch64 so will add that  now 

Now not sure which install i need for aarch64
could you point me in correct direction please
many thanks
john

The script has built for correct architecture arm64 for RPi model 4
(for my RPi model 2 B, architecture is armhf).

Skyaware will show “unknown verion” initially. To fix it:

(1) Reboot Pi
(2) Clear browser cache Ctrl+Shit+Delete
(3) Reload browser Ctrl+F5

Why you want aarch64 install when your RPi Model 4 has architecture arm64?

The dump1090-fa ver 6.0~dev package is correctly built for arm64. Simply install it by command I have given in my previous post.

yes your right  
i understand now arm64  cool 
cleared cache  and rebooted twice still no versions on  -fa or skyaware   also no aircraft 

First install rtl-sdr

sudo apt-get install rtl-sdr

Next run following command. What is output of last command?

sudo systemctl stop piaware dump1090-fa
rtl_test -t

pi@rpi4-20210823:~$ rtl_test -t
No supported devices found.
this would be correct as im on airspy ?
pi@rpi4-20210823:~$ sudo systemctl stop piaware dump1090-fa
pi@rpi4-20210823:~$ rtl_test -t
No supported devices found

If you have a prostick or dvbt, remove airspy and plugin prostick and see if dump1090 and skyview start working ok

Hmmm  dark blue  no its not working on -fa or skyaware 
still nothing after reboot
---------------------------
ok i now have  darkblue donlge plugged in with  v6 ident 
but airspy mini  when plugged in  dont  work


If dump1090-fa ver 6.0~dev and skyaware are working ok with prostick, that means they are ok.

May be you need something extra to do to make it work for airspy. Ask this in airspy thread. I have no idea about airspy mini. I dont have one.

ok thankyou  ..............
no planes with any  dongle  
will go  repost  


What is output of rtl_test - t with prostick pluggedin? This is important.

LATER ADDITION:
As you have posted in other thread it is showing error3, I have posted solution few days ago here:

After above, unplug then replug prostick and then reboot Pi.