discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Trouble with installation via PyBOMBS, on Ubuntu


From: Seth Hitefield
Subject: Re: [Discuss-gnuradio] Trouble with installation via PyBOMBS, on Ubuntu 14.04.2 LTS
Date: Thu, 16 Apr 2015 22:40:16 -0400


On Linux, access to USB devices by ordinary users isn't automatically granted.

There's supposed to be a rules file installed in /etc/udev/rules.d/10-usrp.rules

I don't know how the UHD installer in Pybombs copes with this, since there's no way to conveniently have this user-managed, in your own home
 directory…

Random, 

In your src directory under pybombs, look for uhd/host/utils/uhd-usrp.rules and copy that to the location Marcus mentioned. Here are some of the setup commands from Ettus’s documentation. 

(http://files.ettus.com/manual/page_transport.html)

cd <install-path>/lib/uhd/utils
sudo cp uhd-usrp.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules
sudo udevadm trigger

- Seth

reply via email to

[Prev in Thread] Current Thread [Next in Thread]