Seems that I find the problem:

uhd_usrp_probe --args="addr=192.168.0.2"
linux; GNU C++ version 4.6.1; Boost_104601; UHD_003.004.000-307-gb61f4ad6

Error: Network is unreachable
ryjiao@ryjiao-virtual-machine:~/Downloads/gnuradio/uhd/host/build/utils$
uhd_usrp_probe --args="addr=192.168.10.2"
linux; GNU C++ version 4.6.1; Boost_104601; UHD_003.004.000-307-gb61f4ad6

-- Opening a USRP2/N-Series device...
-- Current recv frame size: 1472 bytes
-- Current send frame size: 1472 bytes
Error: RuntimeError:
Please update the firmware and FPGA images for your device.
See the application notes for USRP2/N-Series for instructions.
Expected FPGA compatibility number 9, but got 8:
The FPGA build is not compatible with the host code build.


On Mon, Mar 5, 2012 at 4:19 PM, Jiao Xianjun <[email protected]> wrote:

> Hi,
>
> I just got a USRP N210 rev4.0, and install gnuradio+uhd with this script:
> http://www.sbrac.org/files/build-gnuradio in Ubuntu 11.10 (32bit).
> My eth config is:
>
> eth0      Link encap:Ethernet  HWaddr 00:0c:29:2d:a9:f8
>           inet addr:192.168.10.1  Bcast:192.168.10.255  Mask:255.255.255.0
>           inet6 addr: fe80::20c:29ff:fe2d:a9f8/64 Scope:Link
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:2213 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:2997 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:1000
>           RX bytes:1829471 (1.8 MB)  TX bytes:343606 (343.6 KB)
>           Interrupt:19 Base address:0x2024
>
> lo        Link encap:Local Loopback
>           inet addr:127.0.0.1  Mask:255.0.0.0
>           inet6 addr: ::1/128 Scope:Host
>           UP LOOPBACK RUNNING  MTU:16436  Metric:1
>           RX packets:1650 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:1650 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0
>           RX bytes:123948 (123.9 KB)  TX bytes:123948 (123.9 KB)
>
> and I do can ping 192.168.10.2:
>
> PING 192.168.10.2 (192.168.10.2) 56(84) bytes of data.
> 64 bytes from 192.168.10.2: icmp_req=1 ttl=32 time=2.05 ms
> 64 bytes from 192.168.10.2: icmp_req=2 ttl=32 time=1.75 ms
> 64 bytes from 192.168.10.2: icmp_req=3 ttl=32 time=1.93 ms
> 64 bytes from 192.168.10.2: icmp_req=4 ttl=32 time=1.80 ms
> 64 bytes from 192.168.10.2: icmp_req=5 ttl=32 time=2.04 ms
> 64 bytes from 192.168.10.2: icmp_req=6 ttl=32 time=1.94 ms
> 64 bytes from 192.168.10.2: icmp_req=7 ttl=32 time=2.01 ms
> 64 bytes from 192.168.10.2: icmp_req=8 ttl=32 time=1.78 ms
> ^C
>
> but when I run uhd_find_devices, the outputs are:
>
> linux; GNU C++ version 4.6.1; Boost_104601; UHD_003.004.000-307-gb61f4ad6
>
> No UHD Devices Found
>
> Any one can help me, or give me some information?
>
> Thank you so much!
>
> BR
>
> putaoshu
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to