summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-12-04 18:05:13 +0000
committerFreeArtMan <dos21h@gmail.com>2015-12-04 18:05:13 +0000
commitd15bff31a269a2e05c1296110564a466954d4049 (patch)
tree68212d47421e5d12029d13fe3a0675a4a1218752
parent392811864e4fc54c43d29ce2eadf8efb024963a5 (diff)
downloadmd-content-d15bff31a269a2e05c1296110564a466954d4049.tar.gz
md-content-d15bff31a269a2e05c1296110564a466954d4049.zip
writeup: Added note about using more then 5 rtlsdr dongles
-rw-r--r--md/writeup/rtlsdr_usage.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/md/writeup/rtlsdr_usage.md b/md/writeup/rtlsdr_usage.md
index 68ec170..2bbec78 100644
--- a/md/writeup/rtlsdr_usage.md
+++ b/md/writeup/rtlsdr_usage.md
@@ -186,6 +186,18 @@ to setup with rtlsdr stick.
Once there was sync error when was trying to use rtl_test or rtl_adsb.
To fix that changes for better quality usb cable.
+### 4.2.More then 1 dongle
+
+When you run you run usually more then 5 dongles you could get error saying
+something about libusb error (-5) you need to decrese buffer as default one
+is (16 * 16384) and it should work
+
+```bash
+rtl_test -b [NEW_SIZE]
+```
+
+thx goes to freenode/##rtlsdr chan
+
# 5.Links
1. [http://kmkeen.com/rtl-demod-guide/](http://kmkeen.com/rtl-demod-guide/)