Hardware Reference
In-Depth Information
sudo make
sudo make install
sudo ldconfig
Be aware that the build process that occurs during these steps will take several mi-
nutes on the Pi. The build script will update your status as it progresses.
When the install is complete, you need to copy a set of device rules for the RTL-SDR
into the udev configuration directory:
$ cd /opt/rtl-sdr/
$ sudo cp rtl-sdr.rules /etc/udev/rules.d/
These rules will ensure that your RTL-SDR device is properly configured when it is
inserted into your Raspberry Pi.
If you haven't already done so, go ahead and plug in your RTL-SDR device. Then, reboot
the Raspberry Pi to ensure that the system cleanly and correctly loads the drivers on
startup:
$ sudo reboot
Now, you should run a test script to make sure Raspbian is using the driver and can
receive data from the RTL-SDR device:
$ rtl_test -t
If all is well, happy messages will appear and test the modes of the RTL-SDR device:
$ rtl_test -t
Found 1 device(s):
0: Generic RTL2832U (e.g. hama nano)
Using device 0: Generic RTL2832U (e.g. hama nano)
Found Elonics E4000 tuner
Supported gain values (18): -1.0 1.5 4.0 6.5 9.0 11.5 14.0 16.5 19.0 21.5
24.0 29.0 34.0 42.0 43.0 45.0 47.0 49.0
Benchmarking E4000 PLL...
[E4K] PLL not locked for 51000000 Hz!
[E4K] PLL not locked for 2204000000 Hz!
[E4K] PLL not locked for 1102000000 Hz!
[E4K] PLL not locked for 1241000000 Hz!
E4K range: 52 to 2203 MHz
E4K L-band gap: 1102 to 1241 MHz
Search WWH ::




Custom Search