Re: [USRP-users] X300 new user

2018-04-02 Thread Martin Braun via USRP-users
On 03/23/2018 10:41 AM, Marcus D. Leech via USRP-users wrote: > On 03/23/2018 01:30 PM, Rob Kossler wrote: >> I had the same issue today.  but, I had done a "make install" >> previously.  I fixed by setting the environment variable UHD_RFNOC_DIR >> to point to the correct install folder, in my case

Re: [USRP-users] X300 new user

2018-03-23 Thread Matis Alun via USRP-users
you got it! I had a previous installation of the UHD library (needed by gnuradio - which I don't use to drive ettus hardware). After a sudo make install of my compiled version, all is ok. But it is a little bit confusing that a fresh compiled version don't work without a make install step. Than

Re: [USRP-users] X300 new user

2018-03-23 Thread Derek Kozel via USRP-users
This function in UHD will first look for the environmental variable and then use the UHD installation path to look for the xml files. https://github.com/EttusResearch/uhd/blob/8bb15ee133ea98d6755d392b8493966c785291dd/host/lib/rfnoc/blockdef_xml_impl.cpp#L155 which calls https://github.com/EttusRes

Re: [USRP-users] X300 new user

2018-03-23 Thread Rob Kossler via USRP-users
Hi Derek, Yesterday, I did a "git pull" and "make" of the "maint" HEAD. This was on a computer that had not been used in several months. The previous version was definitely 3.10, but I don't know how old. Anyway, following the build, I could run the examples without getting any error message.

Re: [USRP-users] X300 new user

2018-03-23 Thread Derek Kozel via USRP-users
Hi Rob, The default path for UHD_RFNOC_DIR is configured automatically at build time. The requirement has not changed since UHD 3.10. What version of UHD were you building when you encountered the problem. It is not impossible that this is a bug, though I do not believe that there have been any c

Re: [USRP-users] X300 new user

2018-03-23 Thread Rob Kossler via USRP-users
This necessity for setting UHD_RFNOC_DIR should probably be added to the UHD manual. On Fri, Mar 23, 2018 at 2:15 PM, Derek Kozel via USRP-users < usrp-users@lists.ettus.com> wrote: > Hello Matis, > > UHD uses RFNoC internally at all times since the 3.10.0.0 release. The XML > files are needed fo

Re: [USRP-users] X300 new user

2018-03-23 Thread Derek Kozel via USRP-users
Hello Matis, UHD uses RFNoC internally at all times since the 3.10.0.0 release. The XML files are needed for standard operation. It does not expose the full API or set of features unless the rfnoc-devel branch is used. Regards, Derek On Fri, Mar 23, 2018 at 6:05 PM, Matis Alun via USRP-users < u

Re: [USRP-users] X300 new user

2018-03-23 Thread Matis Alun via USRP-users
yes, I missed the make install because I thought that it was optionnal. Tell me if I wrong: RFnoc is not used since we use multi_usrp wright ? in this case, xml files are also needed ? Thanks. matis Le 23/03/2018 à 17:35, Marcus D. Leech via USRP-users a écrit : > On 03/23/2018 12:30 PM, Matis

Re: [USRP-users] X300 new user

2018-03-23 Thread Marcus D. Leech via USRP-users
On 03/23/2018 01:30 PM, Rob Kossler wrote: I had the same issue today. but, I had done a "make install" previously. I fixed by setting the environment variable UHD_RFNOC_DIR to point to the correct install folder, in my case "HOME/uhd/maint/share/uhd/rfnoc/" Rob So, perhaps Martin could com

Re: [USRP-users] X300 new user

2018-03-23 Thread Rob Kossler via USRP-users
I had the same issue today. but, I had done a "make install" previously. I fixed by setting the environment variable UHD_RFNOC_DIR to point to the correct install folder, in my case "HOME/uhd/maint/share/uhd/rfnoc/" Rob On Fri, Mar 23, 2018 at 12:35 PM, Marcus D. Leech via USRP-users < usrp-user

Re: [USRP-users] X300 new user

2018-03-23 Thread Marcus D. Leech via USRP-users
On 03/23/2018 12:30 PM, Matis Alun via USRP-users wrote: yes of course: total 76 -rw-r--r--. 1 root root 1433 2 nov. 2016 addsub.xml -rw-r--r--. 1 root root 363 2 nov. 2016 block.xml -rw-r--r--. 1 root root 2944 2 nov. 2016 ddc_single.xml -rw-r--r--. 1 root root 3875 2 nov. 2016 dd

Re: [USRP-users] X300 new user

2018-03-23 Thread Matis Alun via USRP-users
yes of course: total 76 -rw-r--r--. 1 root root 1433  2 nov.   2016 addsub.xml -rw-r--r--. 1 root root  363  2 nov.   2016 block.xml -rw-r--r--. 1 root root 2944  2 nov.   2016 ddc_single.xml -rw-r--r--. 1 root root 3875  2 nov.   2016 ddc.xml -rw-r--r--. 1 root root 1677  2 nov.   2016 dma_fifo.x

Re: [USRP-users] X300 new user

2018-03-23 Thread Marcus D. Leech via USRP-users
On 03/23/2018 11:30 AM, Matis Alun via USRP-users wrote: yes, I have a /usr/share/uhd/rfnoc/blocks directory with several xml files. matis Could you do an ls -l on that directory and share it with us? Le 23/03/2018 à 16:20, Marcus D. Leech via USRP-users a écrit : On 03/23/2018 10:3

Re: [USRP-users] X300 new user

2018-03-23 Thread Matis Alun via USRP-users
yes, I have  a /usr/share/uhd/rfnoc/blocks directory with several xml files. matis Le 23/03/2018 à 16:20, Marcus D. Leech via USRP-users a écrit : > On 03/23/2018 10:32 AM, Matis Alun via USRP-users wrote: >> >> Hi, >> >> I've been working with N210 for a long time now with very successful story

Re: [USRP-users] X300 new user

2018-03-23 Thread Marcus D. Leech via USRP-users
On 03/23/2018 10:32 AM, Matis Alun via USRP-users wrote: Hi, I've been working with N210 for a long time now with very successful story. I recently buy an x300 with TwinRX and I try do run the demo examples (so I am in the very first stage of testing). I compiled the uhd 3.010.003 with succ

[USRP-users] X300 new user

2018-03-23 Thread Matis Alun via USRP-users
Hi, I've been working with N210 for a long time now with very successful story. I recently buy an x300 with TwinRX and I try do run the demo examples (so I am in the very first stage of testing). I compiled the uhd 3.010.003 with succes and I can pinf the X300 at ip 192.168.10.2. I upload the f