-
Notifications
You must be signed in to change notification settings - Fork 31
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
SoapyHackRF installs but is not found by probe #42
Comments
Hi @hambone01 and everyone. I passed by the same issue and this solution worked for me. Homebrew install the libs at /opt/homebrew/lib/ (🤷♂️) and the project at /usr/local/lib/ by unix pattern. So i just copied the file lib file to /opt/homebrew/lib/ and all works fine. cp /usr/local/lib/SoapySDR/modules0.8/libHackRFSupport.so /opt/homebrew/lib/SoapySDR/modules0.8/ Before
After
|
@talesluna Thank you soooo much!! |
You need to specify the file location during compilation:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I installed hackrf with brew:
I then installed SoapyHackRF
omitting warnings:
However, after installation SoapySDRUtil check/probe can't locate the driver.
I have seen some mentions of setting my LD_LIBRARY_PATH
The text was updated successfully, but these errors were encountered: