Questions tagged [gnuradio]

26 questions
5
votes
2 answers

Managing dependencies for GNU radio to compile from source

Ettus research gives a big list of dependencies for 18.04 which almost works for compiling gnu radio from source. cmake gives the following config error: -- Python checking for PyQt5 - found -- Checking for module 'Qt5Qwt6' -- No package 'Qt5Qwt6'…
3
votes
1 answer

Software defined radio, rtl-sdr, no output from rtl_fm

I am trying out an rtl-sdr dongle (RTL2832U/R820T) on Ubuntu. Following this guide I run the test command successfully. $ rtl_test -t Found 1 device(s): 0: Generic RTL2832U OEM Using device 0: Generic RTL2832U OEM Found Rafael Micro R820T…
xealits
  • 252
  • 2
  • 13
2
votes
0 answers

Cmake can not find QT4 during install

I used sudo-apt get install qwtplot3d-qt4-0 to install qwtplot3d. However when running cmake I get the following: CMake Error at /usr/local/share/cmake-3.4/Module/FindPackageHandleStandardArgs.cmake:148 (message): Could NOT find Qt4 (missing:…
2
votes
1 answer

Kaffeine not running anymore after trying Gnuradio

I have a strange problem with Kaffeine after trying Gnuradio. I am running Ubuntu 14.10 and Kaffeine was running out of the box with a RTL-2838 USB DVB-T stick. After doing some experiments with Gnuradio I tried to watch TV with Kaffeine, but it…
Roland
  • 41
2
votes
1 answer

Cannot install libgnuradio-osmosdr0.1.4

So i have to install libgnuradio-osmosdr0.1.4 package for a project but it gets me this error: $ sudo apt-get -y install libgnuradio-osmosdr0.1.4 Reading package lists... Done Building dependency tree Reading state information...…
kaan kaya
  • 31
  • 5
1
vote
1 answer

How to upgrade gnuradio 3.7.5 to above?

I want to upgrade gnuradio companion but I do not know any command any one who know please help me?
ashe
  • 11
1
vote
1 answer

Installtion of gr-ieee802-11 using Pybombs with errors

I want to install gr-ieee802-11 to GNURadio. Version: Ubuntu 14.04 LTS (it is a Virtual machine) Info when I run GNURadio in terminal: linux; GNU C++ version 4.8.2; Boost_105400; UHD_003.005.005-0-unknown GNU Radio Companion 3.7.2.1 installed git…
Freedom Chan
  • 15
  • 1
  • 1
  • 5
1
vote
1 answer

GNU Radio Radar Toolbox

I am trying to download the GNU Radio Radar Toolbox from this link(https://github.com/kit-cel/gr-radar). I followed the steps listed in that link, but when I reach the {cmake ../} it gives that: -- Checking for module 'gmp' -- No package 'gmp'…
1
vote
1 answer

How to solve the proplem of missing blocks in gnu radio?

Missing blocks That are the missing blocks
1
vote
0 answers

Send data via AX.25 using GNURadio

Is there a library or link that can let me send data (e.g. text) using AX.25 with GNURadio 3.8 similar to gr-packetradio? The problem with gr-packetradio is that it is not compatible with GNURadio 3.8. Please help. Regards, Bryan
overmind
  • 111
  • 1
1
vote
1 answer

GNURadio Live CD installed on HDD adding persistence

I installed gnu radio live cd on my hdd as a third OS on my laptop. Now I can boot in all three of them. But I want the Gnu radio to have persistence as in each time I boot it starts as a live OS. Is it possible to add persistence right now or do I…
1
vote
0 answers

Trying to make an out of tree module but get stuck when I test it.(make test)

I'm trying to install an out of tree module for my gnuradio and I'm following a youtube video https://www.youtube.com/watch?v=BW8o9ZgFJ5I&t=540s. However once I get to testing the code it keeps finding errors that I can't seem to find. It shows me…
Jenna2450
  • 11
  • 1
1
vote
1 answer

What does the following gnuradio error message mean?

What does the following gnuradio error message mean? Traceback (most recent call last): File "/home/bill/gr-iio/iio-examples/top_block.py", line 15, in from gnuradio import iio ImportError: cannot import name iio >>> Done (return…
0
votes
2 answers

CMake error during gnuradio installation using PYBOMBS

bumblebee@JARVIS:~$ sudo pybombs install gr-osmosdr PyBOMBS - INFO - PyBOMBS Version 2.3.2 PyBOMBS.Packager.apt - INFO - Install python-apt to speed up apt processing. PyBOMBS.install_manager - INFO - Phase 1: Creating install tree and installing…
0
votes
1 answer

Please help, i need to install openbts

The internet is working fine even on ubuntu firefox, the link of google-coredumper.googlecode.com is working in ubuntu firefox but not in ubuntu My code: mranmehdi551@Muhammad-VirtualBox:—/dev$ ./build.sh N200 - checking for a supported radio type…
1
2