Announcement

Collapse
No announcement yet.

How to Install dump1090-mutability on RPi

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

  • #76
    Cool...... so just to ignore step 3 ?

    Comment


    • #77
      Originally posted by ramimz View Post
      Cool...... so just to ignore step 3 ?
      Essentially.

      But note there was 2 methods - you took the long one 1st one would have worked with it pre-compiled

      I've made the note to make NOT BUSTER clear. But the 1st option was always the preferred (which is why abcd edited it in June)
      Posts not to be taken as official support representation - Just a helpful uploader who tinkers

      Comment


      • #78
        And replace step 4 with the install command mentioned.

        Try if it works, i'm not 100 % sure.
        If the install works, then you don't need steps 3 and 4.

        Anyway if you have anymore trouble i would just recommend the bundle i linked.
        It has both the old style dump1090 map and the newer dump1090-fa style map.

        Also it will automatically adjust the gain.

        Comment


        • #79
          Thanks Oblivian & wiedehopf

          so that's what i did on method-2 by abcd567

          step 1....as is
          step 2....as is
          step 3....pass
          step 4....replaced with the command "sudo apt install dump1090-mutability" by wiedehopf
          step 5....as is
          step 6....as is
          step 7....I normally pass that one
          step 8....as is
          step 9....I normally pass that one
          step 10...as is

          so far it's working great

          Comment


          • #80
            [S O L V E D ]
            Workaround for Raspbian Buster


            The problem is caused because Buster's Apt installs latest versions of packages librtlsdr-dev and librtlsdr0.
            The dump1090-mutability code has not been upgraded yet to use these latest versions and fails.

            The solution is that in First Post's STEP (1), remove from 2nd "apt-get install" line the package "librtlsdr-dev", and instead download and install older version from Debian package repository, as shown in (2) below.

            If you already have run the STEP (1) of First Post, then do (1) below to purge newly installed packages from Buster repository.

            (1) Purge librtlsdr-dev (0.6-1+rpt1) and librtlsdr0 (0.6-1+rpt1) installed from Buster's apt during execution of STEP (1) of First Post

            Code:
            sudo apt purge librtlsdr-dev
            sudo apt purge librtlsdr0
            (2) Download and install older versions of librtlsdr0 (0.5.3-11) and librtlsdr-dev (0.5.3-11) from Debian Package repository

            Code:
            wget -O ~/librtlsdr0_0.5.3-11+b2_armhf.deb "http://ftp.us.debian.org/debian/pool/main/r/rtl-sdr/librtlsdr0_0.5.3-11+b2_armhf.deb"
            sudo dpkg -i librtlsdr0_0.5.3-11+b2_armhf.deb
            
            wget -O ~/librtlsdr-dev_0.5.3-11+b2_armhf.deb "http://ftp.us.debian.org/debian/pool/main/r/rtl-sdr/librtlsdr-dev_0.5.3-11+b2_armhf.deb"
            sudo dpkg -i librtlsdr-dev_0.5.3-11+b2_armhf.deb
            (3) Build & Install dump1090-mutability v1.15~dev package

            Code:
            ~/build-dump-mut/dump1090
            sudo dpkg-buildpackage -b
            
            cd ../
            sudo dpkg -i dump1090-mutability_1.15~dev_armhf.deb
            
            sudo wget -O  /etc/udev/rules.d/rtl-sdr.rules "https://raw.githubusercontent.com/osmocom/rtl-sdr/master/rtl-sdr.rules"
            
            sudo dpkg-reconfigure dump1090-mutability
            
            sudo reboot
            Last edited by abcd567; 2019-07-17, 15:15.

            Comment


            • #81
              For details, please see following

              (1) Thread I created on June 30, 2019:
              Dump1090-mutability ver 1.15~dev package now available in Repository!



              (2) Buster workaround I posted on July 9, 2019:
              [S O L V E D]
              Last edited by abcd567; 2019-07-17, 15:34.

              Comment


              • #82
                because he gave me an error when i try to install "READ & SET GAIN FROM BROWSER / DUMP1090 MAP"
                and after reboot, it was stuck in home screen, and not loading the OS.

                now i finished step 10 without any problem

                Comment


                • #83
                  Originally posted by ramimz View Post
                  because he gave me an error when i try to install "READ & SET GAIN FROM BROWSER / DUMP1090 MAP"
                  and after reboot, it was stuck in home screen, and not loading the OS.

                  now i finished step 10 without any problem
                  I have now added commands for "BUSTER" in STEP-1 of "READ & SET GAIN FROM BROWSER / DUMP1090 MAP".
                  I have tested it, works ok.
                  You can now install it.

                  Comment


                  • #84
                    Hi all,

                    I have followed the method 1) procedure and get the dump1090 page but says "unknown version" instead of 1.15dev
                    I'm using raspbian buster. Any clues?

                    Thanks for the help

                    Comment


                    • #85
                      If it's working, is it a problem?

                      Comment


                      • #86
                        It is not working.
                        As a matter of fact I can only access the webpage (/dump1090/gmap.html) from raspberry directly, can't do it from other PC.

                        Comment


                        • #87
                          I don't feel like debugging the problem right now, if you want something that will in 99% of case work out of the box, use this, it does most stuff automatically:
                          Solutions to common problems using dump1090 variants and ADS-B feeders - wiedehopf/adsb-wiki



                          What system are you on anyway? This command will answer it:

                          cat /etc/os-release | grep PRETTY

                          Comment


                          • #88
                            Thanks for help.
                            I'm running buster: PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"

                            Comment


                            • #89
                              Screen with the issue...
                              Attached Files

                              Comment


                              • #90
                                Looks like dump1090-mutability is just not running.

                                But you should get that empty page on every computer (Ctrl-F5 might be required).

                                Oh right then.
                                This will tell you which version is actually installed:

                                dump1090-mutability --help 2>&1 | head -n4

                                You have tried rebooting?
                                I'm not exactly sure how this version works in regards to fr24feed.ini settings.
                                Let's see it so i know what's going on:

                                cat /etc/fr24feed.ini

                                Comment

                                Working...
                                X