From 14b194d78c84a2e4adfab011250fddae27cad128 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Sat, 8 Feb 2020 21:51:08 +0100 Subject: [PATCH] Updated Troubleshooting FAQ (markdown) --- Troubleshooting---FAQ.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Troubleshooting---FAQ.md b/Troubleshooting---FAQ.md index 2bbc9f9..87dd6d1 100644 --- a/Troubleshooting---FAQ.md +++ b/Troubleshooting---FAQ.md @@ -9,4 +9,10 @@ Please install [my modified version of csdr](https://github.com/jketterl/csdr) t ### My OpenWebRX installation is missing some / all of the digital demodulation buttons ### I set up my sdr source in the config, but it's not in the list / OpenWebRX doesn't list it as an "Available SDR" -There's probably some dependency missing. Please append `/features` to your receiver URL to get the feature report. Check if all the requirements for the sdr / demodulator in question are fulfilled. \ No newline at end of file +There's probably some dependency missing. Please append `/features` to your receiver URL to get the feature report. Check if all the requirements for the sdr / demodulator in question are fulfilled. + +### My OpenWebRX works fine at first, but stops working when I disconnect and connect again. + +This is something that has occured to me when using SDRplay devices, and they seem to be especially prone to this error when connected to a Raspberry Pi. The most probable cause for this is insufficient power supplied to the SDR, so the immediate recommendation is to use a different powersupply and / or a powered USB hub to fix this. + +If the error remains, you can use the `"always-on": True` option on your sdr device to keep it running continuously. This, however, is just a workaround to avoid the error. \ No newline at end of file