<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">sorted<div class=""><br class=""></div><div class=""><a href="http://tech-software.net/satgate/satgate.htm" class="">http://tech-software.net/satgate/satgate.htm</a></div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 19 Nov 2017, at 2:56 pm, Cinaed Simson <<a href="mailto:cinaed.simson@gmail.com" class="">cinaed.simson@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">There are a number of forks of rtl-sdr, but the one I use is from<br class=""><br class="">  <a href="https://github.com/osmocom/rtl-sdr.git" class="">https://github.com/osmocom/rtl-sdr.git</a><br class=""><br class="">which has support for the bias tee.<br class=""><br class="">I'm not familiar with the git URLs you posted.<br class=""><br class="">When I built it from source I get everything - the binaries, the<br class="">includes and the libraries.<br class=""><br class="">And rtl_fm worked.<br class=""><br class="">As long as you don't randomly mix the source for the rtl-sdr and the<br class="">source for the librtlsdr from different forks it shouldn't matter.<br class=""><br class="">-- Cinaed<br class=""><br class=""><br class="">On 11/18/2017 04:09 PM, <a href="mailto:vk4tec@tech-software.net" class="">vk4tec@tech-software.net</a> wrote:<br class=""><blockquote type="cite" class="">Hello<br class=""><br class="">I am installing a satgate on the raspberry pi with an rtl dongle<br class=""><br class="">I use the rtl_fm from the sources and I get an error about bias tee<br class=""><br class="">I have had to use another source <br class=""><br class="">Here is my install script <br class=""><br class="">#!/bin/sh<br class="">clear<br class="">echo "VK4TEC SATGATE install"<br class="">echo " "<br class="">#sudo apt-get update<br class="">#sudo apt-get install cmake build-essential libusb-1.0-0-dev<br class="">git clone <a href="https://github.com/niofis/rtl-sdr.git" class="">https://github.com/niofis/rtl-sdr.git</a><br class="">cd rtl-sdr/<br class="">mkdir build<br class="">cd build<br class="">cmake ../<br class="">make<br class="">sudo make install<br class="">sudo ldconfig<br class="">git clone <a href="https://www.github.com/wb2osz/direwolf" class="">https://www.github.com/wb2osz/direwolf</a><br class="">cd ~/direwolf<br class="">make<br class="">sudo make install<br class="">make install-rpi<br class="">make install-conf<br class="">cd ~<br class="">sudo mv sdr.old sdr.confcd ~<br class="">sudo cp sdr.conf sdr.old<br class="">cd ~<br class="">sudo apt-get uninstall rtl-sdr<br class="">sudo apt-get install rtl-sdr<br class="">sudo apt-get install librtlsdr-dev<br class="">/usr/bin/rtl_fm -f 145.825M - | direwolf -t 0 -dii -c sdr.conf -r 24000 -D 1<br class="">-<br class=""><br class="">Andrew Rich Nov 2017 <br class=""><br class=""><br class=""></blockquote><br class=""></div></div></blockquote></div><br class=""></div></body></html>