viernes, 21 de febrero de 2020

Instalando rtl-sdr en Raspi

Manual

* sudo apt-get update
* sudo apt-get install cmake
* sudo apt-get install build-essential


// Access to USB devices
* sudo apt-get install libusb-1.0-0-dev

// rtl-sdr driver code
* git clone git://git.osmocom.org/rtl-sdr.git
* cd rtl-sdr
* mkdir build 
* cd build 
* cmake ../ -DINSTALL_UDEV_RULES=ON 
* make 
* sudo make install 

// Systema admin command
// Examina librerias in el directorio, etc/ld.so.conf,/usr/lib y /lib. Update links y cache
// Se suele ejecutar en ficheros de arranque o despues de la instalación de nuevas librerias dinamicas.
* sudo ldconfigsudo 

* cp ../rtl-sdr.rules /etc/udev/rules.d/

* Abrir/crear fichero /etc/modprobe.d/blacklist-rtl.conf
-- añadir la linea siguiete:
  blacklist dvd_usb_rtl28xxu
* sudo reboot

* rtl_test -t

Si ves algo parecido a lo siguiente todo está OK. No te preocupes por los mensajes de error.






Found 1 device(s):
  0:  Realtek, RTL2838UHIDIR, SN: 00000001

Using device 0: Generic RTL2832U OEM
Detached kernel driver
Found Rafael Micro R820T tuner
Supported gain values (29): 0.0 0.9 1.4 2.7 3.7 7.7 8.7 12.5 14.4 15.7 16.6 19.7 20.7 22.9 25.4 28.0 29.7 32.8 33.8 36.4 37.2 38.6 40.2 42.1 43.4 43.9 44.5 48.0 49.6
[R82XX] PLL not locked!
Sampling at 2048000 S/s.
No E4000 tuner found, aborting.
Reattached kernel driver

No hay comentarios:

Publicar un comentario