Piotr Kornaszewski

Results 6 comments of Piotr Kornaszewski

This is output form ```./SoapySDRUtil --find``` ``` bash ###################################################### ## Soapy SDR -- the SDR abstraction library ## ###################################################### [INFO] [UHD] linux; GNU C++ version 13.2.0; Boost_108300; UHD_4.6.0.0+ds1-5.1ubuntu0.24.04.1 Found device...

I have the core of the whole problem, the file ```_SoapySDR.so``` is corrupted. When I take this file from Ubuntu 22.04 everything works okay.

``` bash .venv/bin$ ./SoapySDRUtil --info ###################################################### ## Soapy SDR -- the SDR abstraction library ## ###################################################### Lib Version: v0.8.1-4build1 API Version: v0.8.0 ABI Version: v0.8 Install root: /usr Search path:...

After copy works okay without any problems

```/home/pioter/git/tester/.venv/bin/SoapySDRUtil --info``` print the same information with ```venv/lib/python3.12/site-packages/_SoapySDR.so``` old and new one. I have old ```_SoapySDR.so``` from virtual machine with Ubuntu 22.04 not from my system, but I want to...

I looked in your repository and found in CI that you are only testing builds for ubunut 22.04. Is it possible that ubuntu 24.04 support has simply not been added...