Difference between revisions of "GNURadio: Instalasi"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Instalasi apt update apt -y install gnuradio gnuradio-dev ==Pranala Menarik== * GNURadio") |
Onnowpurbo (talk | contribs) |
||
| (24 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Instalasi | Instalasi | ||
| + | sudo su | ||
apt update | apt update | ||
| − | apt -y install gnuradio gnuradio-dev | + | apt -y install gnuradio gnuradio-dev sox |
| + | Dukungan OsmoSDR (kalau mau pakai RTL-SDR) , naga-2nya lebih baik compile gr-osmosdr daripada install. | ||
| + | apt -y install gr-osmosdr | ||
| + | |||
| + | Blacklist driver rtl28xx | ||
| + | |||
| + | cd /etc/modprobe.d/ | ||
| + | sudo vi ban-rtl.conf | ||
| + | |||
| + | Tambahakan | ||
| + | |||
| + | blacklist dvb_usb_rtl28xxu | ||
| + | |||
| + | |||
| + | ==Optional== | ||
| + | |||
| + | Install compiler dkk | ||
| + | |||
| + | apt -y install git cmake g++ libboost-all-dev libgmp-dev swig python3-numpy \ | ||
| + | python3-mako python3-sphinx python3-lxml doxygen libfftw3-dev libcomedi-dev \ | ||
| + | libsdl1.2-dev libgsl-dev libqwt-qt5-dev libqt5opengl5-dev python3-pyqt5 \ | ||
| + | liblog4cpp5-dev libzmq3-dev python3-yaml python3-click python3-click-plugins \ | ||
| + | python3-zmq libcanberra-gtk-module libcanberra-gtk3-module libusb-1.0 | ||
| + | |||
| + | Biasanya tidak di perlukan, tapi kalau kepaksa bisa juga install soapy dll | ||
| + | |||
| + | apt -y install gr-osmosdr gr-radar gr-radar-doc libgnuradio-radar3.7 libgnuradio-uhd3.7.11 \ | ||
| + | libuhd-dev libuhd003.010.003 soapysdr-module-uhd soapysdr0.6-module-uhd \ | ||
| + | uhd-host uhd-soapysdr \ | ||
| + | gr-air-modes sqlite3 libsqlite3-dev python-zmq python-numpy python-scipy libqtwebkit4 libqtwebkit-dev | ||
| + | |||
| + | |||
| + | ==Referensi== | ||
| + | |||
| + | * https://osmocom.org/projects/rtl-sdr/wiki/Rtl-sdr | ||
==Pranala Menarik== | ==Pranala Menarik== | ||
* [[GNURadio]] | * [[GNURadio]] | ||
Latest revision as of 08:43, 4 January 2020
Instalasi
sudo su apt update apt -y install gnuradio gnuradio-dev sox
Dukungan OsmoSDR (kalau mau pakai RTL-SDR) , naga-2nya lebih baik compile gr-osmosdr daripada install.
apt -y install gr-osmosdr
Blacklist driver rtl28xx
cd /etc/modprobe.d/ sudo vi ban-rtl.conf
Tambahakan
blacklist dvb_usb_rtl28xxu
Optional
Install compiler dkk
apt -y install git cmake g++ libboost-all-dev libgmp-dev swig python3-numpy \ python3-mako python3-sphinx python3-lxml doxygen libfftw3-dev libcomedi-dev \ libsdl1.2-dev libgsl-dev libqwt-qt5-dev libqt5opengl5-dev python3-pyqt5 \ liblog4cpp5-dev libzmq3-dev python3-yaml python3-click python3-click-plugins \ python3-zmq libcanberra-gtk-module libcanberra-gtk3-module libusb-1.0
Biasanya tidak di perlukan, tapi kalau kepaksa bisa juga install soapy dll
apt -y install gr-osmosdr gr-radar gr-radar-doc libgnuradio-radar3.7 libgnuradio-uhd3.7.11 \ libuhd-dev libuhd003.010.003 soapysdr-module-uhd soapysdr0.6-module-uhd \ uhd-host uhd-soapysdr \ gr-air-modes sqlite3 libsqlite3-dev python-zmq python-numpy python-scipy libqtwebkit4 libqtwebkit-dev