I use UBUNTU 10.10.
I configured eth0 for a static address 192.168.10.2. by setting "Network 
connections" in "System->Preferences". Connection is enabled, however, 
"uhd_find_devices" cannot find any devices.

The result of 'sudo ./uhd_usrp_probe --args "addr=192.168.10.2"' is below.

----------------------------------------------------------------------------------------------
jupiter@jupiter-Prime-Series:/usr/local/bin$ sudo ./uhd_usrp_probe --args 
"addr=192.168.10.2"
linux; GNU C++ version 4.4.5; Boost_104200; UHD_003.004.000-07c9d41

Error: LookupError: KeyError: No devices found for ----->
Device Address:
    addr: 192.168.10.2
----------------------------------------------------------------------------------------------

Nakajo
 

Message: 10
Date: Sun, 04 Dec 2011 08:22:09 -0500
From: "Marcus D. Leech" <mle...@ripnet.com>
To: discuss-gnuradio@gnu.org
Subject: Re: [Discuss-gnuradio] "uhd_find_devices" command returns "No
        UHD Devices Found"
Message-ID: <4edb7401.4090...@ripnet.com>
Content-Type: text/plain; charset=ISO-8859-1


> Dear all,
>
> I have a trouble with "uhd_find_devices" command.
>
> After burning firmware and fpga images on SD card, I inserted the SD
> card into SD memory port and powered on USRP2.
> Next, I carried out "sudo ifconfig eth0 192.168.10.2" and "ping
> 192.168.10.2". These commands were carried out successfully.
>
> After that, I carried out "sudo ./uhd_find_devices" command. This
> command worked for a while, however, after some time, returned "No UHD
> Devices Found".
>
> I want to know why the return of "uhd_find_devices" command changed to
> "No UHD Devices Found".
>
> Best regards,
> Nakajo Tomoyuki
>
>
>   
Is perhaps Network Manager taking your ethernet interface down?   It
needs to be configured
  for a static address assignment with no DHCP.

Also, what happens when you:

uhd_usrp_probe --args "addr=192.168.10.2"


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to