Victor Bursucianu

Results 5 comments of Victor Bursucianu

Got this issue too

Got the same issue....i'm looking for a solution

The solution for me was to install the Soapy Plugin for Bladerf: https://github.com/pothosware/SoapyBladeRF/wiki ``` git clone https://github.com/pothosware/SoapyOsmo.git cd SoapyOsmo mkdir build cd build cmake .. make sudo make install ```...

Works for me using : gr-osmosdr 0.1.5 (0.1.5) and gnuradio 3.7.13.5 Did you install gr-osmosdr from source? ``` git clone git://git.osmocom.org/gr-osmosdr cd gr-osmosdr/ mkdir build cd build/ cmake ../ make...

See pull request #769 for the solution.