UHD device not detected

Hi,

I installed GNUradio on my laptop with the build-gnuradio script
(http://www.sbrac.org/files/build-gnuradio). As far as I know GNUradio
is working. I’m able to run dial_tone.py and completed some tutorial
using some download data.

Now that I got a USRP n210, I want to start using it, but it seems that
my laptop cannot detect the USRP. When I run uhd_find_devices, this is
what I get:

linux; GNU C++ version 4.6.3 20120306 (Red Hat 4.6.3-2); Boost_104700;
UHD_003.004.002-128-g12f7a5c9

No UHD Devices Found

When I try to run uhd_fft.grc, I get:

linux; GNU C++ version 4.6.3 20120306 (Red Hat 4.6.3-2); Boost_104700;
UHD_003.004.002-128-g12f7a5c9

Using Volk machine: sse4_2_64
Traceback (most recent call last):
File “/tmp/uhd_fft.py”, line 182, in
tb = uhd_fft(gain=options.gain, freq=options.freq,
address=options.address, samp_rate=options.samp_rate)
File “/tmp/uhd_fft.py”, line 112, in init
channels=range(1),
File
“/usr/local/lib64/python2.7/site-packages/gnuradio/uhd/init.py”,
line 116, in constructor_interceptor
return old_constructor(*args)
File
“/usr/local/lib64/python2.7/site-packages/gnuradio/uhd/uhd_swig.py”,
line 2724, in usrp_source
return _uhd_swig.usrp_source(*args)
RuntimeError: LookupError: KeyError: No devices found for ----->
Device Address:
addr: 192.168.11.2

I have tried setting the address to 192.168.10.1, but I don’t think that
changed the address of my ethernet port because when I checked my
connection information the IP address was different. Also setting my
address to 192.168.11.2 did not help either.

I am using Fedora 16 XFCE, and I have confirmed that I do have gigabyte
ethernet using ifconfig.

Any help is appreciated,

Frederick