Re: [USRP-users] Linux Kernel Modules for X-Series PCIe Connectivity

2017-12-01 Thread Nate Temple via USRP-users
Hi John, You will need to run Ubuntu <14.04.4 [1] which has the 4.2 kernel, to use the NI driver for the PCIe connection. We have the update on our radar, however I don't have any estimate on when it will be available at this time. [1] - https://wiki.ubuntu.com/Kernel/Support?action=AttachFil

Re: [USRP-users] What is this network entry for?

2017-12-01 Thread Marcus D. Leech via USRP-users
On 12/01/2017 12:16 PM, Aram Falsafi via USRP-users wrote: I have a B210 connected to a laptop running Ubuntu 16.04. In the folder /etc/NetworkManager/system-connections I found a file called NetworkManager-USRP with this content: --- [802-3-ethernet] duplex=ful

[USRP-users] What is this network entry for?

2017-12-01 Thread Aram Falsafi via USRP-users
I have a B210 connected to a laptop running Ubuntu 16.04. In the folder /etc/NetworkManager/system-connections I found a file called NetworkManager-USRP with this content: --- [802-3-ethernet] duplex=full [connection] id=USRP uuid=f6a7696d-4958-48f4-b1eb-c2ab9de

Re: [USRP-users] Siggen not working in E310

2017-12-01 Thread John Medrano via USRP-users
Thank you very much for information. This may be obvious, but I want to make sure I understand correctly. 1. self.uhd_rfnoc_streamer_radio_0_0.set_tx_streamer(True, 0) will start the radio stream on __init__ 2. tb.uhd_rfnoc_streamer_siggen_0.set_arg("enable", True) will enable siggen at some time

Re: [USRP-users] Siggen not working in E310

2017-12-01 Thread EJ Kreinar via USRP-users
Hi Tom and John, Just thought I'd revive this thread to confirm Nick Foster's suggested approach for rfnoc loopback works successfully for Siggen Tx on E310 (Siggen -> Radio Tx): https://www.mail-archive.com/usrp-users@lists.ettus.com/msg02916.html It ended up as ~30-minute fix to add the edits,