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.
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio