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
> /dev/bus/usb:
> total 0
> drwxr-xr-x 2 root root 200 Sep  7 12:13 001
> drwxr-xr-x 2 root root 120 Sep  7 12:13 002
>
> /dev/bus/usb/001:
> total 0
> crw-rw-r-- 1 root root 189, 0 Sep  7 11:24 001
> crw-rw-r-- 1 root root 189, 1 Sep  7 11:24 002
> crw-rw-r-- 1 root root 189, 2 Sep  7 11:24 003
> crw-rw-r-- 1 root root 189, 3 Sep  7 11:24 004
> crw-rw-r-- 1 root root 189, 4 Sep  7 11:24 005
> crw-rw-r-- 1 root root 189, 5 Sep  7 11:24 006
> crw-rw-r-- 1 root root 189, 6 Sep  7 11:24 007
> crw-rw---- 1 root usrp 189, 7 Sep  7 12:13 008
>
> /dev/bus/usb/002:
> total 0
> crw-rw-r-- 1 root root 189, 128 Sep  7 11:24 001
> crw-rw-r-- 1 root root 189, 129 Sep  7 11:24 002
> crw-rw-r-- 1 root root 189, 131 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 ORC_FOUND =
> --   Dependency ORCC_EXECUTABLE = ORCC_EXECUTABLE-NOTFOUND
> --   Disabling ORC support.
> --   Override with -DENABLE_ORC=ON/OFF
> -- Orc not found, disabling orc support.
> --
> -- checking for modules 'QUIET;libusb-1.0'
> --   package 'QUIET' not found
> -- Could NOT find LIBUSB  (missing:  LIBUSB_LIBRARIES)
> --
> -- Configuring USB support...
> --   Dependency ENABLE_LIBUHD = ON
> --   Dependency LIBUSB_FOUND = FALSE
> --   Disabling USB support.
> --   Override with -DENABLE_USB=ON/OFF
> --
> -- Configuring interface address discovery...
> --   Interface address discovery supported through getifaddrs.
> --
> -- Configuring USRP1 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

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

Reply via email to