Re: [Discuss-gnuradio] gr-ieee-80211: UDP Warning and another error

2019-07-25 Thread Sumit Kumar
Hi Johannes, Thanks, it works now, but the input will be without quotes, i.e., False not `False`. Regards Sumit On Thu, Jul 25, 2019 at 10:22 AM Johannes Demel wrote: > Hi Sumit, > > this is not an installation error. Your configuration is wrong. The > argument `enb` must be of type bool but it

Re: [Discuss-gnuradio] gr-ieee-80211: UDP Warning and another error

2019-07-25 Thread Johannes Demel
Hi Sumit, this is not an installation error. Your configuration is wrong. The argument `enb` must be of type bool but it is a string in your case. I assume you use GRC to generate this flowgraph. Open your USRP source block. Go to the `FE Corrections` tab and put in `False` in both fields. No `,

Re: [Discuss-gnuradio] gr-ieee-80211: UDP Warning and another error

2019-07-24 Thread Sumit Kumar
Hi Michael, Any update on this? I downgraded my install of uhd and gnuradio as follows but I have the same error. Traceback (most recent call last): File "/home/sumit/Desktop/top_block.py", line 122, in main() File "/home/sumit/Desktop/top_block.py", line 110, in main tb = top_block_c

Re: [Discuss-gnuradio] gr-ieee-80211: UDP Warning and another error

2019-06-27 Thread sumit kumar
Thats true, thanks. meanwhile the UDP problem is solved. I had to run the command as root :D not sudo. On Thu, 27 Jun 2019 at 20:07, Michael Dickens wrote: > I guess for your need so long as it works that's what matters, yes? > > We'll work on fixing the issue you found anyway ... seems like it'

Re: [Discuss-gnuradio] gr-ieee-80211: UDP Warning and another error

2019-06-27 Thread Michael Dickens
I guess for your need so long as it works that's what matters, yes? We'll work on fixing the issue you found anyway ... seems like it's legit & undesirable LOL. Good luck with your demo! - MLD On Thu, Jun 27, 2019, at 2:01 PM, sumit kumar wrote: > Well it worked after compiling old checkouts (b

Re: [Discuss-gnuradio] gr-ieee-80211: UDP Warning and another error

2019-06-27 Thread sumit kumar
Well it worked after compiling old checkouts (but not giving me the usual satisfaction of a fresh install... but anyways) On Thu, 27 Jun 2019 at 19:45, sumit kumar wrote: > Its overwhelming :D, I have a demo on Monday and I was 100% assured > gr-ieee-80211 will work as usual. > > Before I saw yo

Re: [Discuss-gnuradio] gr-ieee-80211: UDP Warning and another error

2019-06-27 Thread sumit kumar
Its overwhelming :D, I have a demo on Monday and I was 100% assured gr-ieee-80211 will work as usual. Before I saw your mail, I already checked out GR to 3.7.12, UHD to 003 009 006 and compiling now. Yes I used pybombs for installation. I have a USB with gnuradio installed into it. It works good

Re: [Discuss-gnuradio] gr-ieee-80211: UDP Warning and another error

2019-06-27 Thread Michael Dickens
Hmmm ... well the current UHD API for "set_auto_dc_offset" is "(bool, size_t)". Looks like the generated Python from gr-ieee-80211 is "set_auto_dc_offset("", 0)", which isn't compatible with the current UHD API for this method. Hmmm ... here's my best bet: gr-ieee802-11 uses the GR-provided GRC

Re: [Discuss-gnuradio] gr-ieee-80211: UDP Warning and another error

2019-06-27 Thread sumit kumar
Sure I will try that, meanwhile any tip on the other issue, i.e., *TypeError: in method 'usrp_source_sptr_set_auto_dc_offset', argument 2 of type 'bool'* Regards Sumit On Thu, 27 Jun 2019 at 18:54, Michael Dickens wrote: > I'm no expert on what to change here, but I'd guess there's another >

Re: [Discuss-gnuradio] gr-ieee-80211: UDP Warning and another error

2019-06-27 Thread Michael Dickens
I'm no expert on what to change here, but I'd guess there's another setting that's the correct one for your specific OS & version, and that "net.core.rmem_max" is the correct one for some other OS and/or version. Maybe do a quick internet search for how to change the UDP buffer size on your OS a

Re: [Discuss-gnuradio] gr-ieee-80211: UDP Warning and another error

2019-06-27 Thread sumit kumar
This happens after running *sudo sysctl -w net.core.rmem_max=5000* [INFO] [UHD] linux; GNU C++ version 7.4.0; Boost_106501; UHD_3.15.0.git-1-gf83faf28 [INFO] [USRP2] Opening a USRP2/N-Series device... [INFO] [USRP2] Current recv frame size: 1472 bytes [INFO] [USRP2] Current send frame size: 14

Re: [Discuss-gnuradio] gr-ieee-80211: UDP Warning and another error

2019-06-27 Thread sumit kumar
Hi Michael, Yes indeed, tried till 500, still no luck. Regards Sumit On Thu, 27 Jun 2019 at 18:30, Michael Dickens wrote: > Hi Sumit - Just out of curiosity, have you tried the command the warning > asks you to execute? > {{{ > sudo sysctl -w net.core.wmem_max=250 > }}} > If not then p

Re: [Discuss-gnuradio] gr-ieee-80211: UDP Warning and another error

2019-06-27 Thread Michael Dickens
Hi Sumit - Just out of curiosity, have you tried the command the warning asks you to execute? {{{ sudo sysctl -w net.core.wmem_max=250 }}} If not then please try it & see if that helps. - MLD On Thu, Jun 27, 2019, at 12:27 PM, sumit kumar wrote: > OS: Ubuntu 18.04 > Laptop: Dell Latitude 5490

[Discuss-gnuradio] gr-ieee-80211: UDP Warning and another error

2019-06-27 Thread sumit kumar
OS: Ubuntu 18.04 Laptop: Dell Latitude 5490 GNU Radio : 3.7.13.5 UHD : UHD_3.15.0.git-1-gf83faf28 SDR: Ettus N200 I did a fresh install today using pybombs. Then tried running wifi_rx.grc from gr-ieee-80211 package and flooded with errors. Never seen them before. Bold marked part is coming with a