Forum

SDR na Raspberry PI...
 
Notifications
Clear all

SDR na Raspberry PI?

1 Posty
1 Users
0 Likes
2,035 Widok
0
Topic starter

SDR na Raspberry PI?

1 Answer
0
Topic starter
apt-get install git-core
apt-get install git cmake libusb-1.0-0-dev build-essential
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
sudo ldconfig
cd ~
sudo cp ./rtl-sdr/rtl-sdr.rules /etc/udev/rules.d

Luckily a solution is pretty straightforward. In /etc/modprobe.d create a new file with sudo, named no-rtl.conf (the actual name is not important, but the .conf is).

cd /etc/modprobe.d
sudo nano no-rtl.conf

Add the following lines:

blacklist dvb_usb_rtl28xxu
blacklist rtl2832
blacklist rtl2830

rtl_test -t
http://forum.flightradar24.com/threads/4270-Linux-feeder-software-for-Flightradar24

Odpowiedź

Author Name

Author Email

Your question *

 
Preview 0 Revisions Saved
Share: