discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Question about installation: No UHD Devices Found


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] Question about installation: No UHD Devices Found
Date: Wed, 06 Jul 2011 14:20:22 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11

On 06/07/2011 12:55 PM, Yan Nie wrote:
 Dear all,

I am trying to install UHD+GNU Radio in Linux (Ubuntu 10.10) on USRP N200 without DB by following the command:
   git clone git://code.ettus.com/ettus/uhd.git
    cd <uhd-path>/host
    mkdir build
    cd build
    cmake -DCMAKE_INSTALL_PREFIX=/opt/uhd ../
    make
    make test
    sudo make install
   
Then, I tried uhd_find_devices, got the result "No UHD Devices Found"

it gave the result in the terminal:
linux; GNU C++ version 4.4.5; Boost_104200; UHD_003.001.002-release

No UHD Devices Found

What the problem I got with the installation of UHD? Another problem I got is my computer gives "wired network" information when I plug the USRP board with my computer, and the computer disconnected very soon. I am wondering what could be the problem here?

Really appreciate any of your help!

Yan



    
USRP2 and N2XX devices are network devices, which means your network interfaces need to be configured correctly.  The default IP
  address of these, if you don't change them, is 192.168.10.2, so your host network interface should be able to "see" network
  192.168.10.X.  It sounds like your network configuration is configured to try to DHCP when the network interface comes up, and
  that's failing.  You need to configure your network interface for something like 192.168.10.1.




reply via email to

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