Announcement

Collapse
No announcement yet.

How to Install dump1090-mutability on RPi

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Pasajero311
    replied
    Hello group, I have dump1090 installed and after many years I get the maps like this, which could have happened. any help would be well received
    You do not have permission to view this gallery.
    This gallery has 1 photos.

    Leave a comment:


  • cmgam
    replied
    Originally posted by Oblivian View Post
    Dump1090-mutability is no longer maintained

    Better to use an alternative
    Hi
    Can you please point me to an alternative?
    Thanks in advance
    Regards

    Leave a comment:


  • abcd567
    replied
    forgot to give following two commands required after above installation commands (Now added)

    Code:
    sudo usermod -a -G plugdev dump1090  
    
    sudo reboot

    Leave a comment:


  • ramimz
    replied
    Originally posted by abcd567 View Post

    Please see Oblivian's good advise above to use alternatives.

    However if you are still keen to install dump1090-mutability, then the current installation procedure is following command:

    Code:
    sudo apt install lighttpd
    
    sudo apt install dump1090-mutability
    Thanks,

    I'll give it a try.

    Leave a comment:


  • abcd567
    replied
    Originally posted by ramimz View Post
    Is this still the correct installation process?
    Please see Oblivian's good advise above to use alternatives.

    However if you are still keen to install dump1090-mutability, then the current installation procedure is following command:

    Code:
    sudo apt install lighttpd  
    
    sudo apt install dump1090-mutability  
    
    sudo usermod -a -G plugdev dump1090
    
    sudo reboot
    Last edited by abcd567; 2023-06-11, 07:18.

    Leave a comment:


  • Oblivian
    replied
    Dump1090-mutability is no longer maintained

    Better to use an alternative

    Leave a comment:


  • ramimz
    replied
    Is this still the correct installation process?

    Leave a comment:


  • abcd567
    replied
    @Pasajero311To clear log of dump1090-mutability:

    sudo rm / var / log / dump1090-mutability.log

    Note: I had to insert spaces before and after / as the forum wont let me post the command if I did not insert spaces. Please remove the spaces when using above command.
    ​​​​​​​

    Leave a comment:


  • Pasajero311
    replied
    Hello good afternoon to the group
    It's been about 7 years that I have installed
    dump1090-mutability 1.15 but I see that I run out of megabytes in the SD
    Is there a file that generates a log?
    I have dump1090-mutability and collectd# installed
    Regards from Anthony

    Leave a comment:


  • abcd567
    replied
    Originally posted by turboprops View Post
    I
    Executing: /tmp/apt-key-gpghome.LhWEL0bhYA/gpg.1.sh --recv-key --keyserver pgp.mit.edu C969F07840C430F5
    gpg: keyserver receive failed: Server indicated a failure

    Can someone please explain to me what is the problem and how to solve it, thank you

    Try this:

    Code:
    wget http://repo-feed.flightradar24.com/rpi_binaries/fr24feed_1.0.29-8_armhf.deb
    
    sudo dpkg -i fr24feed_1.0.29-8_armhf.deb

    .
    Last edited by abcd567; 2022-02-25, 20:29.

    Leave a comment:


  • wiedehopf
    replied
    Consider using this guide to install fr24: https://github.com/wiedehopf/adsb-wi...ADS-B-receiver

    While you're at it, might as well go to readsb, newer map than dump1090-mutability.

    Leave a comment:


  • turboprops
    replied
    I don't know if this is the right place to ask, but after installed dump1090-multability, I went on install fr24_rpi using the given command
    Code:
    sudo bash -c "$(wget -O - https://repo-feed.flightradar24.com/install_fr24_rpi.sh)"
    But I got this error
    Code:
    --2022-02-25 17:14:10-- https://repo-feed.flightradar24.com/install_fr24_rpi.sh
    Resolving repo-feed.flightradar24.com (repo-feed.flightradar24.com)... 104.17.44.52, 104.17.43.52, 104.17.46.52, ...
    Connecting to repo-feed.flightradar24.com (repo-feed.flightradar24.com)|104.17.44.52|:443... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 1349 (1.3K) [application/x-sh]
    Saving to: 'STDOUT'
    
    - 100%[==========================>] 1.32K --.-KB/s in 0s
    
    2022-02-25 17:14:10 (5.24 MB/s) - written to stdout [1349/1349]
    
    Get:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
    Hit:2 http://archive.raspberrypi.org/debian buster InRelease
    Fetched 15.0 kB in 2s (9612 B/s)
    Reading package lists... Done
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    dirmngr is already the newest version (2.2.12-1+rpi1+deb10u1).
    The following package was automatically installed and is no longer required:
    python-colorzero
    Use 'sudo apt autoremove' to remove it.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    Executing: /tmp/apt-key-gpghome.jWbtzzFSeN/gpg.1.sh --recv-key --keyserver keyserver.ubuntu.com C969F07840C430F5
    gpg: keyserver receive failed: Server indicated a failure
    Executing: /tmp/apt-key-gpghome.VUF2WOAXtV/gpg.1.sh --recv-key --keyserver pool.sks-keyservers.net C969F07840C430F5
    gpg: keyserver receive failed: Server indicated a failure
    Executing: /tmp/apt-key-gpghome.LhWEL0bhYA/gpg.1.sh --recv-key --keyserver pgp.mit.edu C969F07840C430F5
    gpg: keyserver receive failed: Server indicated a failure
    Can someone please explain to me what is the problem and how to solve it, thank you

    Leave a comment:


  • Oblivian
    replied
    Possibly something to do with it being targeted

    Leave a comment:


  • abcd567
    replied
    Originally posted by Scroggie View Post

    If you happen to see this Captain, you might like to add this to your instructions for gain setting :-

    BULLSEYE
    Code:
    sudo apt update
    sudo apt install php7.4-cgi
    I tried to edit the post, but the forum's over active protection refuses to let me save the edited post, and displays following Error message:

    Oblivian As you have administrative powers, can you please help me to save the post after I edit it?



    FR24 forum wont let me save after edit.png




    Leave a comment:


  • abcd567
    replied
    Originally posted by Scroggie View Post
    BUSTER
    Code:
    sudo apt install php7.3-cgi

    However. sudo apt install php7.4-cgi does the job nicely!

    If you happen to see this Captain, you might like to add this to your instructions for gain setting :-

    BULLSEYE
    Code:
    sudo apt update
    sudo apt install php7.4-cgi
    Thanks Scroggie for pointing out. I will update the how-to for "Set Gain from Browser".

    The easiest way is to give following version-less command, and apt itself selects and installs the version applicable to the OS (Stretch or Buster or Bullseye)

    Code:
    sudo apt install -y php-cgi

    If you want versioned command, use following:

    Jessie:
    sudo apt install -y php5-cgi;

    Stretch:
    sudo apt install -y php7.0-cgi

    Buster:
    sudo apt install -y php7.3-cg

    Bullseye:
    sudo apt install -y php7.4-cgi



    .
    Last edited by abcd567; 2022-02-22, 21:33.

    Leave a comment:

Working...
X