anything
AirNav RadarBox
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Author Topic: pi set up  (Read 2067 times)

0 Members and 1 Guest are viewing this topic.

Gadgetman

  • New Member
  • *
  • Posts: 25
pi set up
« on: March 20, 2023, 12:12:23 AM »
Hi, i am trying to set up a Pi, its not working, followed the instructions…got stuck…
any help would be appreciated….
thanks

phil

abcd567

  • Hero Member
  • *****
  • Posts: 844
  • CYYZ - Toronto
Re: pi set up
« Reply #1 on: March 20, 2023, 02:24:38 AM »


sudo: rbfeeder : command not found

For some reason, the rbfeeder did NOT get installed.
Run the installation script again.

Code: [Select]

sudo bash -c "$(wget -O - http://apt.rb24.com/inst_rbfeeder.sh)"   



Gadgetman

  • New Member
  • *
  • Posts: 25
Re: pi set up
« Reply #2 on: March 20, 2023, 02:28:37 AM »
I have tried many times, ive now did a recovery and starting from scratch… not sure what else to do…does it only work in a Pi 4? i have a 3+

abcd567

  • Hero Member
  • *****
  • Posts: 844
  • CYYZ - Toronto
Re: pi set up
« Reply #3 on: March 20, 2023, 02:40:41 AM »
The rbfeeder can be successfully installed and work on Pi Zero, Pi 2, Pi 3, Pi 3+, and Pi 4
Please post outputs of following 3 commands:

Code: [Select]

uname -a 

apt-cache policy rbfeeder   

cat /etc/os-release   

« Last Edit: March 20, 2023, 02:43:55 AM by abcd567 »

Gadgetman

  • New Member
  • *
  • Posts: 25
Re: pi set up
« Reply #4 on: March 20, 2023, 03:08:40 AM »
as requested there were some failures just running the wget command… certs not signed, no public key…and others

abcd567

  • Hero Member
  • *****
  • Posts: 844
  • CYYZ - Toronto
Re: pi set up
« Reply #5 on: March 20, 2023, 03:58:48 AM »
Please issue following 2 commands in same order as given below, and post their output.



Code: [Select]

sudo apt-get download rbfeeder 

ls rbfeeder*   


« Last Edit: March 20, 2023, 04:02:09 AM by abcd567 »

Gadgetman

  • New Member
  • *
  • Posts: 25
Re: pi set up
« Reply #6 on: March 20, 2023, 04:02:44 AM »
thanks, i will, i’ve shut down for the night… will try when home from work tomorrow… i am seeing a lot of errors from not having a public key, not sure if that would change anything, but the device was not able to even update from the OS that it came with when i bought it.

abcd567

  • Hero Member
  • *****
  • Posts: 844
  • CYYZ - Toronto
Re: pi set up
« Reply #7 on: March 20, 2023, 04:24:10 AM »
thanks, i will, i’ve shut down for the night… will try when home from work tomorrow… i am seeing a lot of errors from not having a public key, not sure if that would change anything, but the device was not able to even update from the OS that it came with when i bought it.

Your OS is Stretch, which is 2 steps backward of current Bulls eye (Stretch ->> Buster ->> Bullseye).

Better reimage your microSD card with latest image. Safer is to use a spare microSD card to write on it latest OS Bullseye,. Keep existing microSD card intact till new card is reimaged and is up and running satisfactorily.

First install Raspi Imager on your Desktop / Laptop.. (Windows or Mac)

https://www.raspberrypi.com/software/

« Last Edit: March 20, 2023, 10:44:58 AM by abcd567 »

Gadgetman

  • New Member
  • *
  • Posts: 25
Re: pi set up
« Reply #8 on: March 24, 2023, 01:21:54 AM »
Thanks all, managed to get it going, took the advice from here, formatted and installed bullseye on the sd card, then put it in the Pi… ran the 2 lines of command and we’re off to the races