B100 error

Yesyterday I installed gnuradio using script by Marcus. While running
usrp_spectrum_sense.py it it is throwing following error

UHD Error:
Got a data packet with unknown SID 336593408

UHD Error:
Got a data packet with unknown SID 336593408

UHD Error:
Got a data packet with unknown SID 336593408

UHD Error:
Got a data packet with unknown SID 336593408

UHD Error:
Got a data packet with unknown SID 336593408

the SID keeps changing although … While I saw I similar problem earlier
in
this
thread(http://old.nabble.com/uhd-b100-problems-td33345827.html#a33345827
)
but I am afraid that the problem still persists :frowning:

my UHD version is uhd-images_003.004.001-109-g6ca39ad9

Thanks


Sumit Kr.
Research Assistant
Communication Research center
IIIT Hyderabad
India

View this message in context:
http://old.nabble.com/b100-error-tp33991288p33991288.html
Sent from the GnuRadio mailing list archive at Nabble.com.

the SID keeps changing although … While I saw I similar problem earlier in
this
thread(http://old.nabble.com/uhd-b100-problems-td33345827.html#a33345827 )
but I am afraid that the problem still persists :frowning:

my UHD version is uhd-images_003.004.001-109-g6ca39ad9

This is an RX issue. I really swear I had nailed this down a while ago.
Do you mind trying an update?

It looks like you are using the master branch.
I would update the host code and grab images here:
http://files.ettus.com/binaries/master_images/

-josh

Hi Josh,
Did you update the code :slight_smile:

Josh B.-3 wrote:

my UHD version is uhd-images_003.004.001-109-g6ca39ad9

Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page


Sumit Kr.
Research Assistant
Communication Research center
IIIT Hyderabad
India

View this message in context:
http://old.nabble.com/b100-error-tp33991288p33995193.html
Sent from the GnuRadio mailing list archive at Nabble.com.

2012/6/11 Josh B. [email protected]:

Do you mind trying an update?
I have experienced the same issue with B100 and UHD:
linux; GNU C++ version 4.6.3; Boost_104900;
UHD_003.004.002-137-g49d4f8e4

the FPGA master images:
003.004.001-109-g6ca39ad9
Wed Apr 25 19:13:06 PDT 2012

the SID message appears in first overrun and after this the B100
device needs to power down otherwise the SID message not disappears.

I tried various combinations of versions from git repo (main, master,
next) with the respective images and the problem persist. I use Gentoo
Linux 64bit, kernel 3.4.0, glibc 2.15, gcc 4.6.3


Sumit Kr.
Research Assistant
Communication Research center
IIIT Hyderabad
India


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page


Cumprimentos,

José Quaresma

I think the problem is related to the host code, because i have an
UBUNTU installations where the SID message appears less times and b100
hardware no need a reboot to working correctly.

In GENTOO i have this version of the UHD:

linux; GNU C++ version 4.6.3; Boost_104900;
UHD_003.004.002-137-g49d4f8e4

cat /usr/share/uhd/images/003.004.001.tag
003.004.001-109-g6ca39ad9
Wed Apr 25 19:13:06 PDT 2012

md5sum /usr/share/uhd/images/usrp_b100_fpga.bin
/usr/share/uhd/images/usrp_b100_fw.ihx
4016e7efd022cb9f7c7be7ecfcd89d16
/usr/share/uhd/images/usrp_b100_fpga.bin
622e25ca14ac6bd4fbb518b32dbf58d6 /usr/share/uhd/images/usrp_b100_fw.ihx

I have my B100 with SBX about one week and in GENTOO freezes
constantly but in UBUNTU this happens less times.
I will try to compile UHD host code with the same “BOOST” version of
ubuntu in my gentoo to view if the problem persisting and then inform
the result.

Best regards,
Jose Quaresma

2012/6/11 Josh B. [email protected]:

-josh

the SID keeps changing although … While I saw I similar problem earlier

Sumit Kr.


Sumit Kr.
Research Assistant
Communication Research center
IIIT Hyderabad
India


Cumprimentos,
José Quaresma

Josh B. wrote in post #1064101:

Alright, I am getting out my big hammer. Not only will this code be
fixed, but a new feature will be added!

-josh

While Josh is wielding the big hammer has anyone found a way to
work-around other than a power off reboot?

Josh, any guestimate on an ETA so we do not nag? (no pressure, take your
time to do it right).

On 06/11/2012 10:51 AM, sumitstop wrote:

Hi Josh,
Did you update the code :slight_smile:

Alright, I am getting out my big hammer. Not only will this code be
fixed, but a new feature will be added!

-josh

On Mon, Jun 11, 2012 at 1:19 PM, Josh B. [email protected] wrote:

Alright, I am getting out my big hammer. Not only will this code be
fixed, but a new feature will be added!

-josh

Hi Josh,

Has the big hammer been acquired? I still get these control errors all
the
time, requiring manual intervention (ie, un-powering and re-powering the
radio) to recover. This means I cant use USRP remotely which will
severely
limit my ability to use Ettus hardware…

Thanks,
Matt.

Hello to all

After compiling with different versions of the library BOOST
(1.46.1,1.47.0,1.48.0,1.49.0) the problem remained, so it is not the
library BOOST the blame of the SID message problem.
But in my case the problem has become much less evident after
recompile the library LIBUSB, what I think happened was that the
library will have built with gcc4.5.3 (x86_64-pc-linux-gnu-4.5.3) and
compiled after with gcc-4.6.3 (x86_64-pc-linux-gnu-4.6.3) the SID
message problem rarely manifests itself.

I currently have libusb-1.0.9 and rarely see the SID messages, t think
the problem is related to libusb in my case

Linux
uname -a
Linux radio 3.4.4-gentoo #1 SMP PREEMPT Mon Jun 25 10:58:07 WEST 2012
x86_64 Intel(R) Core™ i7 CPU 950 @ 3.07GHz GenuineIntel GNU/Linux
gcc-4.6.3 (x86_64-pc-linux-gnu-4.6.3)
glibc-2.15

UHD
linux; GNU C++ version 4.6.3; Boost_104900;
UHD_003.004.002-162-g485fe587

UHD-image
003.004.001-109-g6ca39ad9
Wed Apr 25 19:13:06 PDT 2012

Best regards,
Jose Quaresma

2012/6/12 tzopik [email protected]:

Wed Apr 25 19:13:06 PDT 2012
ubuntu in my gentoo to view if the problem persisting and then inform

I’m looking into this. I really thought I squashed this bug, so please

thread(http://old.nabble.com/uhd-b100-problems-td33345827.html#a33345827
files.ettus.com:/binaries/master_images/
IIIT Hyderabad


José Quaresma

Cumprimentos,

José Quaresma

I was getting both, however moving to a physical platform (instead of
VM)
seems to have resolved a few isues, the control problems are still an
issue. I’ll see if I can pull the new branch and try the new driver.

On 07/10/2012 10:25 AM, Matt M. wrote:

Has the big hammer been acquired? I still get these control errors all the
time, requiring manual intervention (ie, un-powering and re-powering the
radio) to recover. This means I cant use USRP remotely which will severely
limit my ability to use Ettus hardware…

I was waiting to announce the work until I get the E100 work squashed.
But you can grab the next branch, it has B100 bus work and timed
commands capability. Its worth trying.

But I’m not sure that this was related to your USB issue. I have a vague
recollection, and I recall the USB driver was crashing and unrecoverable
after the process was killed.

FWIW, as the code stands now, on the latest release and up, the FX2 is
reset and remunerated if its uncommunicable for some reason (so long as
the control endpoint to the FX2 remains up). But is that not working for
you?

-josh