Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
2,164
Widok
0
30/07/2015 9:15 pm
Topic starter
SDR na Raspberry PI?
1 Answer
0
30/07/2015 9:16 pm
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