[USRP-users] Re: What do I need to do to make uhd_usrp_probe see my custom RFNOC module?

2023-03-01 Thread Brian Padalino
On Wed, Mar 1, 2023 at 8:59 AM Gwenhael Goavec-Merou wrote: > On Wed, 1 Mar 2023 07:20:22 -0500 > Brian Padalino wrote: > > > On Wed, Mar 1, 2023 at 5:40 AM Vermeulen, Bas (Consultant) via > USRP-users < > > usrp-users@lists.ettus.com> wrote: > > > > > Just to answer my own question: > > > > >

[USRP-users] Re: What do I need to do to make uhd_usrp_probe see my custom RFNOC module?

2023-03-01 Thread Gwenhael Goavec-Merou
On Wed, 1 Mar 2023 07:20:22 -0500 Brian Padalino wrote: > On Wed, Mar 1, 2023 at 5:40 AM Vermeulen, Bas (Consultant) via USRP-users < > usrp-users@lists.ettus.com> wrote: > > > Just to answer my own question: > > > > Run uhd_usrp_probe with LD_PRELOAD=/usr/lib/librfnoc-module.so > >

[USRP-users] Re: What do I need to do to make uhd_usrp_probe see my custom RFNOC module?

2023-03-01 Thread Brian Padalino
On Wed, Mar 1, 2023 at 5:40 AM Vermeulen, Bas (Consultant) via USRP-users < usrp-users@lists.ettus.com> wrote: > Just to answer my own question: > > Run uhd_usrp_probe with LD_PRELOAD=/usr/lib/librfnoc-module.so > uhd_usrp_probe and it will be able to find the RFNOC modules. > The same for any

[USRP-users] Re: What do I need to do to make uhd_usrp_probe see my custom RFNOC module?

2023-03-01 Thread Vermeulen, Bas (Consultant) via USRP-users
Just to answer my own question: Run uhd_usrp_probe with LD_PRELOAD=/usr/lib/librfnoc-module.so uhd_usrp_probe and it will be able to find the RFNOC modules. The same for any test programs you use, those need the LD_PRELOAD as well. Regards, Bas Vermeulen From: