Difference between revisions of "GNURadio: Instalasi UHD"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Sumber: https://stackoverflow.com/questions/33293835/cannot-import-name-uhd-in-gnu-radio-python | Sumber: https://stackoverflow.com/questions/33293835/cannot-import-name-uhd-in-gnu-radio-python | ||
+ | Jika perlu kita bisa remove aplikasi yang pernah di install | ||
cd usr/local/src/SDR/gnuradio/build/ | cd usr/local/src/SDR/gnuradio/build/ | ||
Line 8: | Line 9: | ||
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 | ||
apt -y install gnuradio \ | apt -y install gnuradio \ | ||
− | gr-osmosdr gr-radar gr-radar-doc | + | gr-osmosdr gr-radar gr-radar-doc gr-radar libgnuradio-uhd3.8.1 \ |
− | libuhd-dev | + | libuhd-dev libuhd3.15.0 soapysdr-module-uhd soapysdr-module-uhd \ |
− | uhd-host uhd-soapysdr | + | uhd-host uhd-soapysdr gr-air-modes |
− | |||
− | |||
+ | ==Alternatif== | ||
+ | sudo apt-get install libuhd-dev libuhd3.15.0 uhd-host | ||
+ | |||
Latest revision as of 09:21, 1 July 2022
Sumber: https://stackoverflow.com/questions/33293835/cannot-import-name-uhd-in-gnu-radio-python
Jika perlu kita bisa remove aplikasi yang pernah di install
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 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