Announcement

Collapse
No announcement yet.

Receiver: down ... failed!

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

  • Receiver: down ... failed!

    Hey everyone... newby to linux and Raspberry Pi. I've been playing around with ADS-B on my windows computer using Dump1090 and FR24 software, and grew more and more obsessed with it. I wanted to feed 24/7 to FR24 without using the laptop, so I purchased a RPi to use solely for feeding.

    I have spent the past 3 nights after work trying to get this thing to work. I've tried multiple solutions that I've found on this forum, but none of them have worked. I would appreciate any help, and apologize in advance for being stupid with this. Here is where I am at so far:

    service fr24feed status shows:

    pi@raspberrypi ~ $ service fr24feed status
    [ ok ] FR24 Feeder/Decoder Process: running.
    [ ok ] FR24 Stats Timestamp: 2015-11-13 01:37:22.
    [ ok ] FR24 Link: connected [UDP].
    [ ok ] FR24 Radar: T-KBNA12.
    [ ok ] FR24 Tracked AC:.
    [FAIL] Receiver: down ... failed!

    /etc/fr24feed.ini file shows:

    receiver="dvbt"
    fr24key="b0dc371d9f8a517b"
    path="/usr/lib/fr24/mr-dump1090"
    bs="no"
    raw="no"
    logmode="1"
    procargs="--Net-http-port 8080"
    windowmode="0"
    mpx="no"

    I followed the FR24 Raspberry Pi guide and downloaded armv7l/1.0.13-2

    Any ideas before I finally give up and go back to the trusty laptop?

  • #2
    Do a sudo service fr24feed stop, the sudo fr24feed start (no service) and you will see where its stalling. Probably a conflict with device error as dump1090 may be already running. In which case will need typenchsnge from dvbt to avrtcp:30002

    Sent from my GT-I9300 using Tapatalk
    Posts not to be taken as official support representation - Just a helpful uploader who tinkers

    Comment

    Working...
    X