Announcement
Collapse
No announcement yet.
Windows Setup/Feed Migration (virtualVM) Assistance
Collapse
X
-
Unplug the dongle so you know which one of those 6 it is.
Is that with the virtual machine on or off?
Might also be that it's assigned to the virtual machine and not displaying for zadig.
I'm confused anyway are you trying to use the dongle in the virtual machine or in Windows?
You can't use it twice at once.
Comment
-
Originally posted by wiedehopf View PostUnplug the dongle so you know which one of those 6 it is.
Is that with the virtual machine on or off?
Might also be that it's assigned to the virtual machine and not displaying for zadig.
I'm confused anyway are you trying to use the dongle in the virtual machine or in Windows?
You can't use it twice at once.
From the jist of it I got.. and in no particular order.
Use to run windows feeder.
Trying to switch to VM
Works for a period, then the stick goes offline.
- but for some reason did a total reinstall and made more posts that looks like broken raspian instead
- later turned into 'my stick doesnt work at all - see image' - (but may not be at-all) still not sure if rasbpian is back in working order
To me, it screamed of wedging or a fault with the comms between host and VM
So my latest suggestion, was run dump1090 under win and see if the stick goes offline to the host too. To rule out the VM. As I suspect it may.Posts not to be taken as official support representation - Just a helpful uploader who tinkers
Comment
-
In the drop-down of screenshot below, remove checkmark from:
"Ignore Hubs or Composite Parents"
Then see if your dongle is listed as RTL2838UHIDIR (dongle with infra-red controller). Generic dongles have a remote controller which works on infra-red
USB-2-0-Blue-TV-Stick-DAB-FM-DVB-T-RTL2832-R820T-SDR-RTL-SDR-Dongle.jpg_640x640.jpg
Comment
-
Originally posted by abcd567 View PostIn the drop-down of screenshot below, remove checkmark from:
"Ignore Hubs or Composite Parents"
Then see if your dongle is listed as RTL2838UHIDIR (dongle with infra-red controller). Generic dongles have a remote controller which works on infra-red
[ATTACH=CONFIG]10896[/ATTACH]
9.jpg
Comment
-
Originally posted by wiedehopf View PostUnplug the dongle so you know which one of those 6 it is.
Is that with the virtual machine on or off?
Might also be that it's assigned to the virtual machine and not displaying for zadig.
I'm confused anyway are you trying to use the dongle in the virtual machine or in Windows?
You can't use it twice at once.
Comment
-
Originally posted by arash View PostYou mentioned a significant point! I did what you said & this is result:
[ATTACH=CONFIG]10898[/ATTACH]
Comment
-
Originally posted by wiedehopf View Post
Edit: I'll just leave my post here in case he checks this thread instead of the one you moved his post to Oblivian.
I don't think there is any notification on this forum so people don't find the answers to their own posts.Posts not to be taken as official support representation - Just a helpful uploader who tinkers
Comment
-
Dear All
Is it possible to feed date to multiple sites with windows & VM configuration?
for example feed flightware or radarbox24 with flightradar 24?
I found this guide but I Don't know how to use it!
All about feeding data to Flightradar24 (The Flightradar24 receiver, Raspberry Pi and Windows feeding software). No discussions about Flightradar24 web or apps.
Comment
-
Originally posted by arash View PostI found this guide but I Don't know how to use it!
https://forum.flightradar24.com/foru...A-Brief-Guide=
Originally posted by arash View PostDear All
Is it possible to feed date to multiple sites with windows & VM configuration?
for example feed flightware or radarbox24 with flightradar 24?- dump1090-fa: yes, but you will havd to build it from source code.
- dump1090-mutability: on debian buster, can be installed by "sudo apt-get install dump1090-mutability". On other distros like ubuntu etc, you will have to build it from source code.
- fr24feed: binary avaiable, you have to create necessary config & service files yourself, (Click here)
- piaware: you have to build it from source code
- rb24feed: no, they dont have feeder for x86_x64 or i386. They have only for Pi (armv7 / armv8)
Comment
-
Running into a strange problem
As my pi was constant at high CPU I decided to follow the instruction on https://github.com/abcd567a/fr24feed...ster/README.md
Run all the code and included the key in the ini as instructed on a 'old' desktop running a clean install of
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
Code:receiver="beast-tcp" host="127.0.0.1:30005" fr24key="<removed>" bs="no" raw="no" logmode="1" logpath="/var/log/fr24feed/" windowmode="0" mpx="no" mlat="no" mlat-without-gps="no" use-http=yes http-timeout=20
Code:● fr24feed.service - Flightradar24 Feeder Loaded: loaded (/lib/systemd/system/fr24feed.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Fri 2020-08-14 23:42:47 CEST; 25s ago Process: 758 ExecStartPre=/bin/mkdir -p /var/log/fr24feed (code=exited, status=0/SUCCESS) Process: 759 ExecStartPre=/bin/chown fr24 /var/log/fr24feed (code=exited, status=0/SUCCESS) Process: 760 ExecStart=/usr/bin/fr24feed (code=exited, status=203/EXEC) Main PID: 760 (code=exited, status=203/EXEC) Aug 14 23:42:47 FlightHost systemd[1]: fr24feed.service: Service RestartSec=100ms expired, scheduling restart. Aug 14 23:42:47 FlightHost systemd[1]: fr24feed.service: Scheduled restart job, restart counter is at 5. Aug 14 23:42:47 FlightHost systemd[1]: Stopped Flightradar24 Feeder. Aug 14 23:42:47 FlightHost systemd[1]: fr24feed.service: Start request repeated too quickly. Aug 14 23:42:47 FlightHost systemd[1]: fr24feed.service: Failed with result 'exit-code'. Aug 14 23:42:47 FlightHost systemd[1]: Failed to start Flightradar24 Feeder.
Not being a linux guru - did some decent seeking around but, have not been able to find the solution
There is a lot of talk when searching about adding #!/bin/bash at the top of the .service file
but as said, not confident enough if that is the right way to go.
Any help would be appreciated
Last edited by Oldertarl; 2020-08-14, 22:16.
Comment
-
Code:-bash: /usr/bin/fr24feed: cannot execute binary file: Exec format error
installed with (3) For Debian 9 & 10 and Ubuntu 18 & 19 (dump1090-fa)
sudo bash -c "$(wget -O - https://raw.githubusercontent.com/abcd567a/fr24feed-debian-ubuntu-amd64/master/install-dump1090-fa.sh)"
Not sure if it matters, but when runing fr24feed with sudo I get the below
Code:pi@FlightHost:~$ sudo fr24feed /usr/bin/fr24feed: 1: /usr/bin/fr24feed: Syntax error: "(" unexpected
Comment
Comment