User Tools

Site Tools


howto:chirp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
howto:chirp [2020/07/23 11:11] – [Basics] va7fihowto:chirp [2020/10/05 07:53] – [Chirp Problems with Ubuntu] va7fi
Line 33: Line 33:
 |TX LED Color:         |Orange | |TX LED Color:         |Orange |
 |Roger Beep:           |Not Enabled((Please, Please, Please, do <fc #ff0000>not</fc> enable the roger beep)) | |Roger Beep:           |Not Enabled((Please, Please, Please, do <fc #ff0000>not</fc> enable the roger beep)) |
-|||+ ||
 ^Advanced Settings^^ ^Advanced Settings^^
 |Vox Sensitivity:       |OFF | |Vox Sensitivity:       |OFF |
Line 48: Line 48:
 |STE Repeater Delay:    |Not Enabled| |STE Repeater Delay:    |Not Enabled|
 |All Menus:             |Enabled | |All Menus:             |Enabled |
 +| ||
 +^Other Settings ^^
 +|6+Power-On Message 1:  |(Left as default) |
 +|6+Power-On Message 2:  |(Left as default) |
 +|Power-On Message 1:    |VA7FI |
 +|Power-On Message 2:    |(empty) |
 +|Power-On Message:      |Message |
 +|VHF Lower Limit (MHz)  |130 |
 +|VHF Upper Limit (MHz)  |176 |
 +|VHF TX Enabled:        |Enabled |
 +|UHF Lower Limit (MHz)  |400 |
 +|UHF Upper Limit (MHz)  |520 |
 +|UHF TX Enabled:        |Enabled |
 +| ||
 +^Work Mode Settings ^^
 +|Display:               |A |
 +|VFO/MR Mode:           |Frequency |
 +|Keypad Lock:           |Not Enabled |
 +|MR A Channel:          |2 |
 +|MR B Channel:          |2 |
 +|VFO A Frequency:       |146.565 |
 +|VFO B Frequency:       |446.100 |
 +|VFO A Shift:           |Off |
 +|VFO B Shift:           |Off |
 +|VFO A Offset:          |0.6 |
 +|VFO B Offset:          |5.0 |
 +|VFO A Power:           |High |
 +|VFO B Power:           |High |
 +|VFO A Bandwidth:       |Wide |
 +|VFO B Bandwidth:       |Wide |
 +|VFO A PTT-ID:          |1 |
 +|VFO B PTT-ID:          |1 |
 +|VFO A Tuning Step:     |5.0 |
 +|VFO B Tuning Step:     |5.0 |
 +| ||
 +^Service Settings ^^
 +|VHF Squech 0: |0 |
 +|VHF Squech 1: |12 |
 +|VHF Squech 2: |24 |
 +|VHF Squech 3: |36 |
 +|VHF Squech 4: |48 |
 +|VHF Squech 5: |60 |
 +|VHF Squech 6: |72 |
 +|VHF Squech 7: |84 |
 +|VHF Squech 8: |96 |
 +|VHF Squech 9: |108 |
 +|Same for UHF ||
 +
 +
 +
  
  
Line 62: Line 112:
 <code> <code>
 The following packages have unmet dependencies: The following packages have unmet dependencies:
- chirp-daily : Depends: python-libxslt1 which is a virtual package and is not provided by any available package+ 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-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-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+               Depends: python-suds which is a virtual package and is not provided by 
 +                        any available package
 </code> </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'', to install the dependencies manually, and to try the install again.+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-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>
  
-It seemed to have worked, although I'm not too happy about having installed dependencies manually.  I uploaded the dependencies on Sync in case the original link stops working. 
howto/chirp.txt · Last modified: 2021/07/09 20:31 by va7fi