On Mon, Jul 14, 2014 at 4:47 AM, WA7RCQ <
wa7...@mac.com> wrote:
> Well, can't make it work.
>
> Thanks Alex! I really appreciate the input.
>
> CuteSDR works perfectly using the SDRxx Server as well as the USB connection
> to the SDR-14
I thought cutesdr only supported input via network and even looking at
the source code I see nothing that looks like USB input. So how can it
work directly through USB without SDRxx server?
> Other various apps work as very well, [ no audio problems either ... Hmmmmm
> ] ... so I can only assume something is missing in the Gqrx build that just
> won't let it connect.
>
> Is there anyone using an RFSpace SDR-IQ that could give me their
> configuration setup????
I have tried using an SSDR-IQ with gqrx not so long ago. But as I
said, it was directly through USB connection and not using any sdrxx
server. There was really not much to the configuration as it was
detected automatically. That may not be the case for the SDR-14 as it
probably reports a different ID. So,. the device string would be
"sdr-iq=/dev/ttyUSB0" (without the quotes) and enter a proper sample
rate.
Having said that, I looked at the SDR-14 protocol specs and saw enough
differences that could make this fail. So, I'm afraid changes to the
driver might be needed to have proper support for the SDR-14. The
driver code is a single file and quite straightforward:
http://git.osmocom.org/gr-osmosdr/tree/lib/rfspace/rfspace_source_c.cc
Unfortunately, I don't have time at the moment to work on this.
Alex