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

Could not find SoapySDR device for 'driver=rtlsdr,serial=00000101' #33

Open
angold5 opened this issue Nov 15, 2023 · 0 comments
Open

Could not find SoapySDR device for 'driver=rtlsdr,serial=00000101' #33

angold5 opened this issue Nov 15, 2023 · 0 comments

Comments

@angold5
Copy link

angold5 commented Nov 15, 2023

Raspberry Pi 4.

$ rtl_test
Found 1 device(s):
  0:  Realtek, RTL2838UHIDIR, SN: 00000101

Using device 0: Generic RTL2832U OEM

I keep getting this issue:

Probe device driver=rtlsdr,serial=00000101
[ERROR] rtlsdr_get_device_usb_strings(0) failed
Error probing device: rtlsdr_get_index_by_serial(00000101) - -3
Could not find SoapySDR device for 'driver=rtlsdr,serial=00000101'
######################################################
##     Soapy SDR -- the SDR abstraction library     ##
######################################################

Probe device driver=rtlsdr,serial=00000101
[ERROR] rtlsdr_get_device_usb_strings(0) failed
Error probing device: rtlsdr_get_index_by_serial(00000101) - -3
Could not find SoapySDR device for 'driver=rtlsdr,serial=00000101'
######################################################
##     Soapy SDR -- the SDR abstraction library     ##
######################################################

Probe device driver=rtlsdr,serial=00000101
[ERROR] rtlsdr_get_device_usb_strings(0) failed
Error probing device: rtlsdr_get_index_by_serial(00000101) - -3
Could not find SoapySDR device for 'driver=rtlsdr,serial=00000101'
s6-rc: info: service legacy-services: stopping
s6-rc: info: service legacy-services successfully stopped
s6-rc: info: service legacy-cont-init: stopping
s6-rc: info: service libseccomp2: stopping
s6-rc: info: service acarsdec: stopping
s6-rc: info: service acars_stats: stopping
s6-rc: info: service acars_server: stopping
s6-rc: info: service acars_feeder: stopping
s6-rc: info: service acarsdec successfully stopped
s6-rc: info: service libseccomp2 successfully stopped
s6-rc: info: service acars_stats successfully stopped
s6-rc: info: service acars_server successfully stopped
s6-rc: info: service acars_feeder successfully stopped
s6-rc: info: service 01-acarsdec: stopping
s6-rc: info: service 01-acarsdec successfully stopped
s6-rc: info: service legacy-cont-init successfully stopped
s6-rc: info: service fix-attrs: stopping
s6-rc: info: service fix-attrs successfully stopped
s6-rc: info: service s6rc-oneshot-runner: stopping
s6-rc: info: service s6rc-oneshot-runner successfully stopped
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service libseccomp2: starting
s6-rc: info: service 01-acarsdec: starting
s6-rc: info: service libseccomp2 successfully started
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
######################################################
##     Soapy SDR -- the SDR abstraction library     ##
######################################################

Probe device driver=rtlsdr,serial=00000101
Found Rafael Micro R820T tuner
[INFO] Opening Generic RTL2832U OEM :: 00000101...
Found Rafael Micro R820T tuner

----------------------------------------------------
-- Device identification
----------------------------------------------------
  driver=RTLSDR
  hardware=R820T
  index=0
  origin=https://github.com/pothosware/SoapyRTLSDR

----------------------------------------------------
-- Peripheral summary
----------------------------------------------------
  Channels: 1 Rx, 0 Tx
  Timestamps: YES
  Time sources: sw_ticks
  Other Settings:
     * Direct Sampling - RTL-SDR Direct Sampling Mode
       [key=direct_samp, default=0, type=string, options=(0, 1, 2)]
     * Offset Tune - RTL-SDR Offset Tuning Mode
       [key=offset_tune, default=false, type=bool]
     * I/Q Swap - RTL-SDR I/Q Swap Mode
       [key=iq_swap, default=false, type=bool]
     * Digital AGC - RTL-SDR digital AGC Mode
       [key=digital_agc, default=false, type=bool]
     * Bias Tee - RTL-SDR Blog V.3 Bias-Tee Mode
       [key=biastee, default=false, type=bool]

