Franco Venturi
Franco Venturi
@lagomorph - glad to hear it is fixed for you. I did some quick research on your issue and I found this interesting page in the CMake Wiki: https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/RPATH-handling If...
@lagomorph - I am not really sure why RPATH is not working there. Please try rebuilding it with `VERBOSE=1`, like this: ``` cmake .. make VERBOSE=1 ``` The last few...
@ahooper - a couple of weeks ago @lagomorph tried with various RPATH settings on his Mac (see his comment here: https://github.com/pothosware/SoapySDRPlay3/issues/79#issuecomment-1837233348), but I don't think he was successful. I do...
@ahooper - thanks for your suggestion. If you were to build your `sdrplay_api_version` example from December with a command like this: ``` cc -o sdrplay_api_version sdrplay_api_version.c /usr/local/lib/libsdrplay_api.so ``` (instead of...
@lagomorph @ahooper - since I don't have a Mac here, today I spent some time using GitHub CI that can run on MacOS Sonoma workers. After a few tests with...
@iwiq - thanks for your feedback. Looking at the source code of Settings.cpp, I see there is a SoapySDR argument called 'rfnotch_ctrl' (see here: https://github.com/SDRplay/SoapySDRPlay/blob/master/Settings.cpp#L1368), that should do exactly that...
@iwiq - yes, you should be able to just add 'rfnotch_ctrl=true' to your device argument in osmocom, like this: ``` driver=sdrplay,soapy=0,rfnotch_ctrl=true ``` and it should work with osmocom. Are you...
@iwiq - first of all, sorry for the confusion about the 'gr-osmosdr' module, since it looks that API does not support RF notch and several other settings (see my comment...
@iwig - those messages should show in the terminal where you launched gqrx from; if you don't see anything like that there, it almost looks like the method `writeSetting()` never...
Thanks @iwiq and @nmaster2042 for your detailed report and info. Quick update on my side: I still have problems compiling gr-osmosdr here on my computer with GNU Radio 3.8 (the...