discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] UHD with XCVR?


From: Marius
Subject: [Discuss-gnuradio] UHD with XCVR?
Date: Sun, 31 Jul 2011 20:36:33 +0200

Hi!

Today I patched a USRP2, Rev 4.0 with the UHD_003.002.000-e03f7c7
images in order to use it with MatLab AND GNU Radio's GRC.
- This is the log taken from a Linux 10.4 LTS system, attached USRP2.
Previously this setup worked very well. Now that I updated... it's
broken.
The IP setup had been tested with both static IP, and without.

% sudo uhd_find_devices
[sudo] password for marius:
linux; GNU C++ version 4.4.3; Boost_104000; UHD_003.002.000-e03f7c7

--------------------------------------------------
-- UHD Device 0
--------------------------------------------------
Device Address:
    type: usrp2
    addr: 192.168.10.2
    name:
    serial: XXXX


% sudo uhd_usrp_probe
linux; GNU C++ version 4.4.3; Boost_104000; UHD_003.002.000-e03f7c7

-- Opening a USRP2/N-Series device...
-- Current recv frame size: 1472 bytes
-- Current send frame size: 1472 bytes

UHD Warning:
    The recv buffer could not be resized sufficiently.
    Target sock buff size: 50000000 bytes.
    Actual sock buff size: 1000000 bytes.
    See the transport application notes on buffer resizing.
    Please run: sudo sysctl -w net.core.rmem_max=50000000

UHD Warning:
    The recv buffer could not be resized sufficiently.
    Target sock buff size: 50000000 bytes.
    Actual sock buff size: 1000000 bytes.
    See the transport application notes on buffer resizing.
    Please run: sudo sysctl -w net.core.rmem_max=50000000

UHD Error:
    The daughterboard manager encountered a recoverable error in init
    RuntimeError: no control response

UHD Error:
    An unexpected exception was caught in a task loop.
    The task loop will now exit, things may not work.
    RuntimeError: no control response
terminate called after throwing an instance of 'uhd::runtime_error'
  what():  RuntimeError: no control response
[1]    28024 abort      sudo uhd_usrp_probe

The LEDs D and F work. So the firmware and the fpga are loaded.

I used the latest available revision
(http://www.ettus.com/downloads/uhd_releases/master_images/) from the
master branch.
Since the update I cannot probe successfully with either usrp_probe or
with uhd_usrp_probe. Even if I change the kernel parameter according
to the UHD suggestion I don't get a working setup.

I'm using GNU Radio v3.4.0-101-g7e2b45b8 from the Git repo - built a
week ago or so. Since there's just one Firmware image for my USRP2,
and one FPGA image, and I tried n times... I guess there's something
else that's wrong.
I'd like to ask for a compatibility matrix: which UHD revisions work
with GNU Radio? For now it's try and error.

Best,
Marius



reply via email to

[Prev in Thread] Current Thread [Next in Thread]