welle.io for Debian ------------------- You might want to run this headless with a cronjob and screen, example: $ crontab -e @reboot screen -dmS DABd welle-cli -c 7A -D -w 7979 # this would run welle-cli decoding all radio channels on 7A to port 7979 # usable with a browser http://yourhost:7979/ You might want to blacklist the following module: dvb_usb_rtl28xxu You might want to add a udev rules to set permissions for your USB device as following: /etc/udev/rules.d/rtl-sdr.rules SUBSYSTEMS=="usb", ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="2832", MODE:="0666" SUBSYSTEMS=="usb", ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="2838", MODE:="0666" (feel free to complete this list) Another source for such a file: https://github.com/keenerd/rtl-sdr/blob/master/rtl-sdr.rules -- Gürkan Myczko Mon, 25 Mar 2019 09:09:30 +0200