-
Notifications
You must be signed in to change notification settings - Fork 482
Common problems and their solutions
If something does not work as expected, please take a look at the terminal output of OpenWebRX carefully. Sometimes it is not obvious what is causing the problem, as by running OpenWebRX a lot of external processes a spawned, which interact with the server process. Sometimes you will get the error message from one of these processes.
You will usually receive this error message if you pulled the latest OpenWebRX from git, but you did not upgrade csdr as well, and the old version of csdr is not compatible anymore.
The solution is to upgrade csdr.
You should try to do this before restarting OpenWebRX:
sudo killall csdr
Xou have ncat on your system, and on some reason your RTL-SDR or other I/Q input source failed and the corresponding process exited. You will see something like:
No supported devices found.
Please check manually that your start_rtl_command
works, e.g. try:
rtl_sdr - > /dev/null
You should either blacklist the dvb_usb_rtl28xxu
kernel module, or solve it quickly (will have to repeat it on every reboot):
sudo rmmod dvb_usb_rtl28xxu
- no RTL-SDR device detected
- my receiver is not getting listed on sdr.hu