Send USRP-users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of USRP-users digest..."


Today's Topics:

   1. Re: UHD make test failed (Ting Wu)
   2. Re: UHD make test failed (Marcus D. Leech)
   3. Re: UHD make test failed (Marcus D. Leech)
   4. Re: UHD make test failed (Ting Wu)
   5. data packet with unknown SID [USRP B100] (Joel Brinton)
   6. Re: data packet with unknown SID [USRP B100]
      (Ralph A. Schmid, dk5ras)
   7. Re: GPSDO on N210 problem (Sam mite)
   8. about overflow on laptop (????)
   9. Re: about overflow on laptop (Ting Wu)


----------------------------------------------------------------------

Message: 1
Date: Mon, 22 Apr 2013 11:18:24 +0900
From: "Ting Wu" <[email protected]>
To: <[email protected]>
Cc: [email protected]
Subject: Re: [USRP-users] UHD make test failed
Message-ID:
        <[email protected]>
Content-Type: text/plain;       charset="us-ascii"

Hi,

I upgraded the OS to Ubuntu 12.04, and now it does not have the error.
However, when I use build-gnuradio script, it failed to download the image
files:

Starting function firmware at: Mon Apr 22 11:00:23 JST 2013
Fetching and installing FPGA/Firmware images via wget...
ls: cannot access *.gz: No such file or directory
Failed to download any usable images file from:
http://files.ettus.com/uhd_releases/master_images

Is the server down?

Best,

Ting Wu

-----Original Message-----
From: Josh Blum [mailto:[email protected]] On Behalf Of Josh Blum
Sent: Saturday, April 20, 2013 2:58 AM
To: Ting Wu
Cc: [email protected]
Subject: Re: [USRP-users] UHD make test failed



On 04/19/2013 02:13 AM, Ting Wu wrote:
> Hi,
> 
> UHD should be the newest version. I have just got it by git clone 
> git://github.com/EttusResearch/uhd.git
> CPU 64 bit
> OS: Ubuntu 10.04
> 
> About the tests, do you mean like this:

Try it just like this, you should see something like this output:
http://pastebin.com/DYKAUcjH

I am going to try and reproduce this on the same OS version. If anything its
probably just a rounding issue in the unit test. It would probably be OK to
continue using the build.

-josh

> 
> lrg@FKCL:~/gnuradio/uhd/host/build$ ctest -V -R time_spec_test 
> UpdateCTestConfiguration  from 
> :/home/lrg/gnuradio/uhd/host/build/DartConfiguration.tcl
> UpdateCTestConfiguration  from
> :/home/lrg/gnuradio/uhd/host/build/DartConfiguration.tcl
> Test project /home/lrg/gnuradio/uhd/host/build Constructing a list of 
> tests Done constructing a list of tests Checking test dependency 
> graph...
> test 14
>     Start 14: time_spec_test
> 
> 14: Test command: /bin/sh
> /home/lrg/gnuradio/uhd/host/build/tests/time_spec_test_test.sh
> 14: Test timeout computed to be: 9.99988e+06
> 14: /home/lrg/gnuradio/uhd/host/build/tests/time_spec_test_test.sh: 4:
> time_spec_test: not found
> 1/1 Test #14: time_spec_test ...................***Failed    0.00 sec
> 
> 0% tests passed, 1 tests failed out of 1
> 
> Total Test time (real) =   0.01 sec
> 
> The following tests FAILED:
>        14 - time_spec_test (Failed)
> Errors while running CTest
> 
> lrg@FKCL:~/gnuradio/uhd/host/build$ ctest -V -R vrt_test 
> UpdateCTestConfiguration  from 
> :/home/lrg/gnuradio/uhd/host/build/DartConfiguration.tcl
> UpdateCTestConfiguration  from
> :/home/lrg/gnuradio/uhd/host/build/DartConfiguration.tcl
> Test project /home/lrg/gnuradio/uhd/host/build Constructing a list of 
> tests Done constructing a list of tests Checking test dependency 
> graph...
> test 15
>     Start 15: vrt_test
> 
> 15: Test command: /bin/sh
> /home/lrg/gnuradio/uhd/host/build/tests/vrt_test_test.sh
> 15: Test timeout computed to be: 9.99988e+06
> 15: /home/lrg/gnuradio/uhd/host/build/tests/vrt_test_test.sh: 4: vrt_test:
> not found
> 1/1 Test #15: vrt_test .........................***Failed    0.00 sec
> 
> 0% tests passed, 1 tests failed out of 1
> 
> Total Test time (real) =   0.01 sec
> 
> The following tests FAILED:
>        15 - vrt_test (Failed)
> Errors while running CTest
> 
> 
> Thanks!
> 
> Ting Wu
> 
> 
> 
> 
> -----Original Message-----
> From: Josh Blum [mailto:[email protected]] On Behalf Of Josh Blum
> Sent: Friday, April 19, 2013 3:35 PM
> To: [email protected]
> Cc: [email protected]
> Subject: Re: [USRP-users] UHD make test failed
> 
> Sorry, I should have checked this list first before replying. I guess 
> its USRP specific so this list is more appropriate:
> 
> Its possible this is related to a recent fix.
> Can you tell me the following:
> 
> * Version of uhd?
> * CPU 32 or 64 bit?
> * OS version?
> 
> You can run these tests from the build directory, send the output 
> verbose
> please:
> 
> * tests/time_spec_test
> * tests/vrt_test
> 
> Thanks!
> -josh
> 
> On 04/19/2013 01:31 AM, Ting Wu wrote:
>> Hi all,
>>
>>  
>>
>> I used to use build-gnuradio script to build gnuradio and uhd. 
>> Usually everything is fine, but today when I run the script, it 
>> always stops with "UHD build apparently failed". So I am trying to 
>> build from the source. When I run make test, it shows following errors:
>>
>>  
>>
>> lrg@FKCL:~/gnuradio/uhd/host/build$ make test
>>
>> Running tests...
>>
>> Test project /home/lrg/gnuradio/uhd/host/build
>>
>>       Start  1: addr_test
>>
>> 1/15 Test  #1: addr_test ........................   Passed    0.01 sec
>>
>>       Start  2: buffer_test
>>
>> 2/15 Test  #2: buffer_test ......................   Passed    0.03 sec
>>
>>       Start  3: byteswap_test
>>
>> 3/15 Test  #3: byteswap_test ....................   Passed    0.02 sec
>>
>>       Start  4: convert_test
>>
>> 4/15 Test  #4: convert_test .....................   Passed    0.21 sec
>>
>>      Start  5: dict_test
>>
>> 5/15 Test  #5: dict_test ........................   Passed    0.01 sec
>>
>>       Start  6: error_test
>>
>> 6/15 Test  #6: error_test .......................   Passed    0.01 sec
>>
>>       Start  7: gain_group_test
>>
>> 7/15 Test  #7: gain_group_test ..................   Passed    0.01 sec
>>
>>       Start  8: msg_test
>>
>> 8/15 Test  #8: msg_test .........................   Passed    0.01 sec
>>
>>       Start  9: property_test
>>
>> 9/15 Test  #9: property_test ....................   Passed    0.01 sec
>>
>>       Start 10: ranges_test
>>
>> 10/15 Test #10: ranges_test ......................   Passed    0.01 sec
>>
>>       Start 11: sph_recv_test
>>
>> 11/15 Test #11: sph_recv_test ....................   Passed    0.06 sec
>>
>>       Start 12: sph_send_test
>>
>> 12/15 Test #12: sph_send_test ....................   Passed    0.01 sec
>>
>>       Start 13: subdev_spec_test
>>
>> 13/15 Test #13: subdev_spec_test .................   Passed    0.01 sec
>>
>>       Start 14: time_spec_test
>>
>> 14/15 Test #14: time_spec_test ...................***Failed    0.00 sec
>>
>>       Start 15: vrt_test
>>
>> 15/15 Test #15: vrt_test .........................***Failed    0.00 sec
>>
>>  
>>
>> 87% tests passed, 2 tests failed out of 15
>>
>>  
>>
>> Total Test time (real) =   0.46 sec
>>
>>  
>>
>> The following tests FAILED:
>>
>>               14 - time_spec_test (Failed)
>>
>>               15 - vrt_test (Failed)
>>
>> Errors while running CTest
>>
>> make: *** [test] Error 8
>>
>>  
>>
>> How should I fix this problem?
>>
>> Thanks in advance.
>>
>>  
>>
>> Ting Wu
>>
>>  
>>
>>
>>
>>
>> _______________________________________________
>> USRP-users mailing list
>> [email protected]
>> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>>
> 




------------------------------

Message: 2
Date: Sun, 21 Apr 2013 22:25:24 -0400
From: "Marcus D. Leech" <[email protected]>
To: [email protected]
Subject: Re: [USRP-users] UHD make test failed
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

