Reply To: How to use my RSPduo w/ Rpi-3 & command line?

SDRPlay Independent Community Forum Forums General How to use my RSPduo w/ Rpi-3 & command line? Reply To: How to use my RSPduo w/ Rpi-3 & command line?

#1696
alanmalk
Participant

    First – a hearty thank you for all the work you have done with regards to the SDR universe.

    I – apparently successfully – installed rtAudio, SdrGlut, sdrTest.
    Unfortunately, running the following command (via SSH) gives me an error:
    %./sdrTest -fc 1e6 -f 0.76e6 -am -gain 1
    Detached kernel driver
    Found Rafael Micro R820T tuner
    Reattached kernel driver
    [INFO] [UHD] linux; GNU C++ version 8.2.0; Boost_106700; UHD_3.13.1.0-3
    Number of Devices Found: 2
    SDR device = 0 label = PulseAudio
    SDR device = 1 label = Generic RTL2832U OEM :: 00000001

    device = 0 selected
    default_input = True default_output = True device_id = 0 driver = audio label = PulseAudio

    driver = Audio
    hardware = Audio
    device_id = 0 origin = https://github.com/pothosware/SoapyAudio

    Rx antennas:
    RX

    Setting Info:

    Segmentation fault

    It appears sdrTest is finding and trying to use my inexpensive dongle: Bus 001 Device 005: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T
    My SdrPlay RSPduo is attached – (from lsusb) : Bus 001 Device 004: ID 1df7:3020
    but I have no way of specifying that sdrTest is to use it.
    The dongle is somewhat difficult to remove since it is inside my pi radio box, whereas the RSPduo is external.

    Any possibility of a workaround that will allow me to leave the dongle attached?

    Thank you!