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

From OnnoCenterWiki
Jump to navigationJump 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..."
 
No edit summary
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 04: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