Re: [USRP-users] Having Installation Recognition Of Ettus E310

2017-07-31 Thread Matheou, Konstantin J. (GRC-LCI0)[ZIN TECHNOLOGIES INC] via USRP-users
Thank you very much for the clarification Mark. Btw, I was using the B210 just until I received the E310... There will be not integration of the two... The plan is to just use the E310. Unfortunately, I am a novice to linux. So, it seems my last step is to install SDK. The E310 is a 156333E-01

[USRP-users] Windows driver for B210

2017-07-31 Thread Anuja Kokil via USRP-users
Hello, I am working on GRC along with USRP. I tried installing it on Windows 8.. when it came about USB driver. I downloaded it from http://files.ettus.com/binaries/misc/erllc_uhd_winusb_driver.zip . but i found that it doesn't support for B210. Where can i get USB driver for B210..kindly help m

[USRP-users] Configuration of E310 USRP

2017-07-31 Thread Nauman Iqbal via USRP-users
Hi, I am looking at the UHD's initialization of radio parameters. Is there a possibility if we can use the PCIe interface and Labview comms to configure the radios and at same time configure the streamers to be using 10gig Ethernet to send/receive baseband streams? So the configuration is

Re: [USRP-users] Windows driver for B210

2017-07-31 Thread Derek Kozel via USRP-users
Hello Anuja, That zip contains the USB driver for the B210, it is the same as the B200. If you encounter an error message then unplug and replug the B210. This is a non-fatal error that is seen occasionally with different Windows versions. Regards, Derek On Mon, Jul 31, 2017 at 11:54 AM, Anuja K

Re: [USRP-users] Configuration of E310 USRP

2017-07-31 Thread Derek Kozel via USRP-users
Hello Nauman, I assume that you are using the X310 rather than the E310. It is not possible by default to use PCIe for configuration and control and then to use the SFP+ connections with Aurora for the sample streaming. The hardware could technically support such a configuration, but it would req

Re: [USRP-users] Configuration of E310 USRP

2017-07-31 Thread Nauman Iqbal via USRP-users
Yes, You are right I am using X310. Thankyou for your quick response. Regards Nauman From: Derek Kozel [mailto:derek.ko...@ettus.com] Sent: 31 July 2017 16:10 To: Iqbal N Mr (Elec Electronic Eng) Cc: usrp-users@lists.ettus.com Subject: Re: [USRP-users] Configuration of E310 USRP Hello Nauman,

Re: [USRP-users] Having Installation Recognition Of Ettus E310 - Suggestions in Installing SDK for E310

2017-07-31 Thread Matheou, Konstantin J. (GRC-LCI0)[ZIN TECHNOLOGIES INC] via USRP-users
OK... I got a little further with the Install of SDK Also, have been reading up on Linux in general and its various commands... I ran the below command, after giving it permissions to run as an executable. ./oecore-x86_64-armv7ahf-vfp-neon-toolchain-nodistro.0.sh Everything worked and I r

[USRP-users] X310 Channel Command Issue

2017-07-31 Thread Mark Koenig via USRP-users
I am having issue communicating with both channels on the X310. I have 2 UBX-40 daughtercards installed in the x310, and am using the 10 Gig port as well as the 1 Gig port, with the intention to use one port to control one channel and the other card to control the other channel. Also, I am wor

Re: [USRP-users] X310 Channel Command Issue

2017-07-31 Thread Marcus D. Leech via USRP-users
What version of UHD are you using? We'd need to see the part of your code that sets up the motherboard, etc. We don't have enough details to diagnose your problem. On 2017-07-31 12:32, Mark Koenig via USRP-users wrote: > I am having issue communicating with both channels on the X310. I have

Re: [USRP-users] X310 Channel Command Issue

2017-07-31 Thread Mark Koenig via USRP-users
I am using version 003.008.004. I am uncertain of what part of the code you are referring to that sets up the motherboard. From: "mle...@ripnet.com" Date: Monday, July 31, 2017 at 12:41 PM To: Mark Koenig Cc: "usrp-users@lists.ettus.com" Subject: Re: [USRP-users] X310 Channel Command Issue

Re: [USRP-users] X310 Channel Command Issue

2017-07-31 Thread Marcus D. Leech via USRP-users
You'll need a much-more-recent version of UHD to support dual-ethernet mode. We need to see the part of your code that creates the usrp device object, specifies the device address details, etc, and also how you create your streamers. On 2017-07-31 12:46, Mark Koenig wrote: > I am using version

Re: [USRP-users] X310 Channel Command Issue

2017-07-31 Thread Mark Koenig via USRP-users
What is the minimum UHD version required? From: "mle...@ripnet.com" Date: Monday, July 31, 2017 at 1:11 PM To: Mark Koenig Cc: "usrp-users@lists.ettus.com" Subject: Re: [USRP-users] X310 Channel Command Issue You'll need a much-more-recent version of UHD to support dual-ethernet mode. We nee

Re: [USRP-users] X310 Channel Command Issue

2017-07-31 Thread Mark Koenig via USRP-users
Can I use one 10Gig connection to task both channels in the x310? From: "mle...@ripnet.com" Date: Monday, July 31, 2017 at 1:11 PM To: Mark Koenig Cc: "usrp-users@lists.ettus.com" Subject: Re: [USRP-users] X310 Channel Command Issue You'll need a much-more-recent version of UHD to support dua

Re: [USRP-users] X310 Channel Command Issue

2017-07-31 Thread Marcus D. Leech via USRP-users
On 07/31/2017 01:22 PM, Mark Koenig wrote: Can I use one 10Gig connection to task both channels in the x310? Absolutely. A "multi-usrp" object can contain streams from multiple devices, and single or dual streams from a single device. For your case, you use the subdev specification: "A:0

Re: [USRP-users] Having Installation Recognition Of Ettus E310 - Suggestions in Installing SDK for E310

2017-07-31 Thread Martin Braun via USRP-users
Did you source the environment script before you ran cmake? -- M On 07/31/2017 09:32 AM, Matheou, Konstantin J. (GRC-LCI0)[ZIN TECHNOLOGIES INC] via USRP-users wrote: > OK… I got a little further with the Install of SDK…. Also, have been > reading up on Linux in general and its various commands

Re: [USRP-users] X310 Channel Command Issue

2017-07-31 Thread Marcus D. Leech via USRP-users
You'll find this information useful: https://kb.ettus.com/Using_Dual_10_Gigabit_Ethernet_on_the_USRP_X300/X310 On 2017-07-31 13:13, Mark Koenig wrote: > What is the minimum UHD version required? > > FROM: "mle...@ripnet.com" > DATE: Monday, July 31, 2017 at 1:11 PM > TO: Mark Koenig > CC: