Using The ANTSDR E200 on Ubuntu 24.04

3 views
Skip to first unread message

Dale Ranta

unread,
May 27, 2024, 6:17:03 PMMay 27
to SdrGlut Users
The video is -

Using The ANTSDR E200 on Ubuntu 24.04.

The Commands are -

ANTSDR E200 Install on Ubuntu 24.04

sudo apt-get install libssl-dev

down load -

https://www.python.org/ftp/python/3.9.18/Python-3.9.18.tgz

cd /home/dir/Documents/Archive
tar -zxvf Python-3.9.18.tgz
cd Python-3.9.18
configure --prefix=/usr/local --enable-shared
make -j 12
sudo make install
sudo ldconfig

pip3 install ruamel.yaml
pip3 install numpy
pip3 install requests
pip3 install mako
#pip3 install platform

sudo apt-get install libusb-1.0-0-dev
sudo apt-get install libboost1.74-all-dev
cd ..
git clone --depth=1 https://github.com/righthalfplane/rfspace.git
cd rfspace
cd antsdr_uhd-master3
cd host
mkdir build
cd build
cmake -DPYTHON_EXECUTABLE=/usr/local/bin/python3 -DENABLE_X400=OFF -DENABLE_N320=OFF -DENABLE_X300=OFF -DENABLE_USRP2=OFF -DENABLE_USRP1=OFF -DENABLE_N300=OFF -DENABLE_E320=OFF -DENABLE_E300=OFF ../
make -j 16
sudo make install
sudo ldconfig

Pluto Firmware
ssh ro...@192.168.1.10 - password analog

UHD Firmware
ssh ro...@192.168.1.10 - password microphase

git clone --depth=1 https://github.com/pothosware/SoapyUHD.git
cd SoapyUHD
mkdir build
cd build
cmake ../
make -j 16
sudo make install
sudo ldconfig


Reply all
Reply to author
Forward
0 new messages