rtl-sdr turns your Realtek RTL2832 based DVB dongle into a SDR receiver
Many different developments have been taken in this release. For an overview, see improvements
development tools have to be installed:
sudo apt-get install build-essential cmake git
install the libusb-1.0 development package::
sudo apt-get install libusb-dev libusb-1.0-0-dev
git clone https://github.com/old-dab/rtlsdr.git
cd rtlsdr
run cmake and start compilation. cmake will accept some options, e.g.
-DINSTALL_UDEV_RULES=ON
, default isOFF
-DDETACH_KERNEL_DRIVER=ON
, default isOFF
-DENABLE_ZEROCOPY=ON
, default isOFF
all cmake options are optional
mkdir build && cd build
cmake ../ -DINSTALL_UDEV_RULES=ON
make
setup into prefix, usually will require sudo
:
sudo make install
sudo ldconfig
GitHub Releases is used for development builds for Windows 32/64.
http://superkuh.com/rtlsdr.html
https://osmocom.org/projects/rtl-sdr/wiki/Rtl-sdr
- for permanent blacklisting you might check/call following from the clone git directory
./install-blacklist.sh