Reply To: New Raspberry Pi image for RSPdx

SDRPlay Independent Community Forum Forums General New Raspberry Pi image for RSPdx Reply To: New Raspberry Pi image for RSPdx

#1103
lfoerster
Participant

    Hello Team !

    I actually installed the headless TCP server image on a 3B did all the settings with “rsp_server_16bit” filename in the /boot directory. lsusb shows this:
    root@sdrpi:/home/pi# lsusb
    Bus 001 Device 107: ID 1df7:3000
    Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
    Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    Server was pingable over the network, IP address and port was set according to the YouTube tutorial (1234). ExtIO TCP plugin added in the HDSDR directory. So far so good…
    Trying to connect the server with HDSDR failed.
    Checking the connection with a Wireshark trace showed it was rejected from the server. Looks like the server was not running.
    An ssh connection and “ps ax” shows that there was no server process running.
    A manual starting with:
    root@sdrpi:/home/pi# rsp_tcp -E -a 192.168.7.164
    rsp_tcp version 1.1

    API library version 3.07 found
    no RSP devices available.

    Showed no RSP device here.
    Disconnecting and reconnecting the RSP1a and a dmesg shows the following:
    [ 1262.808183] usb 1-1.5: new high-speed USB device number 65 using dwc_otg
    [ 1262.938873] usb 1-1.5: New USB device found, idVendor=1df7, idProduct=3000, bcdDevice= 2.07
    [ 1262.938887] usb 1-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=1
    [ 1262.938897] usb 1-1.5: SerialNumber: 1903183086
    [ 1263.277172] usb 1-1.5: USB disconnect, device number 65
    [ 1273.298201] usb 1-1.3: new high-speed USB device number 66 using dwc_otg
    [ 1273.428728] usb 1-1.3: New USB device found, idVendor=1df7, idProduct=3000, bcdDevice= 2.00
    [ 1273.428743] usb 1-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
    root@sdrpi:/home/pi# lsusb
    Bus 001 Device 066: ID 1df7:3000
    Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
    Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

    So the device (RSP1a) is definitely there and plugged in !
    Whats wrong here ?
    Does the RSP1a not work with the 16 Bit server ?
    Is the 16 Bit server genereally wrong here and Soapy the better selection ?
    Any feedback to bring this to work is much appreciated.

    Cheers es vy 73
    lfoerster

    • This reply was modified 3 years, 10 months ago by .