Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot start goesrecv (std::runtime_error) #145

Open
Hellmanx opened this issue Jun 28, 2022 · 0 comments
Open

Cannot start goesrecv (std::runtime_error) #145

Hellmanx opened this issue Jun 28, 2022 · 0 comments

Comments

@Hellmanx
Copy link

Hellmanx commented Jun 28, 2022

I am attempting to do a signal tests and I'm having an issue starting goesrecv.

When I issue the command: goesrecv -v -i 1 I will get: goesrecv: no configuration file specified Try 'goesrecv --help' for more information.

I let it know where the config is: goesrecv --config ~/goestools/etc/goesrecv.conf Then I get the error:
terminate called after throwing an instance of 'std::runtime_error' what(): You configured goesrecv to use the "rtlsdr" source, but goesrecv was not compiled with RTL-SDR support. Make sure to install the RTL-SDR library before compiling goestools, and look for a message saying 'Found librtlsdr' when running cmake. Aborted

I do have the RTL-SDR library installed, as shown in the screenshot:

image

If I do rtl_test I get:
Found 1 device(s): 0: Realtek, RTL2838UHIDIR, SN: 00000001

Using device 0: Generic RTL2832U OEM Found Rafael Micro R820T tuner Supported gain values (29): 0.0 0.9 1.4 2.7 3.7 7.7 8.7 12.5 14.4 15.7 16.6 19.7 20.7 22.9 25.4 28.0 29.7 32.8 33.8 36.4 37.2 38.6 40.2 42.1 43.4 43.9 44.5 48.0 49.6 [R82XX] PLL not locked! Sampling at 2048000 S/s.

Info: This tool will continuously read from the device, and report if samples get lost. If you observe no further output, everything is fine.

Reading samples in async mode... lost at least 60 bytes ^CSignal caught, exiting!

User cancel, exiting... Samples per million lost (minimum): 4

Which means it should be working fine? Right?

Not sure what else to do.

@Hellmanx Hellmanx changed the title Cannot start goesrecv Cannot start goesrecv (std::runtime_error) Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant