aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Berndt <lukekb@gmail.com>2023-01-30 09:35:22 -0500
committerLuke Berndt <lukekb@gmail.com>2023-01-30 09:35:22 -0500
commit1e77f171523e96ae47bbb836121113bd115c93a4 (patch)
tree0f1a121cccd0bed842ea4b629b15b9cb8363d918
parent457fe2fcc100a6b17c5706eecac12facf3ef93f6 (diff)
Update INSTALL-LINUX.md
-rw-r--r--docs/INSTALL-LINUX.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/docs/INSTALL-LINUX.md b/docs/INSTALL-LINUX.md
index ef5d4a85..20a63db5 100644
--- a/docs/INSTALL-LINUX.md
+++ b/docs/INSTALL-LINUX.md
@@ -137,6 +137,32 @@ make
sudo make install
```
+## Configuring the UHD for Ettus SDRs
+
+If you haven't setup UHD yet there are a few extra steps you need to take:
+
+Install the UHD drivers:
+
+```bash
+sudo apt-get install libuhd-dev uhd-host
+```
+
+Download the firmware images. The location of the downloader is different than the error message:
+
+```bash
+cd /lib/uhd/utils/
+sudo ./uhd_images_downloader.py
+```
+
+Setup the udev rules so any user can access the USB, as documented [here](https://files.ettus.com/manual/page_transport.html#transport_usb_udev):
+
+```bash
+cd /usr/lib/uhd/utils
+sudo cp uhd-usrp.rules /etc/udev/rules.d/
+sudo udevadm control --reload-rules
+sudo udevadm trigger
+```
+
## Configuring Trunk Recorder
The next step is to [configure Trunk Recorder](CONFIGURE.md) for the system you are trying to capture.