Difference between revisions of "4G: instalasi UHD di Ubuntu 20.04"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "==Set CPU Freq== sudo apt-get install cpufrequtils echo 'GOVERNOR="performance"' | sudo tee /etc/default/cpufrequtils sudo systemctl disable ondemand cek cat /sys/devic...")
 
Line 10: Line 10:
  
 
reboot komputer
 
reboot komputer
 +
 +
==Install UHD==
 +
 +
sudo apt -y install libuhd-dev libuhd003 uhd-host
 +
 +
Download & Cek Ettus B210
 +
 +
sudo uhd_images_downloader
 +
sudo uhd_usrp_probe

Revision as of 11:06, 27 September 2022

Set CPU Freq

sudo apt-get install cpufrequtils
echo 'GOVERNOR="performance"' | sudo tee /etc/default/cpufrequtils
sudo systemctl disable ondemand

cek

cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor

reboot komputer

Install UHD

sudo apt -y install libuhd-dev libuhd003 uhd-host

Download & Cek Ettus B210

sudo uhd_images_downloader
sudo uhd_usrp_probe