Announcement

Collapse
No announcement yet.

Windows Setup/Feed Migration (virtualVM) Assistance

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

  • arash:

    Output of command "uname -a" shows that you have architecture i686, and that is why amd64 package failed to install.

    Try this package:

    Code:
    sudo apt install libc6 libudev1 zlib1g libusb-1.0-0 libstdc++6 dirmngr
    
    wget https://repo-feed.flightradar24.com/linux_x86_binaries/fr24feed_1.0.25-3_i386.deb    
    
    sudo dpkg -i fr24feed_1.0.25-3_i386.deb

    If install succeeds, follow the instructions under "CONFIGURE" given in my above post.
    Last edited by abcd567; 2020-10-31, 16:39.

    Comment


    • It worked and I did the configuration.

      Now the dongle light turns on and off and receiver is down and FR24 MLAT as shown is not running.

      I used the zedig 2.5 to convert driver.

      I don't know what to do
      Attached Files

      Comment


      • Issue these commands. What is output of last command?

        Code:
        sudo apt install rtl-sdr
        
        sudo systemctl stop dump1090-mutability
        
        rtl_test -t

        Comment


        • Originally posted by abcd567 View Post
          Issue these commands. What is output of last command?

          Code:
          sudo apt install rtl-sdr
          
          sudo systemctl stop dump1090-mutability
          
          rtl_test -t
          Output of last command:
          5-5.jpg
          And this is setup on zedig:
          5-6.jpg
          I got this output on zedig when the dongle is connected and VM is run.
          Last edited by arash; 2020-11-01, 10:22.

          Comment


          • arash
            (1) Please stop clicking "Quote" button below my posts to answer. Simply start typing in the blank space below the last post.

            (2) Your dongle and zadig are OK. Check your dump1090 by issuing following command.

            nc localhost 30003

            Do you see a continous output like this?
            (Break the continous flow of data by pressing Ctrl and C keys togather)

            If you see output like this, your dump1090 is working OK.

            Code:
            pi@raspberrypi:~ $ nc localhost 30003
            
            MSG,5,1,1,C05CDD,1,2020/11/01,10:25:15.875,2020/11/01,10:25:15.947,,22025,,,,,,,0,,0,
            MSG,3,1,1,A036FA,1,2020/11/01,10:25:15.889,2020/11/01,10:25:15.948,,25375,,,43.26215,-78.96436,,,0,,0,0
            MSG,3,1,1,A8712A,1,2020/11/01,10:25:15.892,2020/11/01,10:25:15.948,,36000,,,42.47533,-77.14280,,,0,,0,
            MSG,8,1,1,ADA5EE,1,2020/11/01,10:25:15.899,2020/11/01,10:25:15.948,,,,,,,,,,,,0
            MSG,8,1,1,394A15,1,2020/11/01,10:25:15.938,2020/11/01,10:25:16.001,,,,,,,,,,,,0
            MSG,4,1,1,A6F777,1,2020/11/01,10:25:15.939,2020/11/01,10:25:16.001,,,409,269,,,0,,,,,0
            MSG,4,1,1,A71DED,1,2020/11/01,10:25:15.979,2020/11/01,10:25:16.003,,,458,314,,,-64,,,,,0
            Last edited by abcd567; 2020-11-01, 15:42.

            Comment


            • abcd567

              1) ok
              2) I got this massage:
              5-7.jpg

              Comment


              • arash:
                "bash: nc: command not found" means that the netcat is not installed on your OS.
                You have two options:

                (1) Install netcat then run the command

                Code:
                sudo apt install netcat  
                
                nc localhost 30003


                OR

                (2) Check in the browser of Raspbian in the VM by typing following in its address bar:

                localhost/dump1090/gmap.html


                If dump1090-mutability and Dongle are working OK you will see a map with aircraft like below:
                (drag the map to your location to see aircraft)


                RaspberryPI OS for PC.png
                Last edited by abcd567; 2020-11-02, 00:37.

                Comment


                • abcd567:

                  This is output map:
                  5-8.jpg

                  When is type this command:


                  nc localhost 30003

                  nothing will happened & there is no any output:

                  5-9.jpg

                  I think it's better to install Debian from beginning

                  So زan you tell me how to do this so that this wrong procedure does not happen again?
                  Last edited by arash; 2020-11-02, 09:36.

                  Comment


                  • Just in case you don't want to continue with the outdated dump1090-mutability stuff:
                    Solutions to common problems using dump1090 variants and ADS-B feeders - wiedehopf/adsb-wiki


                    In this case i'd recommend using the readsb install script as this will compile the right binary for whatever architecture you're using on that box.

                    Comment


                    • wiedehopf:

                      I use VM to simulate Raspbian on a Windows 7 PC. so witch method is better to use?

                      Comment


                      • Give these two commands and check the map again

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

                        Comment


                        • Originally posted by wiedehopf View Post
                          Just
                          In this case i'd recommend using the readsb install script as this will compile the right binary for whatever architecture you're using on that box.
                          It is not the problem of architecture with dump1090-mutability as it is installed by command "sudo apt install dump1090-mutability", and apt is smart enough to detect the architecture and install the right binary for it.

                          For some reason after install the dump1090-mutability failed to start properly. Most likely rebooting will fix the issue.

                          Comment


                          • arash:

                            The "rtl_test -t" has shown that your dongle is the right type, and is available in the Raspbian in VM.
                            In this case the most likely reason for failure of dump1090-mutability is non-execution of the following command:

                            sudo usermod -a -G plugdev dump1090


                            either you missed to issue the above command
                            or
                            you made some spelling mistake while typing the the command
                            or
                            you did not restart dump1090-mutability after that


                            To check, give following command:
                            groups dump1090

                            If correct command was given and executed, the output should include "plugdev" as shown below
                            dump1090: nogroup plugdev

                            As final step, reboot your Raspbian Buster
                            Last edited by abcd567; 2020-11-02, 18:50.

                            Comment


                            • abcd567

                              Unfortunately, I still have the problem of dongle inactivity. so I decided to reinstall Debian, after installation, when I want to enter this command:


                              sudo apt install dump1090-mutability

                              I got this error:

                              E: Unable to locate package dump1090-mutability

                              I tried to solve the problem so i enter this command:


                              wget https://github.com/mutability/mutabi....1.1_armhf.deb

                              and this is the result:

                              6.jpg




                              Comment


                              • First update, then try again

                                Code:
                                sudo apt update
                                
                                sudo apt install dump1090-mutability  
                                
                                sudo usermod -a -G plugdev dump1090  
                                
                                sudo reboot
                                If it still fails to install dump1090-mutability, then use the script given by wiedehopf, and install readsb.
                                Last edited by abcd567; 2020-11-04, 22:56.

                                Comment

                                Working...
                                X