diff options
author | Josh Blum <josh@joshknows.com> | 2011-09-05 12:27:16 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-09-05 12:27:16 -0700 |
commit | 1df3e9b1619af5c4e652ec143930916a87d4789a (patch) | |
tree | 428336b76bdc29da40dc1df814e02ffba8f7b015 /host/docs/usrp1.rst | |
parent | 583c7624b2bc53f9cccd2768212d10dec0e378c6 (diff) | |
download | uhd-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/usrp1.rst')
-rw-r--r-- | host/docs/usrp1.rst | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/host/docs/usrp1.rst b/host/docs/usrp1.rst index de9950c7c..8b274a2b3 100644 --- a/host/docs/usrp1.rst +++ b/host/docs/usrp1.rst @@ -62,31 +62,6 @@ List of missing features * Start of burst flags for transmit/receive ------------------------------------------------------------------------ -OS specific notes ------------------------------------------------------------------------- - -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Linux - setup udev -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -On Linux, udev handles USB plug and unplug events. -The following commands create a udev rule for the USRP1 -so that non-root users may access the device: - -:: - - echo 'ACTION=="add", BUS=="usb", SYSFS{idVendor}=="fffe", SYSFS{idProduct}=="0002", MODE:="0666"' > tmpfile - sudo chown root.root tmpfile - sudo mv tmpfile /etc/udev/rules.d/10-usrp.rules - sudo udevadm control --reload-rules - -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Windows - install driver -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -On Windows, a driver must be installed the first time the USRP1 is attached to the host computer. -A download link for this driver can be found on the UHD wiki page. -Download and unpack the driver, and direct the Windows driver install wizard to the .inf file. - ------------------------------------------------------------------------- Hardware setup notes ------------------------------------------------------------------------ |