Updated Troubleshooting FAQ (markdown)

Jakob Ketterl 2020-02-08 21:51:08 +01:00
parent d7ac62473a
commit 14b194d78c
1 changed files with 7 additions and 1 deletions

@ -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.
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.