From de55b89d312a23135dcfeaf05bccf73b40137000 Mon Sep 17 00:00:00 2001 From: krakenrf <78108016+krakenrf@users.noreply.github.com> Date: Sun, 25 Aug 2024 21:48:26 +1200 Subject: Updated 07. KrakenSDR Troubleshooting (markdown) --- 07.-KrakenSDR-Troubleshooting.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/07.-KrakenSDR-Troubleshooting.md b/07.-KrakenSDR-Troubleshooting.md index e98faf6..6e18a74 100644 --- a/07.-KrakenSDR-Troubleshooting.md +++ b/07.-KrakenSDR-Troubleshooting.md @@ -56,6 +56,11 @@ Here we will confirm that all the tuners in the KrakenSDR system are seen by the Connect an HDMI monitor and keyboard, or SSH into the terminal as shown above. +If you are using one of our ready-to-use images, be sure to stop the KrakenSDR software first by running the following commands. + +```cd krakensdr_doa +./kraken_doa_stop.sh +``` In a terminal window run “kraken_test -d0” (NOTE: Older image files will use "rtl_test -d0"). You should see a message like the following. ``` @@ -86,6 +91,12 @@ If all the tuners showed similar messages, then we have confirmed that all the t ## Power Supply Test Remember that the KrakenSDR **must** be powered with a 5V/2.4A+ capable external power supply. No power is provided over the USB data port. +If you are using one of our ready-to-use images, be sure to stop the KrakenSDR software first by running the following commands. + +```cd krakensdr_doa +./kraken_doa_stop.sh +``` + Open four terminals, and in each individual terminal run kraken_test for an individual tuner. (NOTE: In older images use rtl_test instead of kraken_test if kraken_test is missing) `kraken_test -d0` -- cgit v1.2.3