diff options
author | Josh Blum <josh@joshknows.com> | 2010-05-04 04:30:19 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-05-04 04:30:19 +0000 |
commit | d8c04c4b70f41b27acb33cd69ed88469d7c94482 (patch) | |
tree | 9da4f56489f11fb9c6451ff831e8f7b651e0874e /host/docs/usrp2.rst | |
parent | 2e222f4a77df389551d08b42a1bf947487d1442f (diff) | |
parent | 3198ff91dcd3a06433654f9e50818f4566cbbe13 (diff) | |
download | uhd-d8c04c4b70f41b27acb33cd69ed88469d7c94482.tar.gz uhd-d8c04c4b70f41b27acb33cd69ed88469d7c94482.tar.bz2 uhd-d8c04c4b70f41b27acb33cd69ed88469d7c94482.zip |
Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp_e
Diffstat (limited to 'host/docs/usrp2.rst')
-rw-r--r-- | host/docs/usrp2.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/host/docs/usrp2.rst b/host/docs/usrp2.rst index f4c36fb27..dfde06b27 100644 --- a/host/docs/usrp2.rst +++ b/host/docs/usrp2.rst @@ -117,6 +117,17 @@ Run the following commands: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Debugging networking problems ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +**Disable the firewall:** +If uhd_find_devices gives you nothing +but uhd_find_devices --args addr=192.168.10.2 yeilds a discovered device, +then your firewall may be blocking replies to UDP broadcast packets. + +**Ping the USRP2:** +The USRP2 will reply to icmp echo requests. +:: + + ping 192.168.10.2 + **Monitor the USRP2:** You can read the serial port on the rear of the USRP2 to get debug verbose from the embedded microcontroller. |