mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-04-24 19:47:01 -04:00
Added more installation step detail and troubleshooting section.
This commit is contained in:
21
README.md
21
README.md
@@ -14,6 +14,10 @@ Installation instructions:
|
||||
|
||||
Compiling rtl_433 requires [rtl-sdr](http://sdr.osmocom.org/trac/wiki/rtl-sdr) to be installed.
|
||||
|
||||
Depending on your system, you may also need to install the following libraries:
|
||||
|
||||
sudo apt-get install libtool libusb-1.0.0-dev librtlsdr-dev rtl-sdr
|
||||
|
||||
Installation using cmake:
|
||||
|
||||
cd rtl_433/
|
||||
@@ -31,6 +35,8 @@ Installation using autoconf:
|
||||
make
|
||||
make install
|
||||
|
||||
The final 'make install' step should be run as a user with appropriate permissions - if in doubt, 'sudo' it.
|
||||
|
||||
|
||||
Running:
|
||||
--------
|
||||
@@ -195,3 +201,18 @@ Google Group
|
||||
|
||||
Join the Google group, rtl_433, for more information about rtl_433:
|
||||
https://groups.google.com/forum/#!forum/rtl_433
|
||||
|
||||
|
||||
Troubleshooting
|
||||
---------------
|
||||
|
||||
If you see this error:
|
||||
|
||||
Kernel driver is active, or device is claimed by second instance of librtlsdr.
|
||||
In the first case, please either detach or blacklist the kernel module
|
||||
(dvb_usb_rtl28xxu), or enable automatic detaching at compile time.
|
||||
|
||||
then
|
||||
|
||||
sudo rmmod dvb_usb_rtl28xxu rtl2832
|
||||
|
||||
|
||||
Reference in New Issue
Block a user