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.