Announcement

Collapse
No announcement yet.

Windows Setup/Feed Migration (virtualVM) Assistance

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

  • abcd567
    replied
    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.

    Leave a comment:


  • arash
    replied
    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.

    Leave a comment:


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

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

    Leave a comment:


  • arash
    replied
    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

    Leave a comment:


  • abcd567
    replied
    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.

    Leave a comment:


  • arash
    replied
    1) Your recommendation was done.
    2)
    Attached Files

    Leave a comment:


  • abcd567
    replied
    arash:

    (1) Why are you quoting my entire post in your replies? No need to do this. It makes reading posts unnecessary lengthy and difficult. Please edit your posts and remove the quoted part.

    (2) What are the output of following 3 commands

    cat /etc/os-release

    apt policy fr24feed.

    uname -a

    Leave a comment:


  • arash
    replied
    Originally posted by abcd567 View Post
    arash:

    You have not installed fr24feed, or is broken install.

    First purge it.
    Code:
    sudo dpkg --purge fr24feed

    Now make a fresh install
    [Code]
    wget https://repo-feed.flightradar24.com/linux_x86_64_binaries/fr24feed_1.0.25-3_amd64.deb

    sudo dpkg -i fr24feed_1.0.25-3_amd64.deb
    now I got this error:

    4.jpg
    Last edited by arash; 2020-10-31, 07:39.

    Leave a comment:


  • abcd567
    replied
    arash:

    You have not installed fr24feed, or is broken install.

    First purge it.
    Code:
    sudo dpkg --purge fr24feed

    Now make a fresh install
    Code:
    wget https://repo-feed.flightradar24.com/linux_x86_64_binaries/fr24feed_1.0.25-3_amd64.deb
    
    sudo dpkg -i fr24feed_1.0.25-3_amd64.deb
    CONFIGURE

    CASE (a): If you have a sharing key:
    Code:
    sudo nano /etc/fr24feed.ini
    Above command will open a file with following entries

    Code:
    bs=yes
    raw=yes
    mlat="yes"
    mlat-without-gps="yes"
    Add following lines to the file fr24feed.ini (replace xxxxxxxxxxx by your actual sharing key).

    Code:
    receiver="beast-tcp"
    host="127.0.0.1:30005"
    fr24key="xxxxxxxxxxxxxx"
    Save file (Ctrl+o) and close (Ctrl+x)

    Restart fr24feed
    Code:
    sudo systemctl restart fr24feed
    Wait for few minutes, then check status
    Code:
    fr24feed-status

    CASE (b): If you do NOT have a sharing key:
    signup using following command and provide your details such as email, latitude, longitude etc

    Code:
    sudo fr24feed --signup
    sudo systemctl restart fr24feed
    Wait for fe minutes, then check status
    Code:
    fr24feed-status
    Last edited by abcd567; 2020-10-30, 21:35.

    Leave a comment:


  • arash
    replied
    Originally posted by abcd567 View Post
    arash

    No need to build dump1090-mutability from siurce code as given in the guide. Now it is available in repository. Installed by following command:

    Code:
    sudo apt install dump1090-mutability
    
    sudo usermod -a -G plugdev dump1090
    
    sudo systemctl restart dump1090-mutability

    To set your latitude, longitude give following command. Accept all other default settings by pressing Enter key.

    When asked address to bind, remove default value "127.0.0.1" to make it blank, then press Enter key.

    Code:
    sudo dpkg-reconfigure dump1090-mutability

    .
    Dear abcd567

    I entered all commands as you wrote, but I can't get feed status. also where I must enter my radar code?

    3.jpg

    Leave a comment:


  • abcd567
    replied

    arash

    No need to build dump1090-mutability from siurce code as given in the guide. Now it is available in repository. Installed by following command:

    Code:
    sudo apt install dump1090-mutability  
    
    sudo usermod -a -G plugdev dump1090  
    
    sudo systemctl restart dump1090-mutability

    To set your latitude, longitude give following command. Accept all other default settings by pressing Enter key.

    When asked address to bind, remove default value "127.0.0.1" to make it blank, then press Enter key.

    Code:
    sudo dpkg-reconfigure dump1090-mutability

    .
    Last edited by abcd567; 2020-10-30, 12:03.

    Leave a comment:


  • arash
    replied
    I have problem to install fr24feed on Linux in VM on windows 7. as show on step 2 of this guide:

    https://forum.flightradar24.com/foru...indows-feeder=

    I enter this code:


    sudo dpkg-buildpackage -b


    but I got this error:

    "debian/rules build sub process returned exit status 2"

    as show on picture:


    2.jpg



    what can I do to solve this error?
    Last edited by arash; 2020-10-30, 09:17.

    Leave a comment:


  • Oldertarl
    replied
    Alright all clear
    placed --fix back in the options
    now project "bring the antenna outside" has to start as the 50nM is just not doing the trick for me

    Leave a comment:


  • abcd567
    replied
    Originally posted by Oldertarl View Post
    Is there a special reason this is set to --fix rather than adding the lat and lon that I am missing in oversight?
    The receiver location is determined by adding arguments --lat xxxx --lon yyyy.

    The parameter --fix has nothing to do with the location of receiver. ​​​​It does error correction on some messages which have been damaged by noise in transit, which would otherwise be discarded. The downside of this is that it increases the chances that badly damaged messages could be wrongly “corrected”, producing bad data.

    Usually these bad messages are then filtered out by subsequent processing (this is where the “single tracks” statistic comes from).


    Leave a comment:


  • Oldertarl
    replied

    When looking at graphs1090 the range is not showing any data
    Browsing the forums I found that the location is required in dump1090
    When adding the location in DECODER_OPTIONS="--max-range 360 --lat 50.0 --lon 6.0" , removing the --fix
    The service restarts without issues and shows the range data in the graphs
    Is there a special reason this is set to --fix rather than adding the lat and lon that I am missing in oversight?

    Leave a comment:

Working...
X