Search found 26 matches

by jazzkutya
Sun Jun 19, 2016 12:12 pm
Forum: SDRplay related
Topic: SDRuno on linux (crippled)
Replies: 0
Views: 8427

SDRuno on linux (crippled)

SDRuno runs on linux! Unfortunately it bites it's own tail. Latest development build of wine is needed. https://wiki.winehq.org/Ubuntu Install latest linux RSP api if not already. 1. get 32bit linux API for RSP. See the HDSDR section here: https://github.com/jazzkutya/sdrplay-wine-fakedll/wiki 2. in...
by jazzkutya
Thu Mar 10, 2016 10:44 am
Forum: General
Topic: Using HDSDR and SDRConsole on linux.
Replies: 6
Views: 36521

Re: Using HDSDR and SDRConsole on linux.

doug@doug-Lenovo:~$ err:module:import_dll Library mfc100u.dll (which is needed by L"C:\\Program Files\\SDR-RADIO-PRO.com\\ToolkitPro1513vc100x64U.dll") not found Hi, I have 2 tips to get this working. First, run winetricks --force -q vcrun2010 as the user you will run SDRConsole as, that is doug, a...
by jazzkutya
Tue Feb 16, 2016 6:31 pm
Forum: SDRplay related
Topic: plugged SDRPLAY before installed API on linux
Replies: 1
Views: 8004

Re: plugged SDRPLAY before installed API on linux

Blacklist both.

msi2500 is the main chip so you definitely have to blacklist this one.
by jazzkutya
Mon Jan 18, 2016 12:20 am
Forum: General
Topic: Using HDSDR and SDRConsole on linux.
Replies: 6
Views: 36521

Re: Using HDSDR and SDRConsole on linux.

I updated the wiki with info on upgrading the API to 1.8.1. New precompiled dlls are available. 64bit apps like SDRConsole do not need the new fakedlls.
by jazzkutya
Tue Nov 03, 2015 10:01 pm
Forum: General
Topic: Using HDSDR and SDRConsole on linux.
Replies: 6
Views: 36521

Using HDSDR and SDRConsole on linux.

HDSDR and SDRConsole can run on linux with wine and now they also can use SDRPlay.

Read more here: https://github.com/jazzkutya/sdrplay-wine-fakedll/wiki
by jazzkutya
Mon Nov 02, 2015 2:27 pm
Forum: SDRplay related
Topic: RF Gain?
Replies: 6
Views: 26595

Re: RF Gain?

Hi Eckhard, I don't think this would be a good idea because the situation is very dependent on antenna used any many other factors. For example with my (very badly situated) antenna the LNA even helps with false reception AM broadcasts, because in my case these are caused by some spurs originating i...
by jazzkutya
Mon Oct 19, 2015 2:08 am
Forum: General
Topic: SDRPlay with SDRConsole problem
Replies: 5
Views: 17698

Re: SDRPlay with SDRConsole problem

That's interesting, I only got this problem when I installed it on linux with wine. If this is your case use winetricks to install mfc. http://wiki.winehq.org/winetricks then after you downloaded winetricks do: ./winetricks vcrun2010 if you are not using wine but windows then unfortunately i can't h...
by jazzkutya
Sun Oct 18, 2015 1:27 am
Forum: Code Corner
Topic: Linux
Replies: 54
Views: 198231

Re: Linux

Update: Gain (reduction) can now be set from linrad. Setting gain also turns AGC off and since linrad always sets the last used gain, well, AGC is now off. In linrad gain can be set between -6 dB and 44 dB. This range is mapped to gain reduction as described below: - below 420MHz maps to 90 .. 40 dB...
by jazzkutya
Sat Oct 17, 2015 8:47 pm
Forum: Code Corner
Topic: Linux
Replies: 54
Views: 198231

Re: Linux

https://github.com/jazzkutya/ExtIO_SDRplay So here is my progress as of now: It compiles on linux and works with linrad :) Of course still many missing features: No gui, every parameter is hardcoded and can not be changed except frequency: - Sample rate is 2 Mhz, Bandwidth is 1536 kHz - AGC is ON (a...
by jazzkutya
Fri Oct 16, 2015 1:02 pm
Forum: Code Corner
Topic: Linux
Replies: 54
Views: 198231

Re: Linux

Very good news, thank you very much!

On the weekend will try to make it compile on linux without gui and try it it linrad.