albertodonato / ads-b-snap

Snap package for ADS-B, Mode S, and Mode 3A/3C demodulator and decoder
GNU General Public License v2.0
6 stars 1 forks source link

Problems with decoder / receiver / backend #3

Closed bi3mw closed 7 months ago

bi3mw commented 8 months ago

Hello, I have a problem when starting tar1090. The following error message appears:

Problem fetching data from the server: Seems the decoder / receiver / backend isn't working correctly !

I have connected a SDRplay RSPdx. Is this device not supported ?

albertodonato commented 8 months ago

Can you please paste the output of the following commands:

I've only tested the snap with an RTL-SDR device, not sure if it works with others

bi3mw commented 8 months ago

Okay, here's the output:

snap services ads-b

Dienst Startvorgang Aktuell Notizen ads-b.adsbxfeed aktiviert aktiv - ads-b.adsbxfeed-mlat aktiviert inaktiv - ads-b.dump1090 aktiviert inaktiv - ads-b.fr24feed aktiviert inaktiv - ads-b.lighttpd aktiviert aktiv -

sudo journalctl -ef -u snap.ads-b.dump1090

systemd[1]: Started Service for snap application ads-b.dump1090. ads-b.dump1090[121744]: Sat Jan 20 15:55:31 2024 CET dump1090-fa unknown starting up. ads-b.dump1090[121744]: rtlsdr: no supported devices found. systemd[1]: snap.ads-b.dump1090.service: Main process exited, code=exited, status=1/FAILURE systemd[1]: snap.ads-b.dump1090.service: Failed with result 'exit-code'. systemd[1]: snap.ads-b.dump1090.service: Scheduled restart job, restart counter is at 1. systemd[1]: Stopped Service for snap application ads-b.dump1090. systemd[1]: Started Service for snap application ads-b.dump1090. ads-b.dump1090[122005]: Sat Jan 20 15:55:31 2024 CET dump1090-fa unknown starting up. ads-b.dump1090[122005]: rtlsdr: no supported devices found. systemd[1]: snap.ads-b.dump1090.service: Main process exited, code=exited, status=1/FAILURE systemd[1]: snap.ads-b.dump1090.service: Failed with result 'exit-code'. systemd[1]: snap.ads-b.dump1090.service: Scheduled restart job, restart counter is at 2. systemd[1]: Stopped Service for snap application ads-b.dump1090. systemd[1]: Started Service for snap application ads-b.dump1090. ads-b.dump1090[122062]: Sat Jan 20 15:55:31 2024 CET dump1090-fa unknown starting up. ads-b.dump1090[122062]: rtlsdr: no supported devices found. systemd[1]: snap.ads-b.dump1090.service: Main process exited, code=exited, status=1/FAILURE systemd[1]: snap.ads-b.dump1090.service: Failed with result 'exit-code'. systemd[1]: snap.ads-b.dump1090.service: Scheduled restart job, restart counter is at 3. systemd[1]: Stopped Service for snap application ads-b.dump1090. systemd[1]: Started Service for snap application ads-b.dump1090. ads-b.dump1090[122100]: Sat Jan 20 15:55:32 2024 CET dump1090-fa unknown starting up. ads-b.dump1090[122100]: rtlsdr: no supported devices found. systemd[1]: snap.ads-b.dump1090.service: Main process exited, code=exited, status=1/FAILURE systemd[1]: snap.ads-b.dump1090.service: Failed with result 'exit-code'. systemd[1]: snap.ads-b.dump1090.service: Scheduled restart job, restart counter is at 4. systemd[1]: Stopped Service for snap application ads-b.dump1090. systemd[1]: Started Service for snap application ads-b.dump1090. ads-b.dump1090[122139]: Sat Jan 20 15:55:32 2024 CET dump1090-fa unknown starting up. ads-b.dump1090[122139]: rtlsdr: no supported devices found. systemd[1]: snap.ads-b.dump1090.service: Main process exited, code=exited, status=1/FAILURE systemd[1]: snap.ads-b.dump1090.service: Failed with result 'exit-code'. snap.ads-b.dump1090.service: Scheduled restart job, restart counter is at 5. systemd[1]: Stopped Service for snap application ads-b.dump1090. systemd[1]: snap.ads-b.dump1090.service: Start request repeated too quickly. systemd[1]: snap.ads-b.dump1090.service: Failed with result 'exit-code'. systemd[1]: Failed to start Service for snap application ads-b.dump1090.

albertodonato commented 8 months ago

It seems the device is not supported:

ads-b.dump1090[122139]: Sat Jan 20 15:55:32 2024 CET dump1090-fa unknown starting up.
ads-b.dump1090[122139]: rtlsdr: no supported devices found.
bi3mw commented 8 months ago

All right, thank you.

albertodonato commented 8 months ago

You could try finding out if the device can actually be supported by dump1090, and what compile options are needed in that case.