gnuradio error

2020-02-11 Thread Mike Gilmer
I installed gnuradio on Fedora 5.4.17-200.fc31.x86_64 using sudo dnf install gnuradio Afterwards when I attempt to run gnuradio-companion (typing gnuradio-companion in a terminal) I see several errors at start up Warning: restarting the docstring loader (crashed while loading

[Discuss-gnuradio] uhd_swig still missing

2018-10-01 Thread Mike Gilmer
I reported this problem previously (July 2018 timeframe) and I am still wrestling with it. Running Fedora 28 on Dell laptop. Prior to updating laptop to Fed 28, gnuradio worked fine. I ran dnf remove uhd (which removed gnu radio as well) and then reinstalled them using dnf install And just

[Discuss-gnuradio] E310: Setting "master clock"

2018-07-10 Thread Mike Gilmer
I've had no problem implementing several command line options using GNU Radio's parameters blocks. I can set sample rate, bandwidth, center frequency successfully. My command line looks like this: python E310_GP.py --samprate 20 --ctrfrq 91500 ... However, I wanted to also set the

Re: [Discuss-gnuradio] Missing uhd_swig

2018-07-09 Thread Mike Gilmer
IIRC I built from source both this time and previously (under Fedora 23) because the "package" would not build successfully. Mike On Mon, Jul 9, 2018 at 1:53 PM, Müller, Marcus (CEL) wrote: > Hm, did you also build UHD from source on your old Fedora? > On Mon, 2018-07-09 at 1

[Discuss-gnuradio] Missing uhd_swig

2018-07-09 Thread Mike Gilmer
I updated my Fedora version release 28 Afterwards I had to rebuild GNU radio (of course) to get GNU radio companion to even load. I though my work was done, but now that I've tried to use GRC, I am getting the following error when I go to "Execute": Generating:

Re: [Discuss-gnuradio] Import Error running companion after upgrade to Fedora 27

2018-01-30 Thread Mike Gilmer
ed by > rpms, and that gnuradio depends on, have changed. Since Boost has changed > to version 1.64 in Fedora 27, you'll have to rebuild gnuradio. > > > On 01/30/2018 11:17 AM, Mike Gilmer wrote: > >> I recently upgraded my Fedora 23 laptop (on which gnuradio companion >> worked fine

[Discuss-gnuradio] Import Error running companion after upgrade to Fedora 27

2018-01-30 Thread Mike Gilmer
I recently upgraded my Fedora 23 laptop (on which gnuradio companion worked fine) to Fedora 27 Now when I try to run gnuradio-companion I get an error window. ImportError Cannot import gnuradio. Is the python path environment

[Discuss-gnuradio] GNU Radio Companion error: segmentation fault (core dumped)

2015-09-28 Thread Mike Gilmer
I am trying to follow the steps for the tutorials for GNU radio - at one point I'm instructed to install/build/run the "Companion" http://gnuradio.org/redmine/projects/gnuradio/wiki/Guided_Tutorial_GRC All's fine, until: $ gnuradio-companion I get thrown the error: Segmentation fault

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-25 Thread Mike Gilmer
Guys, The RAM came a day late (thanks USPS) and I installed it and ran the script again Thursday and it finished this time with no errors. Now I have to see if I actually ended up with a usable "GNU Radio" installation. Thanks for the help! Mike On Wed, Sep 23, 2015 at 9:58 AM, M

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-23 Thread Mike Gilmer
I worked my way up though the email chain and ran some of the "updates" suggested and reran the script It has gotten further along than before, but still fails... Scanning dependencies of target volk_profile [ 5%] Building CXX object

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-23 Thread Mike Gilmer
essing. > > Best regards, > Marcus > > Am 23. September 2015 15:48:37 MESZ, schrieb Mike Gilmer > <mike.gil...@gmail.com>: >> >> I worked my way up though the email chain and ran some of the >> "updates" suggested and reran the script >>

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread Mike Gilmer
build-gnuradio script. Install the mako template engine using > > sudo apt-get install python-mako > > Then run the build-gnuradio script again (perhaps with the -v option). > > -Peter- > > > On 9/22/2015 6:25 AM, Mike Gilmer wrote: > >>

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-22 Thread Mike Gilmer
UHD build apparently failed Exiting UHD build ++ Again, I appreciate the help! -Mike On Mon, Sep 21, 2015 at 11:48 PM, Mike Gilmer <mike.gil...@gmail.com> wrote: > I'm running 14.04 and yes I have Internet access (that was part of the > aforem

Re: [Discuss-gnuradio] GNU Radio installation script

2015-09-21 Thread Mike Gilmer
p; sudo apt-get upgrade > > Also, make sure build-essential is installed (Do this after update and > upgrade). > > sudo apt-get install build-essential > > -Trip > > On Mon, Sep 21, 2015 at 11:13 PM, Mike Gilmer <mike.gil...@gmail.com> wrote: >> >> All, >

[Discuss-gnuradio] GNU Radio installation script

2015-09-21 Thread Mike Gilmer
All, I recently asked the list some questions about getting GNU Radio up and running on a Windows machine (using cygwin). It became obvious there would be a lot of hurdles, for which the community would not be able to offer much help. So... I have installed Ubuntu on a PC ( in a dual boot

[Discuss-gnuradio] pybombs installation fails

2015-09-16 Thread Mike Gilmer
Following the instriuctions on http://gnuradio.org/redmine/projects/pybombs/wiki/QuickStart I tried to run the installation: ./pybombs install gnuradio It appears to start up OK, but after "Loading recipes" it displays "Installing packages" and gets through several dozen of them until it

Re: [Discuss-gnuradio] pybombs installation fails

2015-09-16 Thread Mike Gilmer
t; >> capture the output from "./pybombs install -v -v -v gnuradio", and >> stick it on pastebin so we can have a look at it. >> >> It looks like pybombs is trying to recompile make and gcc and goodness >> knows what else... I'm curious about why it decide

Re: [Discuss-gnuradio] pybombs installation fails

2015-09-16 Thread Mike Gilmer
_pybombs/sysutils.py#L393 > > https://github.com/gnuradio/pybombs/blob/dc593faf9e1557133c5801fe4aa58198e34407db/mod_pybombs/recipe.py > > if you could do something like "cygpkg install fftw gcc cmake", for > example, then we could easily add the right logic. > >

Re: [Discuss-gnuradio] pybombs installation fails

2015-09-16 Thread Mike Gilmer
I'm running a cygwin shell. Mike On Wed, Sep 16, 2015 at 4:33 PM, Mike Gilmer <mike.gil...@gmail.com> wrote: > Thanks guys. > > The output (somewhat abbreviated) is at http://pastebin.com/BqvwB58y > > I am running Windows 8.1 > > Mike > > On Wed, Sep 16

Re: [Discuss-gnuradio] pybombs installation fails

2015-09-16 Thread Mike Gilmer
roblem is keeping people around to contribute with >> knowledge of that environment and able to help, test, etc. >> >> Tom >> >> >> >>> >>> On Wed, Sep 16, 2015 at 3:02 PM, Mike Gilmer <mike.gil...@gmail.com> >>> wrote: >

Re: [Discuss-gnuradio] pybombs installation fails

2015-09-16 Thread Mike Gilmer
Wed, Sep 16, 2015 at 5:04 PM, Martin Braun <martin.br...@ettus.com> > wrote: >> >> On 16.09.2015 16:58, Mike Gilmer wrote: >> > I wrestled with which way to go originally - figure out how to install >> > linux,and in theory have an easier time of gnuradio, or