@suffolk3000
I have missed an important step in the procedure Version 3.7.1 Add-on Package Install , and have added it now. Please carryout this important step given below:
Enabled UAT in piaware-config by setting uat-receiver-type sdr
sudo piaware-config uat-receiver-type sdr
sudo systemctl restart piaware
Without above step, piaware will keep its connection to dump978-fa closed, and as a result will not send UAT data to Flightaware.
ok cool sorted that now
thanks
Bear in mind though, that as you are in the UK you will not receive any location information on 978MHz. There is a 978MHz UAT trial in the UK but it is a ground station weather broadcast trial, not aircraft position information.
There is information about the trial here:
https://uavionix.com/blog/uat-in-the-uk/
1 Like
Dear Sir,
I am unable to install RB & FR client on Raspbian Stretch & Piaware 3.71 image. Always getting this error. Please help me how to resolve it.
Reading package listsā¦ Done
W: GPG error: https://apt.rb24.com rpi-stable InRelease: The following signatures couldnāt be verified because the public key is not available: NO_PUBKEY F2A8428D3C354953
W: The repository āhttps://apt.rb24.com rpi-stable InReleaseā is not signed.
N: Data from such a repository canāt be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Reading package listsā¦ Done
Building dependency tree
Reading state informationā¦ Done
dirmngr is already the newest version (2.1.18-8~deb9u4).
0 upgraded, 0 newly installed, 0 to remove and 121 not upgraded.
Executing: /tmp/apt-key-gpghome.Hg8aAiAyH3/gpg.1.sh --recv-key --keyserver pool.sks-keyservers.net 40C430F5
gpg: keyserver receive failed: Server indicated a failure
Executing: /tmp/apt-key-gpghome.FDb01JbK4K/gpg.1.sh --recv-key --keyserver pgp.mit.edu 40C430F5
gpg: keyserver receive failed: Server indicated a failure
root@raspberry:~#
Thatās a problem with certain DNS servers not understanding a special query from GPG it seems.
Do this to use googleās DNS server until the connection is reset:
sudo sed -i -e '0,/nameserver/{s/nameserver.*/nameserver 8.8.8.8/}' /etc/resolv.conf
Then try the install script again, it should work.
2 Likes
When you are at the stage where you get GPG key problem, the script has already added rbfeeder to the repository list. You can therefore easily install it by any one of the following two methods:
METHOD-1
sudo apt-get update
sudo apt-get install rbfeeder --allow-unauthenticated
.
METHOD-2
sudo apt-get update
sudo apt-get install rbfeeder
The installation process will start.
After few minutes, it will stop and display:
Type āyā and press Enter key. The installation process will continue and complete the installation.
Dont Worry, be happy, and enjoy
PS: Why have you abandoned your āmade too easy with extra featuresā thread in FR24 forum? Lot of users trying it and getting frustrated as the image made by you is now outdated.
1 Like
Dear Sir, Its magically solved my problem ! Wow. Thanks a lot.
1 Like