Page 2 of 2

Re: Ordered rsp inted with Ubuntu Linux..concerned

Posted: Fri Mar 18, 2016 6:38 pm
by WCat
Here ya go.
Image
Image

right click and open broken images in new tab.

I picked up some sort of beep which was a nice change from the static.

Re: Ordered rsp inted with Ubuntu Linux..concerned

Posted: Fri Mar 18, 2016 7:29 pm
by sdrplay
you have got a very small bandwidth - I would widen that up a fair bit and what gain are you using or are you using AGC? If so, I would turn AGC off and manually adjust the gain.

SDRplay Support

Re: Ordered rsp inted with Ubuntu Linux..concerned

Posted: Fri Mar 18, 2016 7:56 pm
by WCat
OK your giving me too much credit. What would you set the offset to? I can untick automatic gain. I am very new to this stuff and cubicsdr has zero documentation.

Re: Ordered rsp inted with Ubuntu Linux..concerned

Posted: Sat Mar 19, 2016 5:58 pm
by WCat
It was turning off auto gain and the antenna. Ha! Working well on Elementary os Freya(Ubuntu 14.04) with a 15" whip. Thanks for the help.

Use the Start here link on
http://www.sdrplay.com/starthere.php
Download and install api/driver.
Use PyBombs to install gr-osmosdr and gnuradio. I had pip already so used that method.
https://github.com/gnuradio/pybombs
If you want to use the gnuradio you have to add thi line.

Code: Select all

var: {config_opt: ' -DENABLE_NONFREE=TRUE'}
in the recipe file gr-osmosdr.lwr in pybombs/recipe/, before the "inherit: cmake" line.
https://github.com/gnuradio/pybombs/issues/201

Then go straight to the cubicsdr wiki linux install page and follow
https://github.com/cjcliffe/CubicSDR/wiki/Build-Linux

I originally used the soapysdr github page but that failed when I was working through cubicsdr install instructions.
So removed soapy and reinstalled it while working through Cubicsdr install page.
At the bottom of that page is the sdrplay module install it.(I installed both of them).
I then had to blacklist a couple modules.
https://linuxconfig.org/how-to-blacklis ... bian-linux

After that I turned off auto gain. It will be on every time you start Cubic.
Then I received sma cable and removed my wifi antenna ;)
Success.

Thank you again for all your help.

Re: Ordered rsp inted with Ubuntu Linux..concerned

Posted: Sat Apr 23, 2016 4:14 pm
by limitingfactor
Hi - just posting this for info in case others are having trouble wrestling with Pybombs :)

Instead of adding the -DENABLE_NONFREE=TRUE switch to the Pybombs recipe file for gr-osmosdr, I built gr-osmosdr from source using the instructions in Section 5 of the SDRPlay Linux install technical note: http://www.sdrplay.com/docs/Mirics_SDR_ ... e_r2p0.pdf

If, like mine, your GNURadio installation is in a sandbox, you'll need to use the following cmake line instead of the one in the tech note:

Code: Select all

cmake ../ -DENABLE_NONFREE=TRUE -DCMAKE_INSTALL_PREFIX=/path/to/your/sandbox
Do everything else as per the tech note. That worked nicely for me - GNURadio and SDRPlay now playing together happily!

Re: Ordered rsp inted with Ubuntu Linux..concerned

Posted: Thu Apr 28, 2016 8:57 am
by Danansmith
Thanks your sharing which make me get a solution to a question that has been always puzzled me.