You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
Hellmanx
changed the title
Cannot start goesrecv
Cannot start goesrecv (std::runtime_error)
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:
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.
The text was updated successfully, but these errors were encountered: