aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2013-09-11 11:10:04 -0700
committerJosh Blum <josh@joshknows.com>2013-09-11 11:10:04 -0700
commitfeabc1c7bb6818e14fb01725098994138e1a9af7 (patch)
tree54b5c28b282f9e3e22bda0adfeffb98851d6f493 /host
parent06788b88c8a1d485aa8bdff836e5b62731674448 (diff)
parentc2c938830619090a5eb7bde16815023a93ffbbb5 (diff)
downloaduhd-feabc1c7bb6818e14fb01725098994138e1a9af7.tar.gz
uhd-feabc1c7bb6818e14fb01725098994138e1a9af7.tar.bz2
uhd-feabc1c7bb6818e14fb01725098994138e1a9af7.zip
Merge branch 'maint'
Diffstat (limited to 'host')
-rwxr-xr-xhost/cmake/debian/postinst.in1
-rwxr-xr-xhost/cmake/redhat/post_install.in1
-rw-r--r--host/docs/transport.rst1
3 files changed, 3 insertions, 0 deletions
diff --git a/host/cmake/debian/postinst.in b/host/cmake/debian/postinst.in
index bc27c46f0..3991992ee 100755
--- a/host/cmake/debian/postinst.in
+++ b/host/cmake/debian/postinst.in
@@ -19,5 +19,6 @@
if [ "$1" = "configure" ]; then
cp @CMAKE_INSTALL_PREFIX@/lib/uhd/utils/uhd-usrp.rules /etc/udev/rules.d/uhd-usrp.rules
udevadm control --reload-rules
+ udevadm trigger
ldconfig
fi
diff --git a/host/cmake/redhat/post_install.in b/host/cmake/redhat/post_install.in
index 25864e0ec..9608a282d 100755
--- a/host/cmake/redhat/post_install.in
+++ b/host/cmake/redhat/post_install.in
@@ -18,4 +18,5 @@
cp @CMAKE_INSTALL_PREFIX@/lib/uhd/utils/uhd-usrp.rules /etc/udev/rules.d/uhd-usrp.rules
udevadm control --reload-rules
+udevadm trigger
ldconfig
diff --git a/host/docs/transport.rst b/host/docs/transport.rst
index db89c8db9..79d2743a4 100644
--- a/host/docs/transport.rst
+++ b/host/docs/transport.rst
@@ -150,6 +150,7 @@ so that non-root users may access the device:
cd <install-path>/share/uhd/utils
sudo cp uhd-usrp.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules
+ sudo udevadm trigger
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Install USB driver (Windows)