aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/usrp_b1xx.rst
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-09-05 12:27:16 -0700
committerJosh Blum <josh@joshknows.com>2011-09-05 12:27:16 -0700
commit1df3e9b1619af5c4e652ec143930916a87d4789a (patch)
tree428336b76bdc29da40dc1df814e02ffba8f7b015 /host/docs/usrp_b1xx.rst
parent583c7624b2bc53f9cccd2768212d10dec0e378c6 (diff)
downloaduhd-1df3e9b1619af5c4e652ec143930916a87d4789a.tar.gz
uhd-1df3e9b1619af5c4e652ec143930916a87d4789a.tar.bz2
uhd-1df3e9b1619af5c4e652ec143930916a87d4789a.zip
uhd: updated docs usb post-install, added uhd-usrp.rules
Diffstat (limited to 'host/docs/usrp_b1xx.rst')
-rw-r--r--host/docs/usrp_b1xx.rst18
1 files changed, 0 insertions, 18 deletions
diff --git a/host/docs/usrp_b1xx.rst b/host/docs/usrp_b1xx.rst
index 2f7385070..75b901a86 100644
--- a/host/docs/usrp_b1xx.rst
+++ b/host/docs/usrp_b1xx.rst
@@ -56,21 +56,3 @@ Example:
::
uhd_usrp_probe --args="master_clock_rate=52e6"
-
-------------------------------------------------------------------------
-OS specific notes
-------------------------------------------------------------------------
-
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-Linux - setup udev
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-On Linux, udev handles USB plug and unplug events.
-The following commands create a udev rule for the B100
-so that non-root users may access the device:
-
-::
-
- echo 'ACTION=="add", BUS=="usb", SYSFS{idVendor}=="2500", SYSFS{idProduct}=="0001", MODE:="0666"' > tmpfile
- sudo chown root.root tmpfile
- sudo mv tmpfile /etc/udev/rules.d/10-usrp_b100.rules
- sudo udevadm control --reload-rules