Announcement

Collapse
No announcement yet.

Seeking Assistance with Data Upload Issues to Flightradar24

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

  • Seeking Assistance with Data Upload Issues to Flightradar24

    Hello forum members,

    I hope you can help me with an issue I'm currently facing. I am new to this and struggling to successfully upload data to Flightradar24.
    Here are a few summaries and logs from my attempts:


    pi@pi24-bookworm:~ $ sudo fr24feed
    /dev/shm/decoder.txt: Permission denied
    [main][e]Could not create monitor file!
    ______ _ _ _ _ _ _____ ___
    | ___|| |(_) | | | | | | / __ \ / |
    | |_ | | _ __ _ | |__ | |_ _ __ __ _ __| | __ _ _ __`' / /' / /| |
    | _| | || | / _` || '_ \ | __|| '__|/ _` | / _` | / _` || '__| / / / /_| |
    | | | || || (_| || | | || |_ | | | (_| || (_| || (_| || | ./ /___\___ |
    \_| |_||_| \__, ||_| |_| \__||_| \__,_| \__,_| \__,_||_| \_____/ |_/
    __/ |
    |___/
    [main][i]FR24 Feeder/Decoder
    [main][i]Version: 1.0.46-1/generic
    [main][i]Built on Jan 11 2024 15:15:43 (T202401111512/Linux/static_arm64)
    [main][i]Running on: pi24-debian="12"
    [main][i]Local IP(s): 192.168.2.29,2a02:a449:13fa:1:51c8:1861:5e20:9f78, fe80::65 97:b9b6:6a4d:92c8
    [main][i]Copyright 2012-2024 Flightradar24 AB
    [main][i]https://www.flightradar24.com
    [main][i]DNS mode: PING
    [main][i]Automatic updates are ENABLED
    ERROR: rmmod: ERROR: Module dvb_usb_rtl28xxu is in use
    [I] [httpd]Server started, listening on :::8754
    [i]PacketSenderConfiguration::fetch_config(): Yoda configuration for this receiv er is disabled
    [d]TLSConnection::ctor(): Enable verify_peer in production code!
    [main][i]Reader thread started
    [main][i]MLAT data feed started
    [master][i]Starting processing thread
    [reader][i]Initializing reader
    [reader][i]Connecting to DVBT receiver via (exe:///usr/bin/dump1090-mutability --raw --mlat)
    [mlat][i]Waiting for MLAT configuration
    [reader][i]Connected to the receiver, configuring
    [reader][i]Configured, processing messages
    [time][i]Synchronizing time via NTP
    [time][i]Time synchronized correctly, offset +0.001 seconds
    [main][i]Feed Network client started
    [feed][i]Downloading configuration
    [feed][d]Fetching configuration
    [feed][i]configuring decoder
    [feed][c]Max range AIR: 300.0nm
    [feed][c]Max range GND: 80.0nm
    [E] write_locked - missing monitor file pointer
    [E] write_locked - missing monitor file pointer
    [E] write_locked - missing monitor file pointer
    [E] write_locked - missing monitor file pointer
    [E] write_locked - missing monitor file pointer
    [E] write_locked - missing monitor file pointer
    [feed][i]configuration changed
    [feed][i]defined 3 servers
    [feed][c]Timestamps: optional
    [I] Stopping ReceiverACSender threads for feed
    [I] Configured ReceiverACSender: 185.218.24.22:8099,185.218.24.23:8099,185.218.2 4.24:8099, feed: EHTW338, send_interval: 5s/1s, max age: 15s, send metadata: tru e, mode: 1, filtering: true
    [I] Network thread connecting to 185.218.24.22:8099 for feed EHTW338
    [feed][n]EHTW338@185.218.24.22:8099/UDP
    [feed][n]connecting
    [E] write_locked - missing monitor file pointer
    [E] write_locked - missing monitor file pointer
    [E] write_locked - missing monitor file pointer
    [I] [stats]Stats thread started
    [feed][n]connected via UDP (fd 21)
    [feed][n]working
    [E] write_locked - missing monitor file pointer
    [E] write_locked - missing monitor file pointer



    when i did cat /etc/fr24feed.ini it said:
    receiver="dvbt"
    fr24key=""
    bs="no"
    raw="no"
    mpx="no"
    mlat="yes"
    mlat-without-gps="yes"

    lsusb
    Bus 001 Device 004: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T
    Bus 001 Device 003: ID 0424:ec00 Microchip Technology, Inc. (formerly SMSC) SMSC9512/9514 Fast Ethernet Adapter
    Bus 001 Device 002: ID 0424:9514 Microchip Technology, Inc. (formerly SMSC) SMC9514 Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


    I am aware of my limited experience in this matter and am very interested in your insights and suggestions.
    Are there specific steps I might be overlooking? Or are there settings I should adjust?

    Any form of help or guidance is greatly appreciated. Thank you​
    You do not have permission to view this gallery.
    This gallery has 2 photos.

  • #2
    The tuner.type is the important bit.

    How To Test If Your DVB-T RTL SDR Dongle Is Healthy Following two options are described below: OPTION-1: Dongle plugged into Raspberry Pi. OPTION-2: Dongle plugged into Windows Computer. . OPTION-1: Dongle plugged into Raspberry Pi. STEP-1: Install the test tools package rtl-sdr sudo apt-get update sudo apt-get install
    Posts not to be taken as official support representation - Just a helpful uploader who tinkers

    Comment


    • #3
      Originally posted by Oblivian View Post
      The tuner.type is the important bit.

      https://forum.flightradar24.com/foru...dongle-healthy
      Thx for your reaction! i get this error back: pi@pi24-bookworm:~ $ rtl_test -t
      Found 1 device(s):
      0: Realtek, RTL2838UHIDIR, SN: 00000001

      Using device 0: Generic RTL2832U OEM
      usb_claim_interface error -6
      Failed to open rtlsdr device #0.

      Comment


      • #4
        You need to block all services accessing it first.

        Thats where all the stop fr24feed, stop dump1090-fa, stop dump1090-mutability etc comes in at step 2.

        Something was not run there
        Posts not to be taken as official support representation - Just a helpful uploader who tinkers

        Comment


        • #5
          Originally posted by Oblivian View Post
          You need to block all services accessing it first.

          Thats where all the stop fr24feed, stop dump1090-fa, stop dump1090-mutability etc comes in at step 2.

          Something was not run there
          i did rtl_test -t with output: Found 1 device(s):
          0: Realtek, RTL2838UHIDIR, SN: 00000001

          Using device 0: Generic RTL2832U OEM
          Found Fitipower FC0012 tuner
          Supported gain values (5): -9.9 -4.0 7.1 17.9 19.2
          Sampling at 2048000 S/s.
          No E4000 tuner found, aborting.


          and with rtl_test i did get:
          Found 1 device(s):
          0: Realtek, RTL2838UHIDIR, SN: 00000001

          Using device 0: Generic RTL2832U OEM
          Found Fitipower FC0012 tuner
          Supported gain values (5): -9.9 -4.0 7.1 17.9 19.2
          Sampling at 2048000 S/s.

          Info: This tool will continuously read from the device, and report if
          samples get lost. If you observe no further output, everything is fine.

          Reading samples in async mode...
          Allocating 15 zero-copy buffers
          lost at least 28 bytes

          Comment


          • #6
            And there goes your problem

            Fitipower FC0012 tuner

            Tuna is incapable of adsb
            Posts not to be taken as official support representation - Just a helpful uploader who tinkers

            Comment

            Working...
            X