Difference between revisions of "GNURadio: Instalasi UHD"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 8: | Line 8: | ||
libuhd-dev libuhd003.010.003 soapysdr-module-uhd soapysdr0.6-module-uhd \ | libuhd-dev libuhd003.010.003 soapysdr-module-uhd soapysdr0.6-module-uhd \ | ||
uhd-host uhd-soapysdr | uhd-host uhd-soapysdr | ||
+ | |||
Install gnuradio dan UHD | Install gnuradio dan UHD | ||
Line 15: | Line 16: | ||
libuhd-dev libuhd003.010.003 soapysdr-module-uhd soapysdr0.6-module-uhd \ | libuhd-dev libuhd003.010.003 soapysdr-module-uhd soapysdr0.6-module-uhd \ | ||
uhd-host uhd-soapysdr gr-air-modes | uhd-host uhd-soapysdr gr-air-modes | ||
+ | |||
+ | |||
+ | Install gnuradio dan UHD | ||
+ | |||
+ | apt -y install gnuradio \ | ||
+ | gr-osmosdr gr-radar gr-radar-doc gr-radar libgnuradio-uhd3.8.1 \ | ||
+ | libuhd-dev libuhd3.15.0 soapysdr-module-uhd soapysdr-module-uhd \ | ||
+ | uhd-host uhd-soapysdr gr-air-modes | ||
+ | |||
+ | |||
==Alternatif== | ==Alternatif== | ||
− | sudo apt-get install libuhd-dev | + | sudo apt-get install libuhd-dev libuhd3.15.0 uhd-host |
+ | |||
+ | |||
==Referensi== | ==Referensi== |
Revision as of 09:20, 1 July 2022
Sumber: https://stackoverflow.com/questions/33293835/cannot-import-name-uhd-in-gnu-radio-python
cd usr/local/src/SDR/gnuradio/build/ sudo make uninstall sudo apt-get remove gnuradio \ 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
Install gnuradio dan UHD
apt -y install gnuradio \ 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
Install gnuradio dan UHD
apt -y install gnuradio \ gr-osmosdr gr-radar gr-radar-doc gr-radar libgnuradio-uhd3.8.1 \ libuhd-dev libuhd3.15.0 soapysdr-module-uhd soapysdr-module-uhd \ uhd-host uhd-soapysdr gr-air-modes
Alternatif
sudo apt-get install libuhd-dev libuhd3.15.0 uhd-host