sdr-enthusiasts / gitbook-adsb-guide

Guide to aircraft tracking using ADS-B reception with SDR & docker containers. Published on GitBook.
https://sdr-enthusiasts.gitbook.io/ads-b/
Other
129 stars 54 forks source link

RPI but unknown server OS #91

Closed hodgkiss closed 1 year ago

hodgkiss commented 1 year ago

Issue on docker run --rm -it --device /dev/bus/usb --entrypoint rtl_eeprom ghcr.io/sdr-enthusiasts/docker-readsb-protobuf -s 1090

from page: https://sdr-enthusiasts.gitbook.io/ads-b/setting-up-rtl-sdrs/re-serialise-sdrs

result issue: on RPI 4gb ram docker: unknown server OS: .

tedder commented 1 year ago

Have you been running other docker commands or is this the first? How did you install docker?

hodgkiss commented 1 year ago

The first usage - was using this guide only. Did repeat usage of the command, same error.

hodgkiss commented 1 year ago

What does it say if you change -s 1090 to -h?

What does uname -a return? Linux radardocker### 5.15.84-v8+ #1613 SMP PREEMPT Thu Jan 5 12:03:08 GMT 2023 aarch64 GNU/Linux

hodgkiss commented 1 year ago

Going to format the SD card and try again.

tedder commented 1 year ago

Does this run successfully?

sudo docker run --rm hello-world

If you installed it using the guidebook and the docker install script, you need to log out and back in.

If you did the install yourself (apt install docker) you missed setting ownership and adding pi to a group.

hodgkiss commented 1 year ago

Cant recreate the issue since the format and re-image of SD closing.

mikenye commented 1 year ago

@hodgkiss no problems, thanks for the update.