Chirp
CHIRP is
a free, open-source
tool for programming your amateur radio. It supports a large number
of manufacturers and models,
as well
as provides a way to interface
with multiple data sources and formats. I had a fue problems when i
install it on my ubuntu
so I
have done this guide to help you install
chirp on your ubuntu computer
Step 1
Go
onto your terminal and run the next
3 sudo comands
sudo apt-add-repository
ppa:dansmith/chirp-snapshots
sudo apt-get update
sudo apt-get install chirp-daily
Step 2
run
the next sudo command but replace
<USERNAME> with your username
sudo usermod -aG dialout <USERNAME >
then you should be up & running
|