-
Notifications
You must be signed in to change notification settings - Fork 673
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
USRP nirio_zero_copy problem #818
Comments
Hi @flow233-ai , have you followed the instructions from the manual page Linux NI RIO Installation and Usage? You need the NI RIO driver correctly installed for the The latest version of the NI Linux Device Drivers (2024 Q4) is available here: https://www.ni.com/de/support/downloads/drivers/download.ni-linux-device-drivers.html#548386 The download provides the archive Please note: after installation (and each time the X310 is disconnected/reconnected), a reboot of the host PC is required, because the PCIe connection does not support hotswapping, as noted in the manual:
Regards, |
This might be a legit bug (even on more recent UHD versions). Can you use Ethernet for the time being? It's rare that PCIe will do anything for you that Ethernet cannot (on the X310, at least). |
I have tried reinstall the NI RIO Driver. And it failed. |
Yes. I think I would like to use this method. |
Something else you can try (if you want to stick with PCIe) is to use Ubuntu 20.04, which looks like it might be working under some circumstances. |
I‘ve tried with Ubuntu20.04 as mentioned above. But it failed. |
OK, that's interesting. Thanks for confirming. I had somehow misread your original report as "24.04". |
Hi everyone. I have encountered a problem have not found a solution on the internet so far. The settings is shown as follows:
We use PCIe for the connection between our PC and USRP X310. And the Linux system of PC is Ubuntu 20.04. We use radioconda to install gnuradio 3.8 and UHD 3.15. And the Python version is Python 3.8.
Then we use “uhd_find_devices” and the USRP can be detected. But then we use “uhd_usrp_probe”, the following errors occurred:
Error: RuntimeError: Could not create nirio_zero_copy transport. Unknown error. (Error code -63150)
Cannot find the solutions over Internet. I Wonder if this is a NI RIO driver problem or some other problems.
Many thanks.
The text was updated successfully, but these errors were encountered: