-
I get this error while compiling on Cygwin.
```
SDR@SDR-WIN7-32-VM ~/rtl-sdr-blog/build
$ cmake ..
-- The C compiler identification is GNU 11.3.0
-- Detecting C compiler ABI info
-- Detecting…
-
I am testing some code to detect when a Soapy-compatible SDR is physically unplugged and to remove it from an internal list. This works for an RTLSDR and HackRF, but the Pluto continues to be recogni…
-
I'm running a Raspberry Pi (1 Model B) with a Rafael Micro R820T tuner attached and rtl_tcp works pretty good.
Even though I installed pyrtlsdr from https://github.com/roger-/pyrtlsdr and rtl-sdr fro…
-
```
GNSS-SDRLIB start!
error: failed to open rtlsdr device #0
error rcvinit
```
The issue is that my rtl sdr dongle shows up as #1 and there is no way to select it and thus sdrlib fails with the erro…
-
PPM: 0
correction: 1
usb_claim_interface error -6
config_rtlsdr Error: unable to open RTLSDR device
RTLSDR device not FOUND!
-
wugong@wugong-ThinkPad-X200:~/LTE-Cell-Scanner/build$ cmake ../ -DUSE_HACKRF=1
-- Try to find OPENCL LIB
-- OpenCL LIB not found
-- Boost version: 1.54.0
-- Found the following Boost libraries:
-- …
-
would like to have support to enable an external rtl_tcp server connection. for example I have a raspberry pi with an rtlsdr dongle on it, and want to remotely access it to scan frequencies. I really …
-
Just intalled latest bookworm image from scratch with apt update && apt upgrage. And there is still present USB drivers bug which was fixed for beta version rpi-6.1.y (pulls/5642). See link: https://f…
qrp73 updated
11 months ago
-
Hi, I tried to dockerize RTLSDR-Airband with alpine linux as a base image. It worked great using just librtlsdr driver. But when I also built it with SoapySDR support and then tried to use it, it segf…
-
when I do:
`serial_numbers = RtlSdr.get_device_serial_addresses()`
I get this error:
> 'Error code %d when reading USB strings (device %d)' % (r, device_index)
> OSError: Error code -12 when…