Hi Jerom, let me quickly address things in-text: On 18.03.20 13:45, Jerom Maas - LR wrote: > I install GRC using the ppa:
You mean GNU Radio, not just the GNU Radio companion ;) > $ sudo add-apt-repository ppa:gnuradio/gnuradio-releases > $ sudo apt-get update > $ sudo apt install gnuradio You should also install the GNU Radio development package, cmake and SWIG; you'll need that when building a library that uses GNU Radio, like gr-osmosdr. sudo apt install gnuradio-dev cmake swig This is also a good time to test whether you have the right version of GNU Radio installed: gnuradio-config-info --version should give you 3.8.something > > I install LibbladeRF using the ppa: > $ sudo add-apt-repository ppa:bladerf/bladerf This simply fails for me: E: The repository 'http://ppa.launchpad.net/bladerf/bladerf/ubuntu eoan Release' does not have a Release file. Did it work for you? Which version of Ubuntu are you using? Best regards, Marcus