Skip to content
New issue

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

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

Already on GitHub? # to your account

Airspy HF+ not found #50

Open
patrickomatik opened this issue Nov 25, 2024 · 5 comments
Open

Airspy HF+ not found #50

patrickomatik opened this issue Nov 25, 2024 · 5 comments

Comments

@patrickomatik
Copy link

patrickomatik commented Nov 25, 2024

I get this error, having built tools from source, on a Raspberry Pi 3:

$sudo airspyhf_info
AirSpy HF library version: 1.8.0
No devices attached.

lsusb shows the device as expected:
Bus 001 Device 006: ID 03eb:800c Atmel Corp. Airspy HF+

airspy_info also gives a similar error. I'm at a loss for what do next in terms of troubleshooting/fixing. The airspy hf+ is correctly seen by SDR sharp on a Windows machine when directly connected.

Possibly relevant - this is apparently a 'recently enhanced' version of the Airspy HF+, purchased last week from an authorised distributor.

Many thanks in advance for any pointers!

@markjfine
Copy link

Sounds like you may have skipped a step when building and it's not talking correctly to USB.

First, the code requires libusb-1.0-0 and libusb-1.0-0-dev to build properly with USB (as well as cmake, pkg-config, and build-essential). Make sure those packages are installed before starting the build process.

Second, cmake needs to be run using the -DINSTALL_UDEV_RULES=ON switch, per the instructions.

Double check to see there are no errors or warnings when configuring with cmake, and then building with make.

@patrickomatik
Copy link
Author

patrickomatik commented Nov 26, 2024 via email

@markjfine
Copy link

Interesting. I get the same warning when running cmake but my library isn't affected.

The only other thing I can think of is there may be something with the libairspyhf being used. I'm assuming you've run make install as su (or in sudo) and ran sudo ldconfig -v afterwards (making sure that libairspyhf is listed somewhere).

Mine is located at /usr/local/lib (your's might be elsewhere) and libairspyhf.0.lib is aliased to point to v1.8. Is that what you're seeing?

@patrickomatik
Copy link
Author

patrickomatik commented Nov 26, 2024 via email

@markjfine
Copy link

Glad I could help get you this far, though I hadn't thought to run the tools as root.
Unfortunately I have zero experience with spyserver.

Good luck.

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

No branches or pull requests

2 participants