« Return to Thread: UHD Driver for USRP1 not found

Re: UHD Driver for USRP1 not found

by Josh Blum-3 :: Rate this Message:

| View in Thread



On 04/29/2012 12:29 PM, Ji Slee wrote:

> Hello,
>
> I am a high school student who has been working with gnuradio. I have
> been trying to reinstall gnuradio with UHD, but am getting the No
> device error. In internet searches, I have found others who have had
> the same error, but I have not found the solution to the problem.
>
> I installed per redmine and ettus instructions below (also included prior dep.)
> For UHD:
>
> git clone git://code.ettus.com/ettus/uhd.git
>
> cd uhd/host
> mkdir build
> cd build
> cmake ../

was usrp1 one of the configured components?
If not you need to install libusb1.0-dev

http://files.ettus.com/uhd_docs/manual/html/build.html#libusb

> make
> make test
> sudo make install
>

Did you do the post install tasks? like installing udev rules?

http://files.ettus.com/uhd_docs/manual/html/transport.html#setup-udev-for-usb-linux

-josh

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

 « Return to Thread: UHD Driver for USRP1 not found