Re: [USRP-users] N310 streaming documentation

2018-07-17 Thread Martin Braun via USRP-users
Louis, you don't need to start something, but I'm wondering if MPM is maybe crashing (it's the service that turns the device into a smart USRP). Can you try ssh'ing in and running $ ps | grep usrp You should see something like this: root@ni-n3xx-***:~# ps | grep usrp 1422 root 264

Re: [USRP-users] N310 streaming documentation

2018-06-13 Thread Martin Braun via USRP-users
On 05/12/2018 05:17 AM, EJ Kreinar via USRP-users wrote: > I also find this confusing... > > Even better: how about a scheme where x3xx finds both x300/x310, but > x310 only gets x310, etc?? We use the 'product' key for that. -- M ___ USRP-users maili

[USRP-users] N310 streaming documentation

2018-05-14 Thread Louis Brown via USRP-users
Tried that but it's not working for either on-board or SFP0, though I can ping both : uhd_find_devices --args "addr=192.168.1.4,type=n3xx" [INFO] [UHD] linux; GNU C++ version 8.1.1 20180502 (Red Hat 8.1.1-1); Boost_106600; UHD_3.11.1.0-0-g34c56104 No UHD Devices Found uhd_find_devices --args "

Re: [USRP-users] N310 streaming documentation

2018-05-12 Thread EJ Kreinar via USRP-users
I also find this confusing... Even better: how about a scheme where x3xx finds both x300/x310, but x310 only gets x310, etc?? EJ On Fri, May 11, 2018, 6:17 PM Marcus D. Leech via USRP-users < usrp-users@lists.ettus.com> wrote: > On 05/11/2018 06:14 PM, Brent Stapleton wrote: > > The `type` sho

Re: [USRP-users] N310 streaming documentation

2018-05-11 Thread Marcus D. Leech via USRP-users
On 05/11/2018 06:14 PM, Brent Stapleton wrote: The `type` should be n3xx, not n300. --args "addr=192.168.10.2,type=n3xx" Brent Ah. That's a change from N2xx and B2xx series. Might I suggest putting in synonyms, so that folks used to previous naming schemes won't become confused? On

Re: [USRP-users] N310 streaming documentation

2018-05-11 Thread Brent Stapleton via USRP-users
The `type` should be n3xx, not n300. --args "addr=192.168.10.2,type=n3xx" Brent On Fri, May 11, 2018 at 3:06 PM, Marcus D. Leech via USRP-users < usrp-users@lists.ettus.com> wrote: > On 05/11/2018 05:57 PM, Louis Brown via USRP-users wrote: > >> >> Is there documentation on getting the N310 str

Re: [USRP-users] N310 streaming documentation

2018-05-11 Thread Marcus D. Leech via USRP-users
On 05/11/2018 05:57 PM, Louis Brown via USRP-users wrote: Is there documentation on getting the N310 streaming interface working? I'm able to ping the SFP0 port at 192.168.10.2 and the on-board at 192.168.1.4, but uhd_find_devices and uhd_usrp_probe find nothing: uhd_usrp_probe --args "add

[USRP-users] N310 streaming documentation

2018-05-11 Thread Louis Brown via USRP-users
Is there documentation on getting the N310 streaming interface working?  I'm able to ping the SFP0 port at 192.168.10.2 and the on-board at 192.168.1.4, but uhd_find_devices and uhd_usrp_probe find nothing: uhd_usrp_probe --args "addr=192.168.10.2" [INFO] [UHD] linux; GNU C++ version 8.1.1 201