summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrakenrf <78108016+krakenrf@users.noreply.github.com>2022-08-18 07:55:30 +0200
committerkrakenrf <78108016+krakenrf@users.noreply.github.com>2022-08-18 07:55:30 +0200
commit4f29e52597b5a311b630096843507f0908acca3d (patch)
tree25e759de7b53e1ac7f62403ec6167844a5174f7c
parentUpdated 2. Direction Finding Quickstart Guide (markdown) (diff)
downloadkrakensdr_docs.wiki-4f29e52597b5a311b630096843507f0908acca3d.tar
krakensdr_docs.wiki-4f29e52597b5a311b630096843507f0908acca3d.tar.gz
krakensdr_docs.wiki-4f29e52597b5a311b630096843507f0908acca3d.tar.bz2
krakensdr_docs.wiki-4f29e52597b5a311b630096843507f0908acca3d.tar.lz
krakensdr_docs.wiki-4f29e52597b5a311b630096843507f0908acca3d.tar.xz
krakensdr_docs.wiki-4f29e52597b5a311b630096843507f0908acca3d.tar.zst
krakensdr_docs.wiki-4f29e52597b5a311b630096843507f0908acca3d.zip
-rw-r--r--7.-KrakenSDR-Troubleshooting.md17
1 files changed, 12 insertions, 5 deletions
diff --git a/7.-KrakenSDR-Troubleshooting.md b/7.-KrakenSDR-Troubleshooting.md
index 3446caa..bc76e46 100644
--- a/7.-KrakenSDR-Troubleshooting.md
+++ b/7.-KrakenSDR-Troubleshooting.md
@@ -1,23 +1,30 @@
Please note that we can only provide troubleshooting advice for our ready to use Pi 4 images. Due to the huge variation in PC and computing hardware, we are unable to provide direct support for custom installs other than through our forums.
-## Check Channel Power Levels
+## Common Issues
+
+### The KrakenSDR webinterface only shows a header with three buttons.
+This is due to cookies being totally disabled by your browser settings. Please enable cookies as the dash backend requires them to load and save settings.
+
+## General Troubleshooting Tips
+
+### Check Channel Power Levels
By default the spectrum only shows the spectrum from CH-1. If you want to check that all channels are receiving signals correctly, under `VFO Configuration`, change the `Spectrum Calculation` value from `Single Ch` to `All Ch (TEST ONLY)`. Now in the spectrum window you will see all five spectrum graphs. Check that all graphs are receiving the signal.
Make sure you change back to `Single Ch` mode after, as the spectrum calculation mode affects how the squelcher works.
-## SSH/Terminal Login
+### SSH/Terminal Login
You can log into an SSH terminal by using any Terminal software (eg. PuTTY), and connecting to IP_ADDRRESS:22. The login details are "krakenrf/krakensdr. Note that if you expose port 22 to the internet, we strongly recommend changing the default password.
Alternatively, just connect an HDMI screen and keyboard, and the terminal will automatically login on boot. Note that there is no GUI, the OS is terminal only.
-## Enable Logging
+### Enable Logging
If you have installed the software from scratch, and suspect some issue with missing packages or similar you can enable error logging to try and diagnose the problem. Edit the daq_chain_config.ini text file with `nano ~/krakensdr_doa/heimdall_daq_fw/Firmware/daq_chain_config.ini`, and change `log_level = 2`. Log files will be written to krakensdr_doa/heimdall_daq_fw/Firmware/logs.
Also, you can enable logging on the DOA DSP software by editing the settings.json text file `nano ~/krakensdr_doa/krakensdr_doa/settings.json` and setting `logging_level = 2`.
Remember to turn logging off again by setting the logging levels to 5 after the issue is fixed, to avoid a large log file growing on the SD card.
-## Tuner Test
+### Tuner Test
Here we will confirm that all the tuners in the KrakenSDR system are seen by the computing device.
Connect an HDMI monitor and keyboard, or SSH into the terminal as shown above.
@@ -62,7 +69,7 @@ Open four terminals, and in each individual terminal run rtl_test for an individ
Confirm that all tuners can be running at the same time. If there is a tuner that runs normally by itself, but fails to start when others are running then, it is likely that your power supply is providing insufficient current.
-## Other things to check
+### Other things to check
* Ensure that you are using a high quality and short USB-C data cable.
* Double check with another USB device that the USB port on your computing device is not faulty.