On 21/04/13 10:18 PM, Ting Wu wrote:
> Hi,
>
> I upgraded the OS to Ubuntu 12.04, and now it does not have the error.
> However, when I use build-gnuradio script, it failed to download the image
> files:
>
> Starting function firmware at: Mon Apr 22 11:00:23 JST 2013
> Fetching and installing FPGA/Firmware images via wget...
> ls: cannot access *.gz: No such file or directory
> Failed to download any usable images file from:
> http://files.ettus.com/uhd_releases/master_images
>
> Is the server down?
>
> Best,
>
> Ting Wu
>
> -----Original Message-----
> From: Josh Blum [mailto:[email protected]] On Behalf Of Josh Blum
> Sent: Saturday, April 20, 2013 2:58 AM
> To: Ting Wu
> Cc: [email protected]
> Subject: Re: [USRP-users] UHD make test failed
>
>
>
> On 04/19/2013 02:13 AM, Ting Wu wrote:
>> Hi,
>>
>> UHD should be the newest version. I have just got it by git clone 
>> git://github.com/EttusResearch/uhd.git
>> CPU 64 bit
>> OS: Ubuntu 10.04
>>
>> About the tests, do you mean like this:
> Try it just like this, you should see something like this output:
> http://pastebin.com/DYKAUcjH
>
> I am going to try and reproduce this on the same OS version. If anything its
> probably just a rounding issue in the unit test. It would probably be OK to
> continue using the build.
>
> -josh
>
>> lrg@FKCL:~/gnuradio/uhd/host/build$ ctest -V -R time_spec_test 
>> UpdateCTestConfiguration  from 
>> :/home/lrg/gnuradio/uhd/host/build/DartConfiguration.tcl
>> UpdateCTestConfiguration  from
>> :/home/lrg/gnuradio/uhd/host/build/DartConfiguration.tcl
>> Test project /home/lrg/gnuradio/uhd/host/build Constructing a list of 
>> tests Done constructing a list of tests Checking test dependency 
>> graph...
>> test 14
>>     Start 14: time_spec_test
>>
>> 14: Test command: /bin/sh
>> /home/lrg/gnuradio/uhd/host/build/tests/time_spec_test_test.sh
>> 14: Test timeout computed to be: 9.99988e+06
>> 14: /home/lrg/gnuradio/uhd/host/build/tests/time_spec_test_test.sh: 4:
>> time_spec_test: not found
>> 1/1 Test #14: time_spec_test ...................***Failed    0.00 sec
>>
>> 0% tests passed, 1 tests failed out of 1
>>
>> Total Test time (real) =   0.01 sec
>>
>> The following tests FAILED:
>>       14 - time_spec_test (Failed)
>> Errors while running CTest
>>
>> lrg@FKCL:~/gnuradio/uhd/host/build$ ctest -V -R vrt_test 
>> UpdateCTestConfiguration  from 
>> :/home/lrg/gnuradio/uhd/host/build/DartConfiguration.tcl
>> UpdateCTestConfiguration  from
>> :/home/lrg/gnuradio/uhd/host/build/DartConfiguration.tcl
>> Test project /home/lrg/gnuradio/uhd/host/build Constructing a list of 
>> tests Done constructing a list of tests Checking test dependency 
>> graph...
>> test 15
>>     Start 15: vrt_test
>>
>> 15: Test command: /bin/sh
>> /home/lrg/gnuradio/uhd/host/build/tests/vrt_test_test.sh
>> 15: Test timeout computed to be: 9.99988e+06
>> 15: /home/lrg/gnuradio/uhd/host/build/tests/vrt_test_test.sh: 4: vrt_test:
>> not found
>> 1/1 Test #15: vrt_test .........................***Failed    0.00 sec
>>
>> 0% tests passed, 1 tests failed out of 1
>>
>> Total Test time (real) =   0.01 sec
>>
>> The following tests FAILED:
>>       15 - vrt_test (Failed)
>> Errors while running CTest
>>
>>
>> Thanks!
>>
>> Ting Wu
>>
>>
>>
>>
>> -----Original Message-----
>> From: Josh Blum [mailto:[email protected]] On Behalf Of Josh Blum
>> Sent: Friday, April 19, 2013 3:35 PM
>> To: [email protected]
>> Cc: [email protected]
>> Subject: Re: [USRP-users] UHD make test failed
>>
>> Sorry, I should have checked this list first before replying. I guess 
>> its USRP specific so this list is more appropriate:
>>
>> Its possible this is related to a recent fix.
>> Can you tell me the following:
>>
>> * Version of uhd?
>> * CPU 32 or 64 bit?
>> * OS version?
>>
>> You can run these tests from the build directory, send the output 
>> verbose
>> please:
>>
>> * tests/time_spec_test
>> * tests/vrt_test
>>
>> Thanks!
>> -josh
>>
>> On 04/19/2013 01:31 AM, Ting Wu wrote:
>>> Hi all,
>>>
>>>  
>>>
>>> I used to use build-gnuradio script to build gnuradio and uhd. 
>>> Usually everything is fine, but today when I run the script, it 
>>> always stops with "UHD build apparently failed". So I am trying to 
>>> build from the source. When I run make test, it shows following errors:
>>>
>>>  
>>>
>>> lrg@FKCL:~/gnuradio/uhd/host/build$ make test
>>>
>>> Running tests...
>>>
>>> Test project /home/lrg/gnuradio/uhd/host/build
>>>
>>>       Start  1: addr_test
>>>
>>> 1/15 Test  #1: addr_test ........................   Passed    0.01 sec
>>>
>>>       Start  2: buffer_test
>>>
>>> 2/15 Test  #2: buffer_test ......................   Passed    0.03 sec
>>>
>>>       Start  3: byteswap_test
>>>
>>> 3/15 Test  #3: byteswap_test ....................   Passed    0.02 sec
>>>
>>>       Start  4: convert_test
>>>
>>> 4/15 Test  #4: convert_test .....................   Passed    0.21 sec
>>>
>>>      Start  5: dict_test
>>>
>>> 5/15 Test  #5: dict_test ........................   Passed    0.01 sec
>>>
>>>       Start  6: error_test
>>>
>>> 6/15 Test  #6: error_test .......................   Passed    0.01 sec
>>>
>>>       Start  7: gain_group_test
>>>
>>> 7/15 Test  #7: gain_group_test ..................   Passed    0.01 sec
>>>
>>>       Start  8: msg_test
>>>
>>> 8/15 Test  #8: msg_test .........................   Passed    0.01 sec
>>>
>>>       Start  9: property_test
>>>
>>> 9/15 Test  #9: property_test ....................   Passed    0.01 sec
>>>
>>>       Start 10: ranges_test
>>>
>>> 10/15 Test #10: ranges_test ......................   Passed    0.01 sec
>>>
>>>       Start 11: sph_recv_test
>>>
>>> 11/15 Test #11: sph_recv_test ....................   Passed    0.06 sec
>>>
>>>       Start 12: sph_send_test
>>>
>>> 12/15 Test #12: sph_send_test ....................   Passed    0.01 sec
>>>
>>>       Start 13: subdev_spec_test
>>>
>>> 13/15 Test #13: subdev_spec_test .................   Passed    0.01 sec
>>>
>>>       Start 14: time_spec_test
>>>
>>> 14/15 Test #14: time_spec_test ...................***Failed    0.00 sec
>>>
>>>       Start 15: vrt_test
>>>
>>> 15/15 Test #15: vrt_test .........................***Failed    0.00 sec
>>>
>>>  
>>>
>>> 87% tests passed, 2 tests failed out of 15
>>>
>>>  
>>>
>>> Total Test time (real) =   0.46 sec
>>>
>>>  
>>>
>>> The following tests FAILED:
>>>
>>>               14 - time_spec_test (Failed)
>>>
>>>               15 - vrt_test (Failed)
>>>
>>> Errors while running CTest
>>>
>>> make: *** [test] Error 8
>>>
>>>  
>>>
>>> How should I fix this problem?
>>>
>>> Thanks in advance.
>>>
>>>  
>>>
>>> Ting Wu
>>>
>>>  
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> USRP-users mailing list
>>> [email protected]
>>> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>>>
>
> _______________________________________________
> USRP-users mailing list
> [email protected]
> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
>
>
Thanks for bringing this up.  The servers are up, so I must have
introduced a buglet into build-gnuradio.
   Investigating now.



-- 
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org





------------------------------

Message: 3
Date: Sun, 21 Apr 2013 23:03:45 -0400
From: "Marcus D. Leech" <[email protected]>
To: [email protected]
Subject: Re: [USRP-users] UHD make test failed
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

On 21/04/13 10:18 PM, Ting Wu wrote:
> Hi,
>
> I upgraded the OS to Ubuntu 12.04, and now it does not have the error.
> However, when I use build-gnuradio script, it failed to download the image
> files:
>
> Starting function firmware at: Mon Apr 22 11:00:23 JST 2013
> Fetching and installing FPGA/Firmware images via wget...
> ls: cannot access *.gz: No such file or directory
> Failed to download any usable images file from:
> http://files.ettus.com/uhd_releases/master_images
>
> Is the server down?
>
> Best,
>
> Ting Wu
>
I just pushed a new version of build-gnuradio up to
http://www.sbrac.org/files/build-gnuradio

Should fix it.




-- 
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org





------------------------------

Message: 4
Date: Mon, 22 Apr 2013 13:33:25 +0900
From: "Ting Wu" <[email protected]>
To: "'Marcus D. Leech'" <[email protected]>,
        <[email protected]>
Subject: Re: [USRP-users] UHD make test failed
Message-ID:
        <[email protected]>
