Re: [USRP-users] (no subject)

2019-09-07 Thread Dr. Rajesh Tiwari via USRP-users
HI Michael, Many thanks for prompt response. I encountered problem in installing module "gr-ieee802-11" as it seems requiring gnuradio-companion, version 3.8. I am not able to update my GRC version 3.7 to 3.8. Any suggestion, please let me know. Regards Rajesh On Fri, Sep 6, 2019 at 5:14 PM Mich

Re: [USRP-users] (no subject)

2019-09-07 Thread Ron Economos via USRP-users
There's a 3.7 version of gr-ieee802-11. In the gr-ieee802-11 directory, type: git checkout maint3.7 Ron On 9/7/19 03:52, Dr. Rajesh Tiwari via USRP-users wrote: HI Michael, Many thanks for prompt response. I encountered problem in installing module "gr-ieee802-11" as it seems requiring gnur

Re: [USRP-users] (no subject)

2019-09-07 Thread Ron Economos via USRP-users
Opps, should be: git checkout maint-3.7 Ron On 9/7/19 04:05, Ron Economos via USRP-users wrote: There's a 3.7 version of gr-ieee802-11. In the gr-ieee802-11 directory, type: git checkout maint3.7 Ron On 9/7/19 03:52, Dr. Rajesh Tiwari via USRP-users wrote: HI Michael, Many thanks for p

Re: [USRP-users] (no subject)

2019-09-07 Thread Dr. Rajesh Tiwari via USRP-users
Hi Ron, Thanks for response. I think I am bit confused here..., I am trying to install from https://github.com/bastibl/gr-ieee802-11 and I am getting error. Regards Rajesh On Sat, Sep 7, 2019 at 12:07 PM Ron Economos via USRP-users < usrp-users@lists.ettus.com> wrote: > Opps, should be: > > git

Re: [USRP-users] (no subject)

2019-09-07 Thread Ron Economos via USRP-users
Okay, here's the complete set of instructions. git clone https://github.com/bastibl/gr-ieee802-11.git cd gr-ieee802-11/ git checkout maint-3.7 mkdir build cd build cmake ../ make sudo make install sudo ldconfig Make sure you use the correct install prefix in the cmake step. You can dete

Re: [USRP-users] Addsub HLS Block Error

2019-09-07 Thread d.des via USRP-users
I wonder if you have successfully used this block with grc or if you were just using it with uhd. When I try to use the 2-input, 1-output block in grc I get: "RuntimeError: Invalid stream args." this looks like same issue as http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2018-August/0

Re: [USRP-users] (no subject)

2019-09-07 Thread Michael Dickens via USRP-users
Hi Rajesh - CMake found your GR38 install, not your GR37 install. You should pick GR37 or GR38 and go with just it, and remove the one you're not going with. Then, pick the same branch of gr-ieee802-11. Hope this is useful! - MLD On Sat, Sep 7, 2019 at 9:47 AM Dr. Rajesh Tiwari via USRP-users < us

Re: [USRP-users] (no subject)

2019-09-07 Thread Dr. Rajesh Tiwari via USRP-users
Thanks Michael, I removed and tried to install properly gnuradio, and I get the following test fail. 97% tests passed, 10 tests failed out of 364 Total Test time (real) = 237.56 sec The following tests FAILED: 243 - qa_polar_decoder_sc (Failed) 244 - qa_polar_decoder_sc_list (Failed) 245 - qa_po