discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Request for installation of GNU radio hardware pa


From: Sebastian Müller
Subject: Re: [Discuss-gnuradio] Request for installation of GNU radio hardware package
Date: Wed, 7 Feb 2018 11:12:42 -0800

Hello Shrishailayya,

This is not an error and is exactly what I would expect following the steps you mention.
GNU Radio provides a general software defined radio framework, RTL dongles are a specific hardware, therefore RTL-SDR is not part of the GNU Radio core and needs to be installed separately. Please point out any documentation that might miss that information.

You can use https://github.com/osmocom/gr-osmosdr for instance, which provides support for RTL-SDR dongles.

Best,

Sebastian Müller
PGP ID DC2AA3EE

Am 7. Februar 2018 um 18:31:50, Shrishailayya M Hiremath (address@hidden) schrieb:


Dear Sir

I followed procedure given in website to install GNU radio for accessing RTL-SDR .  
$ apt-get install gnuradio
But I could not find RTL-SDR source block in GNU radio. 

than I tried  by Commond used : wget http://www.sbrac.org/files/build-gnuradio && chmod a+x ./build-gnuradio && ./build-gnuradio
still I couldn't succeed
please can you suggest some other method or what may be bug with my installation. 

thanking you




After installation message received:  

--2018-02-07 17:54:01--  http://www.sbrac.org/files/build-gnuradio
Resolving www.sbrac.org (www.sbrac.org)... 67.212.80.242
Connecting to www.sbrac.org (www.sbrac.org)|67.212.80.242|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 41520 (41K) [text/plain]
Saving to: ‘build-gnuradio’

build-gnuradio      100%[===================>]  40.55K  53.1KB/s    in 0.8s    

2018-02-07 17:54:10 (53.1 KB/s) - ‘build-gnuradio’ saved [41520/41520]

This script will install Gnu Radio from current GIT sources
You will require Internet access from the computer on which this
script runs. You will also require SUDO access. You will require
approximately 500MB of free disk space to perform the build.
 
This script will, as a side-effect, remove any existing Gnu Radio
installation that was installed from your Linux distribution packages.
It must do this to prevent problems due to interference between
a linux-distribution-installed Gnu Radio/UHD and one installed from GIT source.
 
The whole process may take up to two hours to complete, depending on the
capabilities of your system.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
NOTE: if you run into problems while running this script, you can re-run it with
the --verbose option to produce lots of diagnostic output to help debug problems.
This script has been written to anticipate some of the more common problems one might
encounter building ANY large, complex software package. But it is not pefect, and
there are certainly some situations it could encounter that it cannot deal with
gracefully. Altering the system configuration from something reasonably standard,
removing parts of the filesystem, moving system libraries around arbitrarily, etc,
it likely cannot cope with. It is just a script. It isn't intuitive or artificially
intelligent. It tries to make life a little easier for you, but at the end of the day
if it runs into trouble, a certain amount of knowledge on your part about
system configuration and idiosyncrasies will inevitably be necessary.


Proceed?y
Starting all functions at: Wed Feb 7 17:54:54 IST 2018
SUDO privileges are required
Do you have SUDO privileges?y
Continuing with script
[sudo] password for shrish:
Installing prerequisites.
====> THIS MAY TAKE QUITE SOME TIME <=====
Checking for package libqwt6
Checking for package libfontconfig1-dev
Checking for package libxrender-dev
Checking for package libpulse-dev
Checking for package swig
Checking for package g++
Checking for package automake
Checking for package autoconf
Checking for package libtool
Checking for package python-dev
Checking for package libfftw3-dev
Checking for package libcppunit-dev
Checking for package libboost-all-dev
Checking for package libusb-dev
Checking for package libusb-1.0-0-dev
Checking for package fort77
Checking for package libsdl1.2-dev
Checking for package python-wxgtk2.8
Failed to find package 'python-wxgtk2.8' in known package repositories
SOME THINGS MAY NOT BUILD AS A RESULT
Checking for package git-core
Checking for package libqt4-dev
Checking for package python-numpy
Checking for package ccache
Checking for package python-opengl
Checking for package libgsl0-dev
Checking for package python-cheetah
Checking for package python-mako
Checking for package python-lxml
Checking for package doxygen
Checking for package qt4-default
Checking for package qt4-dev-tools
Checking for package libusb-1.0-0-dev
Checking for package libqwt5-qt4-dev
Checking for package libqwtplot3d-qt4-dev
Checking for package pyqt4-dev-tools
Checking for package python-qwt5-qt4
Checking for package cmake
Checking for package git-core
Checking for package wget
Checking for package libxi-dev
Checking for package python-docutils
Checking for package gtk2-engines-pixbuf
Checking for package r-base-dev
Checking for package python-tk
Checking for package liborc-0.4-0
Checking for package liborc-0.4-dev
Checking for package libasound2-dev
Checking for package python-gtk2
Checking for package libzmq
Checking for package libzmq-dev
Checking for package libzmq1
Checking for package libzmq1-dev
Failed to find package 'libzmq1-dev' in known package repositories
SOME THINGS MAY NOT BUILD AS A RESULT
Checking for package python-requests
Checking for package python-sphinx
Checking for package comedi-dev
Checking for package python-zmq
Checking for package libncurses5
Checking for package libncurses5-dev
Checking for package python-wxgtk3.0
Done checking packages
Checking for library libusb ...Found library libusb
Checking for library libboost ...Found library libboost
Checking for library libcppunit ...Found library libcppunit
Checking for library libfftw ...Found library libfftw
Checking for library libgsl ...Found library libgsl
Done
This script will fetch Gnu Radio version 3.7/maint from the repositories, along with compatible
extras.
Is this OK?y
Fetching various packages (Gnu Radio, UHD, gr-osmosdr, gr-iqbal, etc)
via the Internet
=======> THIS MAY TAKE QUITE SOME TIME <=========
Fetching Gnu Radio via GIT...
Done
Fetching UHD via GIT...Fetching rtl-sdr (rtl-sdr, gr-osmosdr, gr-iqbal, hackrf, bladeRF and airspy) via GIT
Done
Starting function uhd_build at: Wed Feb 7 19:16:52 IST 2018
Building UHD...
=============> THIS WILL TAKE SOME TIME <=============

[sudo] password for shrish:
Sorry, try again.
[sudo] password for shrish:
Done building/installing UHD
Done function uhd_build at: Wed Feb 7 20:30:36 IST 2018
Starting function firmware at: Wed Feb 7 20:30:36 IST 2018
Images destination:      /usr/local/share/uhd/images
Downloading images from: http://files.ettus.com/binaries/images/uhd-images_003.010.003.000-release.zip
Downloading images to:   /tmp/tmpz0luEZ/uhd-images_003.010.003.000-release.zip
00840 kB / 57009 kB (001%)
Checksum of downloaded file is not correct (not installing - see options to override)
Expected:   0318989547de1221f3f71454abf43a74
Calculated: 7fe78f10576d40283340b54d6016360a
Please try downloading again.
If the problem persists, please email the output to: address@hidden
Done function firmware at: Wed Feb 7 20:33:04 IST 2018
Starting function gnuradio_build at: Wed Feb 7 20:33:04 IST 2018
/usr/local/lib already in ld.so.conf.d
Doing ldconfig...
Building Gnu Radio...
=========> THIS WILL TAKE QUITE A WHILE <=============

...Doing cmake
...Cmaking
...Building
v    
     
...Installing
Done building and installing Gnu Radio
GRC freedesktop icons install ...Done
Done function gnuradio_build at: Wed Feb 7 21:51:28 IST 2018
Starting function rtl_build at: Wed Feb 7 21:51:28 IST 2018
you do not appear to have the 'rtl-sdr' directory
you should probably use ./build-gnuradio gitfetch to fetch the appropriate
files using GIT

=======================================================================
If you have found this script useful and time-saving, consider a
donation to help me keep build-gnuradio, simple_ra, SIDsuite,
meteor_detector, simple_fm_rcv, and multimode maintained and up to date.
A simple paypal transfer to address@hidden is all you need to do.
======================================================================
Send success/fail info to sbrac.org?


NO rtl -SDR block found





With Best Regards
Shrishail Hiremath,
Department of Electronics and Communication Engineering
National Institute of Technology
Rourkela, PIN - 769008
ORISSA, INDIA
address@hidden
Mob:9438503621
Office:0661-2462459

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

reply via email to

[Prev in Thread] Current Thread [Next in Thread]