Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GNURadio Companion: Driver not found #1

Open
SnkMtn000 opened this issue Sep 27, 2023 · 7 comments
Open

GNURadio Companion: Driver not found #1

SnkMtn000 opened this issue Sep 27, 2023 · 7 comments

Comments

@SnkMtn000
Copy link

SnkMtn000 commented Sep 27, 2023

RPi4b8gb - Installed librpix and SoapySDR_rpitx, rebooted per the instructions. Module is in correct directory.

Fired up GNU Radio Companion and cannot find any modules for rpitx.

At a command prompt executed SoapySDRUtil --find

No devices found!

@hiperiondev
Copy link
Owner

Hi.
librpitx should not be installed separately. It is already in the project source.
I don't know how it could interfere if it exists outside the project.
Check the version of SoapySDR, maybe the plugin directory is not the same.

@SnkMtn000
Copy link
Author

$ SoapySDRUtil --info
######################################################

Soapy SDR -- the SDR abstraction library

######################################################

Lib Version: v0.8.1-g6f97389b
API Version: v0.8.0
ABI Version: v0.8
Install root: /usr/local
Search path: /usr/local/lib/aarch64-linux-gnu/SoapySDR/modules0.8
Module found: /usr/local/lib/aarch64-linux-gnu/SoapySDR/modules0.8/libHackRFSupport.so (0.3.3-8d2e7be)
Module found: /usr/local/lib/aarch64-linux-gnu/SoapySDR/modules0.8/libLMS7Support.so (20.10.0-67edf07)
Module found: /usr/local/lib/aarch64-linux-gnu/SoapySDR/modules0.8/libPlutoSDRSupport.so (0.2.1-38a34f6)
Module found: /usr/local/lib/aarch64-linux-gnu/SoapySDR/modules0.8/libSoapySDR_rpitx.so
Module found: /usr/local/lib/aarch64-linux-gnu/SoapySDR/modules0.8/libairspySupport.so (0.2.0-411f73e)
Module found: /usr/local/lib/aarch64-linux-gnu/SoapySDR/modules0.8/libairspyhfSupport.so (0.2.0-d682533)
Module found: /usr/local/lib/aarch64-linux-gnu/SoapySDR/modules0.8/libremoteSupport.so (0.6.0-c09b2f1)
Module found: /usr/local/lib/aarch64-linux-gnu/SoapySDR/modules0.8/librtlsdrSupport.so (0.3.2-53ee8f4)
Module found: /usr/local/lib/aarch64-linux-gnu/SoapySDR/modules0.8/libsdrPlaySupport.so (0.3.0-6d49131)
Available factories... airspy, airspyhf, hackrf, lime, plutosdr, remote, rpitx, rtlsdr, sdrplay
Available converters...

  • CF32 -> [CF32, CS16, CS8, CU16, CU8]
  • CS16 -> [CF32, CS16, CS8, CU16, CU8]
  • CS32 -> [CS32]
  • CS8 -> [CF32, CS16, CS8, CU16, CU8]
  • CU16 -> [CF32, CS16, CS8]
  • CU8 -> [CF32, CS16, CS8]
  • F32 -> [F32, S16, S8, U16, U8]
  • S16 -> [F32, S16, S8, U16, U8]
  • S32 -> [S32]
  • S8 -> [F32, S16, S8, U16, U8]
  • U16 -> [F32, S16, S8]
  • U8 -> [F32, S16, S8]

@hiperiondev
Copy link
Owner

/usr/local/lib/aarch64-linux-gnu/SoapySDR/modules0.8

You need to copy here!

@SnkMtn000
Copy link
Author

Getting closer,... Guessing I should use a osmocom Sink and call the "rpitx". Testing,...

$ SoapySDRUtil --find
######################################################

Soapy SDR -- the SDR abstraction library

######################################################

Found device 0
driver = rpitx
label = RPITX I/Q transmitter
manufacturer = LU3VEA
product = rpitx
serial = 03071973
tuner = none

@hiperiondev
Copy link
Owner

hiperiondev commented Sep 30, 2023

I'm glad you were able to install it!
The driver still does not work correctly. When it transmits it has regular breaks (glitches). I still haven't been able to solve it. RPITX does not consume data constantly. I suspect it is due to interruptions in the operating system. If so, I'll have to use a real time kernel or something similar.

I am currently moving to a new house. When I am completely settled I will resume development

@SnkMtn000
Copy link
Author

After you get settled, how do you use the driver as a Soapy Custom Sink, or otherwise? Thanks.

@hiperiondev
Copy link
Owner

hiperiondev commented Sep 30, 2023

I have only tested it with sdrangel as soapy sink

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants