[USRP-users] Re: B2XX radios don't continue on overflows

2021-08-12 Thread Philip Balister
Any chance this will fix the E3xx stalls in network mode from a while ago? Philip On 8/11/21 3:37 PM, Michael Dickens wrote: > For completion here: > > This is topic now a public UHD issue : > https://github.com/EttusResearch/uhd/issues/475 > > R&D's Michael West replied there "We are aware of

[USRP-users] Re: B2XX radios don't continue on overflows

2021-08-11 Thread Paul Atreides
this works great. I build from source and it worked. next i uninstalled and switched to a pybombs prefix. thanks so much for the help guys. Ron, this was a lifesaver for my workflow. really appreciate it. On Wed, Aug 11, 2021 at 4:54 PM Paul Atreides wrote: > Ok, I’ll definitely add this to 4.

[USRP-users] Re: B2XX radios don't continue on overflows

2021-08-11 Thread Paul Atreides
Ok, I’ll definitely add this to 4.0.0.0 and give it a whirl as soon as I’m in front of my machine again. > On Aug 11, 2021, at 14:31, Ron Economos wrote: > >  > Here's what's working for me. > > 1) git clone https://github.com/EttusResearch/uhd.git > > 2) git checkout v4.0.0.0 -b tmp > >

[USRP-users] Re: B2XX radios don't continue on overflows

2021-08-11 Thread Paul Atreides
No it doesn’t. In fact dmesg doesn’t show anything. I probably should’ve added UHD debug flags one of the times I recompiled. Can still do that to help get to the bottom of the issue but it sounds like Ettus is aware. > On Aug 11, 2021, at 13:04, Marcus D Leech wrote: > > When this happens

[USRP-users] Re: B2XX radios don't continue on overflows

2021-08-11 Thread Michael Dickens
For completion here: This is topic now a public UHD issue : https://github.com/EttusResearch/uhd/issues/475 R&D's Michael West replied there "We are aware of the issue and already have a fix in progress. It should be available within 2-4 weeks." On Wed, Aug 11, 2021 at 2:31 PM Ron Economos wrot

[USRP-users] Re: B2XX radios don't continue on overflows

2021-08-11 Thread Ron Economos
Here's what's working for me. 1) git clone https://github.com/EttusResearch/uhd.git 2) git checkout v4.0.0.0 -b tmp 3) edit the file host/lib/usrp/cores/rx_vita_core_3000.cpp and apply the one line patch in the correct place (before the comment "// issue the stream command").     _conti

[USRP-users] Re: B2XX radios don't continue on overflows

2021-08-11 Thread Marcus D Leech
When this happens, does dmesg show anything unusual with respect to that USB device? Sent from my iPhone > On Aug 11, 2021, at 12:40 PM, Paul Atreides wrote: > >  > just uninstalled and changed to origin/UHD4.1 and i have the same issue. > On branch UHD-4.1 > Your branch is up to date with '

[USRP-users] Re: B2XX radios don't continue on overflows

2021-08-11 Thread Paul Atreides
just uninstalled and changed to origin/UHD4.1 and i have the same issue. On branch UHD-4.1 Your branch is up to date with 'origin/UHD-4.1'. On Wed, Aug 11, 2021 at 12:23 PM Paul Atreides wrote: > just built uhd systemwide from source. no pybombs environment. same issue > rx_benchmark terminates

[USRP-users] Re: B2XX radios don't continue on overflows

2021-08-11 Thread Paul Atreides
just built uhd systemwide from source. no pybombs environment. same issue rx_benchmark terminates after the first dropped sample. maybe the patch didn't make it? or i'm on the wrong branch? i ran git checkout v4.1.0.1 then the regular dance ~/uhd$ git status HEAD detached at v4.1.0.1 nothing to co

[USRP-users] Re: B2XX radios don't continue on overflows

2021-08-11 Thread Marcus D. Leech
On 08/11/2021 10:42 AM, Paul Atreides wrote: right on. thanks marcus. i'm going to try a regular source build instead of pybombs and see if that fixes it (he said for the 200th time in his career). i just wanted 2 dev environments for gnuradio and that worked really well for 3.7/3.8. if you hav

[USRP-users] Re: B2XX radios don't continue on overflows

2021-08-11 Thread Paul Atreides
Ok, then what else could it be? it's the identical behavior to the report ed bug. I have a b210 and b205mini and both produce this issue Both have worked fine at higher sample rates in the past. My setup is ubuntu20.04 UHD 4.0 (via pybombs) GNURadio 3.9 (via pybombs) when I run the flowgraph in

[USRP-users] Re: B2XX radios don't continue on overflows

2021-08-11 Thread Michael Dickens
FYI Ron's patch is integrated in the UHD-4.0 and UHD-4.1 and master branches, and was in the UHD 4.1.0.0 release. It was not part of the UHD 4.0.0.0 release, and has not been backported to the UHD-3.15-LTS (or prior) branch. - MLD UHD-4.0 : https://github.com/EttusResearch/uhd/commit/3d9d68af799c7

[USRP-users] Re: B2XX radios don't continue on overflows

2021-08-10 Thread Paul Atreides
Thanks so much Ron. I Will test this first thing in the morning…although I guess technically it is morning. Talk soon > On Aug 11, 2021, at 02:17, Ron Economos wrote: > >  > I have a patch that I've tested to work well. In UHD v4.0.0.0, add this line > of code: > > diff --git a/host/lib/u

[USRP-users] Re: B2XX radios don't continue on overflows

2021-08-10 Thread Ron Economos
I have a patch that I've tested to work well. In UHD v4.0.0.0, add this line of code: diff --git a/host/lib/usrp/cores/rx_vita_core_3000.cpp b/host/lib/usrp/cores/rx_vita_core_3000.cpp index 4b09f75fd..368ae8e0a 100644 --- a/host/lib/usrp/cores/rx_vita_core_3000.cpp +++ b/host/lib/usrp/cores/r