Unable to find usrp2 with latest uhd driver

Hi

I downloaded the latest uhd driver from Ettus and gnuradio with uhd. I
believe i have all dependencies and installed uhd and gnuradio
correctly. After ./configure, i can also see gr-uhd. I’m using the
latest fpga_image (u2_rev3_uhd_20100706.bin) and firmware image
(txrx_uhd_20100706.bin).

When i type uhd_find_devices --args addr=192.168.10.2, i get the
following message:

pnmyint@ubuntu:~$ sudo uhd_find_devices --args addr=192.168.10.2
[sudo] password for pnmyint:
linux; GNU C++ version 4.4.3; Boost_104000; UHD_003.000.001-8212f22

Warning:
Ignoring discovered device
RuntimeError:
Please update the firmware and FPGA images for your device.
See the application notes for USRP2/N-Series for instructions.
Expected protocol compatibility number [7 to 9], but got 5:
The firmware build is not compatible with the host code build.
No UHD Devices Found

I can ping to the usrp2. This is what i have with ethtool eth0 command:

pnmyint@ubuntu:~$ sudo ethtool eth0
Settings for eth0:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Link partner advertised link modes: Not reported
Link partner advertised pause frame use: No
Link partner advertised auto-negotiation: No
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
MDI-X: Unknown
Supports Wake-on: g
Wake-on: g
Current message level: 0x000000ff (255)
Link detected: yes

Do I have to build fpga and firmware to match the latest uhd host
driver? Any suggestion is welcome.

ANT

PS: i’m using Ubuntu10.04

taungpaw thar wrote in post #993979:

PS: i’m using Ubuntu10.04

Have you solve your problem? I have the same problem with you,and i‘d
like to consult you.

heming@heming-desktop:~/gnuradio-uhd/gnuradio$ uhd_usrp_probe

linux; GNU C++ version 4.4.3; Boost_104000; UHD_003.001.002-b7f6d90

– Opening a USRP2/N-Series device…

Error: RuntimeError:

Please update the firmware and FPGA images for your device.

See the application notes for USRP2/N-Series for instructions.

Expected protocol compatibility number 10, but got 8:

The firmware build is not compatible with the host code build.

Have you solve your problem? I have the same problem with you,and i‘d
like to consult you.

heming@heming-desktop:~/gnuradio-uhd/gnuradio$ uhd_usrp_probe

linux; GNU C++ version 4.4.3; Boost_104000; UHD_003.001.002-b7f6d90

– Opening a USRP2/N-Series device…

Error: RuntimeError:

Please update the firmware and FPGA images for your device.

See the application notes for USRP2/N-Series for instructions.

Expected protocol compatibility number 10, but got 8:

The firmware build is not compatible with the host code build.

Hi there,

That time my problem was due to the fpga and firmware image. I was using
outdated .bin files. Are you building your own fpga and firmware image?
You can get the latest .bin file. Hope that help.

ANT