Re: How to update GNU Radio to 3.8 version in Debian Linux

2020-03-01 Thread Maitland Bottoms
On Sun, 1 Mar 2020 06:03:09 +0100 "Md. Atiqur Rahman" wrote: > Hello Everyone, > I hope everyone doing great! > I want to update the GNU Radio from 3.7.10 to 3.8. to my virtual > machine(Linux). > Before I did install Gnu Radio by using : sudo apt-get install > gnuradio python-numpy python-gtk2

Re: gnuradio 3.8 errors with gr_modtool

2020-02-25 Thread Maitland Bottoms
Laura Arjona writes: > 1 - Installed fresh Ubuntu 18.04.4 LTS > 2- Installed git, cmake, swig, gnuradio. > To install gnuradio, I used: > $ sudo add-apt-repository ppa:gnuradio/gnuradio-releases >$ sudo apt-get update >$ sudo apt-get install gnuradio > At this point you have .pyc files

Re: gnuradio 3.8 errors with gr_modtool

2020-02-21 Thread Maitland Bottoms
On Fri, 21 Feb 2020 10:58:18 -0800 Laura Arjona wrote: > UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe8 in position > 5: invalid continuation byte The problem comes from Python byte-compiled files used as templates. Perhaps the template processor is choking on a .pyc file? The

Re: gr_modtool crash

2019-12-03 Thread Maitland Bottoms
César MR writes: > Hi! I'm trying to follow the tutorial about working with gnuradio in c++, > which can be found in the wiki, but i when i try to run gr_modtool, it crash. > At first i thought that it was because of my language, so i changed my linux > mint language to UK english, but it

Re: More on C++11 requirements

2019-11-25 Thread Maitland Bottoms
"Marcus D. Leech" writes: > /me shuffles feet nervously: > > cmake version 2.8.12.2 For those suffering with RHEL / CentOS 7*... - yum install devtoolset-8 `. /opt/rh/devtoolset-8/enable` will bring you into the gcc 8.3 era. - install cmake3 from EPEL will get you CMake 3.14.6 Much sharper

[Discuss-gnuradio] patch -- fix pkgconfig libs

2019-03-07 Thread Maitland Bottoms
-libs.patch can be applied to git via `git am fix-pkgconfig-libs.patch` >From 2b1c8dde0fe4d4ae4b1b1bb623f3a7945b8cc014 Mon Sep 17 00:00:00 2001 From: "A. Maitland Bottoms" Date: Thu, 7 Mar 2019 20:02:10 -0500 Subject: [PATCH] fix pkgconfig libs Lintian reported pkg-config-references-u

[Discuss-gnuradio] gr-vocoder: update codec2 and freedv blocks

2019-01-23 Thread Maitland Bottoms
rom: "A. Maitland Bottoms" Date: Tue, 22 Jan 2019 22:54:21 -0500 Subject: [PATCH] gr-vocoder: update codec2 and freedv blocks. Update to add support for newer modes in codec2 0.8.1. Fixup grc blocks yml templates, update examples. --- gr-vocoder/examples/CMakeLists.txt

Re: [Discuss-gnuradio] LimeSDR simulate USRP in gnuradio

2018-11-28 Thread Maitland Bottoms
Ren Lie writes: > Hi, I used SoapySDR that LimeSDR simulate USRP. > > uhd_find_devices and uhd_usrp_probe can find LimeSDR. > > > uhd_find_devices > > > > uhd_usrp_probe > > > > If I want to use LimeSDR simulate USRP in gnuradio, what should i do > to change in UHD source. Source block or

[Discuss-gnuradio] codec2-0.8-block-update-for-3.7

2018-09-21 Thread Maitland Bottoms
les/grfreedv.grc +++ b/gr-vocoder/examples/grfreedv.grc @@ -1,12 +1,12 @@ - + Wed Jun 29 19:22:27 2016 options author - A. MAitland Bottoms + A. Maitland Bottoms window_size @@ -73,6 +73,10 @@ True + sizing_m

[Discuss-gnuradio] codec2-0.8-block-yaml-update

2018-09-21 Thread Maitland Bottoms
Update to the yaml block definitions to follow previous C++ block update. >From the Debian patch series for GNU Radio that should be available to everyone. -Maitland --- a/gr-vocoder/grc/vocoder_codec2_decode_ps.block.yml +++ b/gr-vocoder/grc/vocoder_codec2_decode_ps.block.yml @@ -7,15 +7,16 @@

[Discuss-gnuradio] codec2-0.8-block-update

2018-09-21 Thread Maitland Bottoms
t;From 8921bbe2bc43942b9d233e4acbdb5a79dc05de3c Mon Sep 17 00:00:00 2001 From: "A. Maitland Bottoms" Date: Tue, 5 Jun 2018 15:28:30 -0400 Subject: [PATCH] codec2 0.8 block update Update gr-vocoder codec2 and freedv blocks to support new modes (700C, wb, 700D) available as of codec2 rele

[Discuss-gnuradio] direct-freedesktop-install

2018-09-21 Thread Maitland Bottoms
Allow the GNOME Software app to find GNU Radio. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=847087 >From the Debian patch series for GNU Radio that should be available to everyone. -Maitland >From bb9200a560b30737ab080d5c2ae0e56281712a99 Mon Sep 17 00:00:00 2001 From: "A. Maitl

Re: [Discuss-gnuradio] gr-foo

2017-10-20 Thread Maitland Bottoms
On Fri, 20 Oct 2017 15:26:01 -0700 Cinaed Simson wrote: > in the gr-foo build directory, it craps out - indicating it can't find > > #include > > I did a find on the gnuradio tree it case per chance it was moved but > no cigar. It's in the next branch. > > Or am

[Discuss-gnuradio] Schedule for GNU Radio 3.7.9 release - abi-compliance-checker

2015-12-01 Thread Maitland Bottoms
rom d3bdf1d6ddac7d4d65a2b9fbc9600027e92f28ad Mon Sep 17 00:00:00 2001 From: "A. Maitland Bottoms" <bott...@debian.org> Date: Wed, 11 Nov 2015 10:50:22 -0500 Subject: [PATCH] codec2-embedding-fixup --- gr-vocoder/gnuradio-vocoder.pc.in | 2 +- gr-vocoder/include/gnuradio/vocoder/codec2.h | 2

[Discuss-gnuradio] pushing Debian patches upstream

2013-04-18 Thread A. Maitland Bottoms
During the conference calls I brought up Debian specific gnuradio patches. Reading a backlog of the mailing list I see a few people getting build failures for BSD. I've got my debian/ package directory in a separate git tree, and it has patches to gnuradio in debian/gnuradio/ Browse at the

Re: [Discuss-gnuradio] gnuradio package in debian wheezy comes without firmware

2012-09-14 Thread A. Maitland Bottoms
On Fri, Sep 14, 2012 at 2:40 PM, Rafael Diniz raf...@riseup.net wrote: Hi there people, Have anyone noticed that the gnuradio package in debian wheezy comes without the USRP1 (at least) uhd firmwares? Alas you didn't notice that I added to the package the uhd_install_firmware script that will

[Discuss-gnuradio] ais-tools-gnuradio problem

2008-04-07 Thread A. Maitland Bottoms
Jason writes: I'm attempting to get the AIS receiver code from [1] working. Me too. Although I bypassed the mysql parts of the problem, and instead have gnuradio receiving from a USRP to jack audio, and then connect that to the standalone AIS decoder gnuais [2]. I'm pretty sure I have the