Content-Type: text/plain;       charset="us-ascii"

It works! Thanks a lot!

Ting Wu


-----Original Message-----
From: USRP-users [mailto:[email protected]] On Behalf Of
Marcus D. Leech
Sent: Monday, April 22, 2013 12:04 PM
To: [email protected]
Subject: Re: [USRP-users] UHD make test failed

On 21/04/13 10:18 PM, Ting Wu wrote:
> Hi,
>
> I upgraded the OS to Ubuntu 12.04, and now it does not have the error.
> However, when I use build-gnuradio script, it failed to download the 
> image
> files:
>
> Starting function firmware at: Mon Apr 22 11:00:23 JST 2013 Fetching 
> and installing FPGA/Firmware images via wget...
> ls: cannot access *.gz: No such file or directory Failed to download 
> any usable images file from:
> http://files.ettus.com/uhd_releases/master_images
>
> Is the server down?
>
> Best,
>
> Ting Wu
>
I just pushed a new version of build-gnuradio up to
http://www.sbrac.org/files/build-gnuradio

Should fix it.




--
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org



_______________________________________________
USRP-users mailing list
[email protected]
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com




------------------------------

Message: 5
Date: Sun, 21 Apr 2013 22:16:49 -0700
From: Joel Brinton <[email protected]>
To: [email protected]
Subject: [USRP-users] data packet with unknown SID [USRP B100]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello,

I'm using gnuradio-3.6.4 with a USRP B100 right out of the box. I used 
the `build-gnuradio` to make and install the package on Ubuntu 12.04 in 
VMWare Player.

Running `uhd_fft` works. However, the second time it's launched I get a 
`UHD Error: Got a data packet with unknown SID 196609` repeating. third 
time uhd_fft launches but I receive no data. The only thing that fixes 
it is power cycling.

Same thing happens when I run my own GRC application with a USRP device.

I'm having trouble finding anything in the last two years regarding this 
issue.

Any thoughts?

Thank you kindly,
Joel



------------------------------

Message: 6
Date: Mon, 22 Apr 2013 07:58:17 +0200
From: "Ralph A. Schmid, dk5ras" <[email protected]>
To: <[email protected]>
Subject: Re: [USRP-users] data packet with unknown SID [USRP B100]
Message-ID: <[email protected]>
Content-Type: text/plain;       charset="us-ascii"

Hi,

I did some tests with gnuradio and USRP1 in a similar VM like yours, and it
did not work very well, lots of strange effects. With the real thing it just
works, means, a Linux (Kubuntu 12.04 in my case) directly installed on a
physical existing machine. 

Ralph.

> -----Original Message-----
> From: USRP-users [mailto:[email protected]] On Behalf Of
> Joel Brinton
> Sent: Monday, April 22, 2013 7:17 AM
> To: [email protected]
> Subject: [USRP-users] data packet with unknown SID [USRP B100]
> 
> Hello,
> 
> I'm using gnuradio-3.6.4 with a USRP B100 right out of the box. I used the
> `build-gnuradio` to make and install the package on Ubuntu 12.04 in VMWare
> Player.
> 
> Running `uhd_fft` works. However, the second time it's launched I get a
> `UHD Error: Got a data packet with unknown SID 196609` repeating. third
> time uhd_fft launches but I receive no data. The only thing that fixes it
is
> power cycling.
> 
> Same thing happens when I run my own GRC application with a USRP device.
> 
> I'm having trouble finding anything in the last two years regarding this
issue.
> 
> Any thoughts?
> 
> Thank you kindly,
> Joel
> 
> _______________________________________________
> USRP-users mailing list
> [email protected]
> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com




------------------------------

Message: 7
Date: Mon, 22 Apr 2013 12:25:17 +0500
From: Sam mite <[email protected]>
To: [email protected]
Subject: Re: [USRP-users] GPSDO on N210 problem
Message-ID:
        <CAPhW9TTrzQi6p_gTbhC=pvrnw-acr28gdq1_ahbyfnzb6cc...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

>
> On 04/15/2013 12:28 AM, Sam mite wrote:
> > Hi,
> >
> > I am trying to setup GPS on my N210. The problem is that Detecting
> internal
> > GPSDO returns *"not found"* as shown below. Whereas it also says that
> *gpsdo:
> > internal.  *What is wrong ? I am on ubnutu Gnuradio 3.6.3rc0. My UHD
> > version is  UHD_003.005.000-26-gb65a3924
> >
>
> The gpsdo internal is just an entry in the device's eeprom to tell it
> that it should look for the GPSDO. So, I think you are looking at a
> communication issue. Double check that the power and serial cables
> appear to be plugged in correctly.
>
> -josh
>
>
After  checking the cable, and following the post installation instruction
for N series, now the GPS has been detected. But now when I run  following
command

*uhd_usrp_source= uhd.usrp_source(device_addr="addr=192.168.10.2",
            stream_args=uhd.stream_args(
                cpu_format="fc32",
                channels=range(1),
            ),
        )
*

*print uhd_usrp_source.get_mboard_sensor("gps_time").to_int()*

 I am getting the following error

return _uhd_swig.uhd_usrp_source_sptr_get_mboard_sensor(self, *args,
**kwargs)
RuntimeError: LookupError: Path not found in tree:
/mboards/0/sensors/gps_time

Also sometime I get following:

UHD Warning:
    get_time: ValueError: get_nmea(): no GPRMC message found


what could be wrong ?  Thanks for help

-- 

Best Regards,

Sam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20130422/6c58b0f8/attachment-0001.html>

------------------------------

Message: 8
Date: Mon, 22 Apr 2013 22:05:39 +0800 (CST)
From: ????   <[email protected]>
To: [email protected]
Subject: [USRP-users] about overflow on laptop
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

Dear list,
Now I met a very strange overflow problem with my new laptop. My code works 
fine on my old desktop but now I have got a new laptop. I always get overflow 
when I connect to usrp N210. Even if I just test the benchmark with very low 
bitrate (250khz, gmsk), I still met overflow. 

I am quite sure it should not be because of the performance of CPU, because the 
use of CPU is just around 50% (CPU is i7-3520M 2.9ghz*4). I have tried a lot 
but still can not find out where is the problem. 

The uhd I used is 003.005.000

Anyone has met the same problem? Any suggestions would be appreciate. 

Best regards

Zan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20130422/46efcc84/attachment-0001.html>

------------------------------

Message: 9
Date: Tue, 23 Apr 2013 00:15:45 +0900
From: "Ting Wu" <[email protected]>
To: '????  ' <[email protected]>,  <[email protected]>
Subject: Re: [USRP-users] about overflow on laptop
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

 

The problem is possibly with the lan card.

Is the lan card of your computer intel 82577 or intel 82579?

When I used computers with these two types of lan cards, I always saw
overflow problems.

Later when we buy new computers, we avoid these two types of lan cards and
we never see the problem again.

 

Best,

 

Ting Wu

 

From: USRP-users [mailto:[email protected]] On Behalf Of
AiOT 
Sent: Monday, April 22, 2013 11:06 PM
To: [email protected]
Subject: [USRP-users] about overflow on laptop

 


Dear list,
Now I met a very strange overflow problem with my new laptop. My code works
fine on my old desktop but now I have got a new laptop. I always get
overflow when I connect to usrp N210. Even if I just test the benchmark with
very low bitrate (250khz, gmsk), I still met overflow. 

I am quite sure it should not be because of the performance of CPU, because
the use of CPU is just around 50% (CPU is i7-3520M 2.9ghz*4). I have tried a
lot but still can not find out where is the problem. 

The uhd I used is 003.005.000

Anyone has met the same problem? Any suggestions would be appreciate. 

Best regards

Zan

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20130423/1b65e9cf/attachment-0001.html>

------------------------------

Subject: Digest Footer

_______________________________________________
USRP-users mailing list
[email protected]
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com


------------------------------

End of USRP-users Digest, Vol 32, Issue 17
******************************************

Reply via email to