----------------------------------------------------
-- RX Channel 0
----------------------------------------------------
  Full-duplex: NO
  Supports AGC: YES
  Stream formats: CS8, CS16, CF32
  Native format: CS8 [full-scale=128]
  Stream args:
     * Buffer Size - Number of bytes per buffer, multiples of 512 only.
       [key=bufflen, units=bytes, default=262144, type=int]
     * Ring buffers - Number of buffers in the ring.
       [key=buffers, units=buffers, default=15, type=int]
     * Async buffers - Number of async usb buffers (advanced).
       [key=asyncBuffs, units=buffers, default=0, type=int]
  Antennas: RX
  Full gain range: [0, 49.6] dB
    TUNER gain range: [0, 49.6] dB
  Full freq range: [23.999, 1764] MHz
    RF freq range: [24, 1764] MHz
    CORR freq range: [-0.001, 0.001] MHz
  Sample rates: [0.225001, 0.3], [0.900001, 3.2] MSps
  Filter bandwidths: [0, 8] MHz


s6-rc: info: service 01-acarsdec successfully started
s6-rc: info: service acarsdec: starting
s6-rc: info: service acars_stats: starting
s6-rc: info: service acars_server: starting
s6-rc: info: service acars_feeder: starting
s6-rc: info: service acars_stats successfully started
s6-rc: info: service acars_server successfully started
s6-rc: info: service acarsdec successfully started
s6-rc: info: service acars_feeder successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
######################################################
##     Soapy SDR -- the SDR abstraction library     ##
######################################################

Probe device driver=rtlsdr,serial=00000101
Found Rafael Micro R820T tuner
[INFO] Opening Generic RTL2832U OEM :: 00000101...
Found Rafael Micro R820T tuner

----------------------------------------------------
-- Device identification
----------------------------------------------------
  driver=RTLSDR
  hardware=R820T
  index=0
  origin=https://github.com/pothosware/SoapyRTLSDR

----------------------------------------------------
-- Peripheral summary
----------------------------------------------------
  Channels: 1 Rx, 0 Tx
  Timestamps: YES
  Time sources: sw_ticks
  Other Settings:
     * Direct Sampling - RTL-SDR Direct Sampling Mode
       [key=direct_samp, default=0, type=string, options=(0, 1, 2)]
     * Offset Tune - RTL-SDR Offset Tuning Mode
       [key=offset_tune, default=false, type=bool]
     * I/Q Swap - RTL-SDR I/Q Swap Mode
       [key=iq_swap, default=false, type=bool]
     * Digital AGC - RTL-SDR digital AGC Mode
       [key=digital_agc, default=false, type=bool]
     * Bias Tee - RTL-SDR Blog V.3 Bias-Tee Mode
       [key=biastee, default=false, type=bool]

----------------------------------------------------
-- RX Channel 0
----------------------------------------------------
  Full-duplex: NO
  Supports AGC: YES
  Stream formats: CS8, CS16, CF32
  Native format: CS8 [full-scale=128]
  Stream args:
     * Buffer Size - Number of bytes per buffer, multiples of 512 only.
       [key=bufflen, units=bytes, default=262144, type=int]
     * Ring buffers - Number of buffers in the ring.
       [key=buffers, units=buffers, default=15, type=int]
     * Async buffers - Number of async usb buffers (advanced).
       [key=asyncBuffs, units=buffers, default=0, type=int]
  Antennas: RX
  Full gain range: [0, 49.6] dB
    TUNER gain range: [0, 49.6] dB
  Full freq range: [23.999, 1764] MHz
    RF freq range: [24, 1764] MHz
    CORR freq range: [-0.001, 0.001] MHz
  Sample rates: [0.225001, 0.3], [0.900001, 3.2] MSps
  Filter bandwidths: [0, 8] MHz


[acarsdec] Starting: '/usr/local/bin/acarsdec -g -10 -i cd32f490-5599-11ee-a22f-09b930f3036f -p 65 -o 0 -l /dev/null -m 160 -j 127.0.0.1:5550 -d driver=rtlsdr,serial=00000101 131.550 131.525 131.725 131.850'
[acarsdec] 2023/11/15 15:54:10 [INFO] Opening Generic RTL2832U OEM :: 00000101...
[acarsdec] 2023/11/15 15:54:10 [INFO] Using format CS16.
[acarsdec] 2023/11/15 15:54:32 cb transfer status: 1, canceling...
[acarsdec] 2023/11/15 15:54:37 No data from SoapySDR for 5 seconds, exiting ...
[acarsdec] 2023/11/15 15:54:42 WARNING: Failed to read SoapySDR stream (-1):
[acarsdec] 2023/11/15 15:54:43 exiting ...
######################################################
##     Soapy SDR -- the SDR abstraction library     ##
######################################################

Probe device driver=rtlsdr,serial=00000101
[ERROR] rtlsdr_get_device_usb_strings(0) failed
Error probing device: rtlsdr_get_index_by_serial(00000101) - -3
Could not find SoapySDR device for 'driver=rtlsdr,serial=00000101'
######################################################
##     Soapy SDR -- the SDR abstraction library     ##
######################################################
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