-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
Airspy R2 Serial Number #849
Comments
still no luck:
|
I no longer have any Airspys in the mix but when I did a few years ago, this is what worked. This was running the patched osmocom driver with multiple Airspy support. Add the serial number as a parameter.
|
That rate is not valid for Airspy. If it's an Airspy R2, your two choices are 2500000 or 10000000 (2.5 MHz or 10 MHz). I don't know if that will solve all the problems, as you may also need a udev rule added...but try that first. |
yea just tried both of those with same error... also tried changing to serial # : airspy=0x26A464DC284F2C93 same error, don't know anything about udev? researching now! |
this same config file executes fine with previous settings and device=rtl=00000001 and a cheaper sdr plugged in... so I'm guessing the |
Osmosdr may not be fine. It doesn't list airspy as an available driver. If gr-osmosdr cannot detect the airspy libraries during the
Depending on what method you're using to install everything, it may be as simple as a |
I did just install airspy via homebrew yesterday to get the airspy_info to tell me the serial number... So just re-install everything through homebrew may be the fix... Im new to homebrew (this was my first project) do I need to delete everything and start over... uggg! or can I just re-install? |
You're fine. All you're essentially going to do is rebuild gr-osmosdr (with airspy drivers), install it on top of whatever you did previously, then do the same with trunk-recorder. If you're following along the trunk-recorder mac homebrew directions, all you should really need to do is restart from the middle of the "Install the OsmoSDR Package for GNURadio" step. Afterwards, do the same general thing with trunk-recorder. Clean out the build directory, then resume from the cmake step. |
can't thank you enough - its been days trying to troubleshoot this... the re-install worked only really needed to re-intall the osmosdr section but its receiving control channel... needs some tuning to pickup usable TGs |
Great! Glad it works! 👍 You should be able to close out this issue for now. |
trying to duplicate install on Raspberry pi and getting the same Airspy error on no library - not using homebrew so I'm looking for how to install drivers/libraries on the pi
[2023-11-28 16:23:04.216503] (info) INSTANCE[2023-11-28 16:23:04.216560] (info) Using Config file: ./config.json
|
after reboot now getting different error?
[2023-11-28 16:36:59.271494] (info) INSTANCE[2023-11-28 16:36:59.271652] (info) Using Config file: ./config.json
|
it seems I need to have the serial number to assign to device?
Im using a Mac (Intel) and have no way to get the serial number via airspy
device="airspy"
or
device="airspy=0"
both do not work??? I can connect with Gqrx and radio works fine... any ideas if S/N is needed or another way to work with trunk-recorder
The text was updated successfully, but these errors were encountered: