LimeSDR with Gqrx is working!

Kinda … normal, thats because your software source is restricted to — i forget, but your going to need change it to a wider source.

this is one way to add the sources —

I thought you had already done this part

https://launchpad.net/~gqrx/+archive/ubuntu/gqrx-sdr/

Its the same for the others …

So I should go into Synaptic and remove all of the Lime/gqrx stuff?

well … not sure, i cant remember if synaptic will remove ALL that was used to install Lime / qgrx …

you just want to remove LimeSuite gqrx but not all the packages that were used to install it.

Thats why i use sudo apt-get remove LimeSuite
sudo apt-get remove SoapySDR
sudo apt-get remove gqrx-sdr

becuase you can see what its GOING to remove before its done … and abort if theres something listed to be removed that your not sure of or dont want removed …

Done

Wife just got home … gota go for a bit, ill check later on how you came along and got stuck at … or finished.

Here is what I have:
larry@larry-desktop:~$ sudo apt-get remove SoapySDR
[sudo] password for larry:
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package SoapySDR
larry@larry-desktop:~$ sudo apt-get remove gqrx-sdr
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following packages were automatically installed and are no longer required:
kde-l10n-engb linux-headers-4.4.0-31 linux-headers-4.4.0-31-generic linux-headers-4.4.0-36 linux-headers-4.4.0-36-generic
linux-headers-4.4.0-38 linux-headers-4.4.0-38-generic linux-headers-4.4.0-42 linux-headers-4.4.0-42-generic linux-headers-4.4.0-43
linux-headers-4.4.0-43-generic linux-headers-4.4.0-45 linux-headers-4.4.0-45-generic linux-headers-4.4.0-47
linux-headers-4.4.0-47-generic linux-headers-4.4.0-51 linux-headers-4.4.0-51-generic linux-headers-4.4.0-53
linux-headers-4.4.0-53-generic linux-headers-4.4.0-57 linux-headers-4.4.0-57-generic linux-headers-4.4.0-59
linux-headers-4.4.0-59-generic linux-headers-4.4.0-62 linux-headers-4.4.0-62-generic linux-headers-4.4.0-63
linux-headers-4.4.0-63-generic linux-image-4.4.0-31-generic linux-image-4.4.0-36-generic linux-image-4.4.0-38-generic
linux-image-4.4.0-42-generic linux-image-4.4.0-43-generic linux-image-4.4.0-45-generic linux-image-4.4.0-47-generic
linux-image-4.4.0-51-generic linux-image-4.4.0-53-generic linux-image-4.4.0-57-generic linux-image-4.4.0-59-generic
linux-image-4.4.0-62-generic linux-image-4.4.0-63-generic linux-image-extra-4.4.0-31-generic linux-image-extra-4.4.0-36-generic
linux-image-extra-4.4.0-38-generic linux-image-extra-4.4.0-42-generic linux-image-extra-4.4.0-43-generic
linux-image-extra-4.4.0-45-generic linux-image-extra-4.4.0-47-generic linux-image-extra-4.4.0-51-generic
linux-image-extra-4.4.0-53-generic linux-image-extra-4.4.0-57-generic linux-image-extra-4.4.0-59-generic
linux-image-extra-4.4.0-62-generic linux-image-extra-4.4.0-63-generic python-soapysdr soapysdr-module-airspy soapysdr-module-bladerf
soapysdr-module-hackrf soapysdr-module-redpitaya soapysdr-module-remote soapysdr-module-rtlsdr soapysdr0.5-2-module-airspy
soapysdr0.5-2-module-bladerf soapysdr0.5-2-module-hackrf soapysdr0.5-2-module-redpitaya soapysdr0.5-2-module-remote
soapysdr0.5-2-module-rtlsdr ubuntu-core-launcher
Use ‘sudo apt autoremove’ to remove them.
The following packages will be REMOVED:
gqrx-sdr
0 upgraded, 0 newly installed, 1 to remove and 3 not upgraded.
After this operation, 2,058 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database … 703705 files and directories currently installed.)
Removing gqrx-sdr (2.5.1-1) …
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160824-0ubuntu1) …
Rebuilding /usr/share/applications/bamf-2.index…
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) …
Processing triggers for desktop-file-utils (0.22-1ubuntu5) …
Processing triggers for mime-support (3.59ubuntu1) …
Processing triggers for man-db (2.7.5-1) …
larry@larry-desktop:~$ git clone https://github.com/myriadrf/LimeSuite.git
Cloning into ‘LimeSuite’…
remote: Counting objects: 10216, done.
remote: Total 10216 (delta 0), reused 0 (delta 0), pack-reused 10215
Receiving objects: 100% (10216/10216), 160.87 MiB | 2.32 MiB/s, done.
Resolving deltas: 100% (7518/7518), done.
Checking connectivity… done.
larry@larry-desktop:~$ git clone https://github.com/csete/gqrx.git
Cloning into ‘gqrx’…
remote: Counting objects: 8131, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 8131 (delta 0), reused 0 (delta 0), pack-reused 8128
Receiving objects: 100% (8131/8131), 4.59 MiB | 2.58 MiB/s, done.
Resolving deltas: 100% (5351/5351), done.
Checking connectivity… done.
larry@larry-desktop:~$ git clone https://github.com/pothosware/SoapySDR.git
Cloning into ‘SoapySDR’…
remote: Counting objects: 5929, done.
remote: Total 5929 (delta 0), reused 0 (delta 0), pack-reused 5929
Receiving objects: 100% (5929/5929), 2.94 MiB | 2.47 MiB/s, done.
Resolving deltas: 100% (4659/4659), done.
Checking connectivity… done.
larry@larry-desktop:~$ sudo apt-get install make git autotools volk
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package autotools
E: Unable to locate package volk
larry@larry-desktop:~$ cd LimeSuite
larry@larry-desktop:~/LimeSuite$ mkdir build
mkdir: cannot create directory ‘build’: File exists
larry@larry-desktop:~/LimeSuite$ cd build
larry@larry-desktop:~/LimeSuite/build$ cmale …/
No command ‘cmale’ found, did you mean:
Command ‘cmake’ from package ‘cmake’ (main)
cmale: command not found
larry@larry-desktop:~/LimeSuite/build$ cmake …/
– The C compiler identification is GNU 5.4.0
– The CXX compiler identification is GNU 5.4.0
– Check for working C compiler: /usr/bin/cc
– Check for working C compiler: /usr/bin/cc – works
– Detecting C compiler ABI info
– Detecting C compiler ABI info - done
– Detecting C compile features
– Detecting C compile features - done
– Check for working CXX compiler: /usr/bin/c++
– Check for working CXX compiler: /usr/bin/c++ – works
– Detecting CXX compiler ABI info
– Detecting CXX compiler ABI info - done
– Detecting CXX compile features
– Detecting CXX compile features - done
– Found SQLITE3: /usr/lib/x86_64-linux-gnu/libsqlite3.so
– SQLITE3: TRUE
– SQLITE3_INCLUDE_DIRS: /usr/include
– SQLITE3_LIBRARIES: /usr/lib/x86_64-linux-gnu/libsqlite3.so
– Found libusb-1.0:
– - Includes: /usr/include/libusb-1.0
– - Libraries: /usr/lib/x86_64-linux-gnu/libusb-1.0.so
– USB_INCLUDE_DIRS: /usr/include/libusb-1.0
– USB_LIBRARIES: /usr/lib/x86_64-linux-gnu/libusb-1.0.so
– Looking for linux/spi/spidev.h
– Looking for linux/spi/spidev.h - found
– Looking for linux/i2c-dev.h
– Looking for linux/i2c-dev.h - found
– Performing Test HAS_I2C_MSG
– Performing Test HAS_I2C_MSG - Success
– USB_INCLUDE_DIRS: /usr/include/libusb-1.0
– USB_LIBRARIES: /usr/lib/x86_64-linux-gnu/libusb-1.0.so
– Found wxWidgets: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_gtk2u_richtext-3.0;-lwx_baseu_xml-3.0;-lwx_gtk2u_html-3.0;-lwx_gtk2u_xrc-3.0;-lwx_gtk2u_adv-3.0;-lwx_gtk2u_aui-3.0;-lwx_gtk2u_core-3.0;-lwx_baseu-3.0;-lwx_gtk2u_gl-3.0 (found version “3.0.2”)
– wxWidgets_DEFINITIONS: _FILE_OFFSET_BITS=64;WXUSINGDLL;WXGTK
– wxWidgets_INCLUDE_DIRS: /usr/lib/x86_64-linux-gnu/wx/include/gtk2-unicode-3.0;/usr/include/wx-3.0
– wxWidgets_LIBRARIES: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_gtk2u_richtext-3.0;-lwx_baseu_xml-3.0;-lwx_gtk2u_html-3.0;-lwx_gtk2u_xrc-3.0;-lwx_gtk2u_adv-3.0;-lwx_gtk2u_aui-3.0;-lwx_gtk2u_core-3.0;-lwx_baseu-3.0;-lwx_gtk2u_gl-3.0
– Found Gnuplot: /usr/bin/gnuplot (found version “5.0.3”)
– GNUPlot Found
CMake Error at /home/larry/SoapySDR/cmake/SoapySDRConfig.cmake:161 (message):
cannot find SoapySDR library in /home/lib
Call Stack (most recent call first):
SoapyLMS7/CMakeLists.txt:5 (find_package)

– Configuring incomplete, errors occurred!
See also “/home/larry/LimeSuite/build/CMakeFiles/CMakeOutput.log”.
larry@larry-desktop:~/LimeSuite/build$
Not exactly what was planned.

Larry in El Paso

Build SoapySDR first … humm … good to know

Ha!!! found Gnuplot, that took me an hour trying to find the right version that LimeSuite wanted to see …

I lost my place. I guess I need to build SoapySDR first?

LimeSuite is looking for SoapySDR lib, so id say that LimeSuite depends on SoapySDR being built.

Something didn’t go right
larry@larry-desktop:~$ cd SoapySDR
larry@larry-desktop:~/SoapySDR$ mkdir build
larry@larry-desktop:~/SoapySDR$ cmake …/
CMake Error: The source directory “/home/larry” does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
larry@larry-desktop:~/SoapySDR$ dir
apps build Changelog.txt CMakeLists.txt debian ExampleDriver lib python README.md
appveyor.yml buildkite cmake cmake_uninstall.cmake.in docs include LICENSE_1_0.txt python3 tests
larry@larry-desktop:~/SoapySDR$ cd build
larry@larry-desktop:~/SoapySDR/build$ cmake
Usage

cmake [options]
cmake [options]

Specify a source directory to (re-)generate a build system for it in the
current working directory. Specify an existing build directory to
re-generate its build system.

Run ‘cmake --help’ for more information.

larry@larry-desktop:~/SoapySDR/build$
It didn’t work

I’ll pull this out of the box in a week. Thanks

Larry in El Paso

It should be:

yea … didint follow the steps …

mkdir
cd (change directory) build
cmake …/

I’m going by cut and paste. I have no idea what I am doing. I have enough knowledge to be dangerous. I see there is a new PothosSDR for windows. My linux box is now so screwed up I can’t use my HackRF. My windows 7 box is where I will try the latest release. I’m really loosing hope that my LimeSDR works. I see all the examples people post of their unit and how nice the display is, I can’t get mine to run. Is it too late to ask for a refund?

Larry in El Paso

I installed the latest PosthosSDR on Windows 7 and Limesuite sees nothing.

Larry in El Paso

A suggestion to help you, I think you should start your own thread. Easier for you to follow and others to help. That way there’s a linear progression. Keep it methodical. Just a suggestion. From what I’ve read it sounds like you’re on the software learning curve part of the equation. If you have windows and are used to it then stick with that for now. Don’t throw linux into the mix just yet.

That sounds like a good idea, thanks. I need to move some coax connections first and I have the LimeSDR in the acrylic case.

Larry in El Paso

Larry,

I’ve given up on that acrylic case. All the real geniuses here @9a4db and others are having great results with Aluminum cases. I’ve just ordered this : https://smile.amazon.com/gp/product/B00TJ49K4U/ref=oh_aui_detailpage_o01_s00?ie=UTF8&psc=1. See his waveforms versus mine at My Lime seems completely deaf

Another ham locally has no case and he just bought 50 of the jumpers. I have confirmed the USB port works. My Ubuntu is unstable so I am going ahead with Windows 7 and the bottom of the case.

Larry in El Paso