Re: R: Re: R: Re: Gnuradio / Ubuntu 20.10

2021-04-11 Thread Marcus Müller
T GUI SINK) there is this alert: >> >> Warning: failed to XInitThreads() >> gr-osmosdr 0.2.0.0 (0.2.0) gnuradio 3.8.1.0 >> >> why ? >> >> Alberto >> >> ----Messaggio originale---- >> Da: muel...@kit.edu >> Data: 11-apr-2021 17.3

Re: R: Re: R: Re: Gnuradio / Ubuntu 20.10

2021-04-11 Thread Cinaed Simson
r FFT window (QT GUI SINK) there is this alert: Warning: failed to XInitThreads() gr-osmosdr 0.2.0.0 (0.2.0) gnuradio 3.8.1.0 why ? Alberto Messaggio originale Da: muel...@kit.edu Data: 11-apr-2021 17.31 A: Ogg: Re: R: Re: Gnuradio / Ubuntu 20.10 Hi Ralf, glad to

Re: R: Re: Gnuradio / Ubuntu 20.10

2021-04-11 Thread Marcus Müller
Hi Ralf, it's not about the version of gr-osmosdr – the gr-osmosdr you use just has to be linked against exactly the ABI version of the GNU Radio you intend to run :) Debian, and thus Ubuntu, and thus Mint, do ship a gr-osmosdr, which is built against their build of GNU Radio; that's why linux d

Re: R: Re: Gnuradio / Ubuntu 20.10

2021-04-11 Thread Ralf Gorholt
Hi Marcus, to be precise: I use Linux Mint 20.1 which is based on Ubuntu. Effectively, the gr-osmosdr module version 0.2.0-2 works with the version of GNU Radio that is available by default in this Linux Mint version (3.8.1-rc1-2build2) but as far as I remember, it did not work with GNU Radio 3.

Re: R: Re: R: Re: Gnuradio / Ubuntu 20.10

2021-04-11 Thread Marcus Müller
mosdr 0.2.0.0 (0.2.0) gnuradio 3.8.1.0 > > why ? > > Alberto > > Messaggio originale > Da: muel...@kit.edu > Data: 11-apr-2021 17.31 > A: > Ogg: Re: R: Re: Gnuradio / Ubuntu 20.10 > > Hi Ralf, > > glad to hear you&#

R: Re: R: Re: Gnuradio / Ubuntu 20.10

2021-04-11 Thread alberto.alle...@alice.it
17.31 A: Ogg: Re: R: Re: Gnuradio / Ubuntu 20.10 Hi Ralf, glad to hear you've got it to work! When not using the PPA (which I was assuming you'd be doing), you'd get the exact gr-osmosdr that works with Ubuntu's version of GNU Radio (i.e. 3.8.1.0 as I though

Re: R: Re: Gnuradio / Ubuntu 20.10

2021-04-11 Thread Marcus Müller
Hi Ralf, glad to hear you've got it to work! When not using the PPA (which I was assuming you'd be doing), you'd get the exact gr-osmosdr that works with Ubuntu's version of GNU Radio (i.e. 3.8.1.0 as I thought you've installed?). Best regards, Marcus On 11.04.21 16:40, Ralf Gorholt wrote: >

Re: R: Re: Gnuradio / Ubuntu 20.10

2021-04-11 Thread Ralf Gorholt
Hello Marcus, I had done this before (installed from PPA) but I didn't get a module that worked with GNU Radio 3.8.2. That's why I have compiled it from source. When the module is compiled, you have to pay attention to the correct prefix for cmake. Ralf Am 11.04.2021 um 14:37 schrieb Marcus Mül

Re: R: Re: Gnuradio / Ubuntu 20.10

2021-04-11 Thread Marcus Müller
You have to do none of this, sudo apt install gr-osmosdr does everything. And then you're done and can use the OSMOSDR Source or the RTL-Source (which are essentially the same). Cheers, Marcus On 11.04.21 13:26, Ralf Gorholt wrote: > Hello Alberto, > > you may try this: > > git clone git://g

Re: R: Re: Gnuradio / Ubuntu 20.10

2021-04-11 Thread Ralf Gorholt
Hello Alberto, you may try this: git clone git://github.com/osmocom/gr-osmosdr -b gr3.8 That's how I got the sources for GNU Radio 3.8 one or two weeks ago. Regards, Ralf Am 11.04.2021 um 12:35 schrieb alberto.alle...@alice.it: I follow now this guide: https://lists.gnu.org/archive/html/dis

R: Re: Gnuradio / Ubuntu 20.10

2021-04-11 Thread alberto.alle...@alice.it
I follow now this guide:https://lists.gnu.org/archive/html/discuss-gnuradio/2020-09/pdfNp27msymbN.pdf But at point 7 i have a problem. alberto@alberto-Studio-XPS-1340:~/sdr_stuff$ git clone https://git.osmocom.org/gr-osmosdr Clone in 'gr-osmosdr' in corso... error: Failed to connect to git.osmoco