Both sides previous revisionPrevious revisionNext revision | Previous revision |
links:chirp [2024/11/24 13:19] – va7fi | links:chirp [2025/01/06 20:50] (current) – [Chirp with Ubuntu] va7fi |
---|
| |
- Connect your radio to your computer and open CHIRP. | - Connect your radio to your computer and open CHIRP. |
- Under ''Radio'', select ''Download From Radio'': {{ howto:chirp:chirp1.png }} | - Under ''Radio'', select ''Download From Radio'': {{ links:chirp:chirp1.png }} |
- Select the right ''Port'' (which is probably wrong by default), ''Vendor'' and ''Model'' and press ok. It's good to download what's already on your radio even if you don't have anything because in addition to frequencies, it also downloads settings specific to your radio. {{ howto:chirp:chirp2.png }} | - Select the right ''Port'' (which is probably wrong by default), ''Vendor'' and ''Model'' and press ok. It's good to download what's already on your radio even if you don't have anything because in addition to frequencies, it also downloads settings specific to your radio. {{ links:chirp:chirp2.png }} |
- Before you go and program frequencies, have a look at the ''Settings'' to see if you can configure anything there. See below for screenshots of VA7FI's Baofeng settings: {{ howto:chirp:chirp3.png }} | - Before you go and program frequencies, have a look at the ''Settings'' to see if you can configure anything there. See below for screenshots of VA7FI's Baofeng settings: {{ links:chirp:chirp3.png }} |
- To enter frequencies, you can either type them manually, or copy and paste from another CHIRP file. Never upload someone else's CHIRP file directly though because the radios might have different firmware that can cause issues. It's pretty easy to open a second CHIRP file in a second tab, and copy and paste the frequencies you want into your tab. See VA7FI's [[links/radioprogramming#frequencies | CHIRP files]] for example. {{ howto:chirp:chirp4.png }} | - To enter frequencies, you can either type them manually, or copy and paste from another CHIRP file. Never upload someone else's CHIRP file directly though because the radios might have different firmware that can cause issues. It's pretty easy to open a second CHIRP file in a second tab, and copy and paste the frequencies you want into your tab. See VA7FI's [[links/radioprogramming#frequencies | CHIRP files]] for example. {{ links:chirp:chirp4.png }} |
| |
<hidden Baofeng Settings> | <hidden Baofeng Settings> |
| |
| |
===== Chirp Problems with Ubuntu ===== | ===== Chirp with Ubuntu ===== |
| |
I just finished updating my laptop to the latest [[https://linuxmint.com/download.php |Linux Mint 20]] (based on Ubuntu 20.04) and once I tried re-installing Chirp, I got this error message: | - I have successfully installed Chirp-Next on Linux Mint without any issues following [[https://chirpmyradio.com/projects/chirp/wiki/ChirpOnLinux |these instructions]]. |
| - And then added my username to the dialout user to be able to write to the radio:<code> |
<code> | |
The following packages have unmet dependencies: | |
chirp-daily : Depends: python-libxslt1 which is a virtual package and is not provided by | |
any available package | |
| |
Depends: python-gtk2 which is a virtual package and is not provided by | |
any available package | |
| |
Depends: python-serial which is a virtual package and is not provided by | |
any available package | |
| |
Depends: python-suds which is a virtual package and is not provided by | |
any available package | |
</code> | |
| |
A little Googling led me to [[https://dw1zws.com/how-to-install-chirp-on-ubuntu-20-04/ |this work around]], which is basically to: | |
- point the repository to ''xenial'' instead of ''focal'' | |
- install the {{ howto:chirp:chirp-dep-20.04.tar.gz |dependencies}} manually | |
- try the install again:<code> | |
sudo aptitude install chirp-daily | |
</code> | |
- Add your username to the dial out user otherwise you won't be able to write to the radio:<code> | |
sudo usermod -aG dialout YOURUSERNAME</code> | sudo usermod -aG dialout YOURUSERNAME</code> |
| |