Cannot find USRP1 device on RHEL6

Hi all,

I am trying for quite some time to make my USRP1 device work on RHEL6.
GRC
works well, but when I start uhd_find devices i got this:

[savi_ne@klm ~]$ uhd_find_devices

linux; GNU C++ version 4.4.6 20120305 (Red Hat 4.4.6-4); Boost_104100;
UHD_003.004.003-221-g9d6f9492

No UHD Devices Found

I did post-instalation instructions from
http://gnuradio.org/redmine/projects/gnuradio/wiki/UdevConfig
and everything is ok as you can see:

[savi_ne@klm ~]$ ls -lR /dev/bus/usb

crw-rw-r-- 1 root root 189, 3 Sep 7 11:24 004
crw-rw-r-- 1 root root 189, 132 Sep 7 11:24 005
and also this:

[savi_ne@klm ~]$ lsusb | grep fffe:0002

Bus 001 Device 008: ID fffe:0002

libusb library is correectly installed:

[savi_ne@klm ~]$ sudo yum install libusb

Loaded plugins: refresh-packagekit, rhnplugin
Setting up Install Process
Package libusb-0.1.12-23.el6.x86_64 already installed and latest version
Nothing to do

I tried again to cmake uhd, and in the terminal found this, which can be
interesting form someone more familiar with this:

– Configuring ORC support…


– Dependency ENABLE_LIBUHD = ON
– Dependency ENABLE_USB = OFF
– Disabling USRP1 support.
– Override with -DENABLE_USRP1=ON/OFF

– Configuring USRP2 support…
– Dependency ENABLE_LIBUHD = ON
– Enabling USRP2 support.
– Override with -DENABLE_USRP2=ON/OFF

It is clear that there is no support for USRP1.

Hope somebody could help me.

Regards
Nemanja

:slight_smile: Let me answer on my question.

The problem was wrong libraty path in CMakeCode.txt, I have just
inserted
thr correct address and everything works fone now.

regards


View this message in context:
http://gnuradio.4.n7.nabble.com/cannot-find-USRP1-device-on-RHEL6-tp37504p37572.html
Sent from the GnuRadio mailing list archive at Nabble.com.