Installare RTL-SDR nel Raspberry Pi (anche su Debian e Ubuntu)

Passo dopo passo, da riga di comando del Raspberry con utente pi. Lo stesso tutorial è valido anche per Debian o Ubuntu, cambierà l’utente. pi@raspberry:~/ sudo apt-get update pi@raspberry:~/ sudo apt-get upgrade pi@raspberry:~/ sudo apt-get install -y git-core git cmake libusb-1.0-0-dev build-essential pi@raspberry:~/ git clone https://github.com/osmocom/rtl-sdr.git pi@raspberry:~/ cd rtl-sdr/ pi@raspberry:~/rtl-sdr…