Search found 56 matches

by StandingWave
Sat Mar 23, 2019 11:25 pm
Forum: SDRuno
Topic: SDRuno on Linux
Replies: 26
Views: 87420

Re: SDRuno on Linux

I had another go at compiling the DLL tonight. After checking out that project files https://github.com/hayguen/clsocket I tried to build it again, but was being informed that activesocket,h was missing even though I could open it by clicking on the file name in studio. I added the clsocket file pat...
by StandingWave
Fri Mar 22, 2019 2:12 pm
Forum: SDRuno
Topic: SDRuno on Linux
Replies: 26
Views: 87420

Re: SDRuno on Linux

Yes, as you say, SDRuno needs to see an open port on the local host otherwise it starts up as you describe and illustrate in your screenshot. if you open a terminal and do: nc -l 1234 this will allow SDRuno to start normally, but if you are scripting something then you still have to deal with the lo...
by StandingWave
Thu Mar 21, 2019 11:57 am
Forum: SDRuno
Topic: SDRuno on Linux
Replies: 26
Views: 87420

Re: SDRuno on Linux

Strykar, I'm not sure that I fully understand the issue you are trying to resolve, but you shouldn't need to change and recompile the DLL in order to configure the remote IP address of your Pi. Have you tried this, which was posted earlier in the thread: Hello again StandingWave, When you try to cha...
by StandingWave
Mon Mar 18, 2019 11:40 pm
Forum: SDRuno
Topic: SDRuno on Linux
Replies: 26
Views: 87420

Re: SDRuno on Linux

@StandingWave First up, nicely done, I never explored the EXTIO version and could only confirm the standard SDRUno version exits right after starting :) Is 4.0 your output of wine --version ? Yup, the standard version just exits like it does on Windows when the RSP is not plugged in, because it can...
by StandingWave
Thu Mar 14, 2019 7:17 pm
Forum: SDRuno
Topic: SDRuno on Linux
Replies: 26
Views: 87420

Re: SDRuno on Linux

Andy, thank you for the clarification.
by StandingWave
Thu Mar 14, 2019 1:36 pm
Forum: SDRuno
Topic: SDRuno on Linux
Replies: 26
Views: 87420

Re: SDRuno on Linux

SDRplay have just released version SDRuno 1.3 which has the new scanner feature. Although I have not had an in-depth look at it yet, when I installed it on WINE in Linux, I found that the ExtIO version no longer works but instead, generates an "Unhandled exception: page fault on read access..." erro...
by StandingWave
Tue Mar 12, 2019 12:38 pm
Forum: SDRuno
Topic: SDRuno on Linux
Replies: 26
Views: 87420

Re: SDRuno on Linux

Thanks for this post got it working. That's good to hear. I'm glad that my notes helped someone to get it working! @sdrplay any chance of making a server & extio plugin to get the full RSP capabilities in linux. I know this question was intended for the folks at SDRplay, but can I also add a couple...
by StandingWave
Fri Mar 08, 2019 12:37 am
Forum: SDRuno
Topic: SDRuno on Linux
Replies: 26
Views: 87420

Re: SDRuno on Linux

My apologies for omitting this information. I am running WINE version 4.0 and yes, I did get it using the instructions on the WineHQ website. Since I am using Mint 19, I followed the instructions for Ubuntu and selected the repository for the "Ubuntu 18.04 / Linux Mint 19.x" version. The version of ...
by StandingWave
Wed Mar 06, 2019 3:49 pm
Forum: SDRuno
Topic: SDRuno on Linux
Replies: 26
Views: 87420

Re: SDRuno on Linux

I think I have stumbled on a way to start SDRuno EXTIO normally without a running RSP_TCP server on the localhost. It occurred to me that forwarding port 1234 to the remote host might be sufficient for the SDRuno EXTIO to recognize a valid RSP_TCP server on the local host and start normally. It turn...
by StandingWave
Wed Mar 06, 2019 2:54 pm
Forum: SDRplay related
Topic: Raspberry Pi with RSP_TCP - audio issues
Replies: 1
Views: 9680

Re: Raspberry Pi with RSP_TCP - audio issues

I have experimented some more and found that I needed to reduce the sample rate. Going to 1.0 MSPS significantly improves things, but I had to go all the way down to 0.250 MSPS to get smooth audio. At after making this adjustment it works, but is this really the fastest possible with a Pi over Ether...