Project

General

Profile

Actions

MacOS Tips » History » Revision 37

« Previous | Revision 37/39 (diff) | Next »
Dan Smith, 12/28/2022 08:19 PM


MacOS Tips

CHIRP Beginners Guide

The Beginners Guide has general help. Click here for the Beginners Guide
If you need Mac-specific help, you are at the right page.

Join the Mailing list & search the archives for similar problem reports & how they were resolved, and/or ask the group. Please include enough info about the problem and situation so the community will be able to help you.

Application Security in MacOS 10.9+

As of MacOS 10.9, signed packages are required by default. Apple charges for this capability, and requires use of their tooling to do it. For the time being, MacOS users may need to disable signed package checking for CHIRP. Instructions provided by Jim, K2SON:

  1. Locate the app in Finder.
  2. Right click (control-click if you don't have a 2 button mouse) on the app and click Open.
  3. You will get a dialog box about it being an unsigned app, click the Open button.
  4. Enter an Administrator userid and password (if prompted)
  5. The app will now be flagged to allow it to be opened normally in the future.

MacOS 12.3+ (Monterey)

CHIRP-next runs well on MacOS Big Sur and later, so you to not need to install Python separately unless you are using the legacy build of CHIRP.

The legacy build of CHIRP requires python 2.x. As of macOS 12.3, Apple has removed python2.x support. However, you can install the open-source python distribution package to restore it. This is only needed once per system, after which the .app will work normally. Download it directly from python.org or use the local mirror .

This reportedly works in macOS 12.3 on Intel and Apple Silicon machines.

Mac USB Drivers

USB to serial cables are not merely wire, they contain small computer circuits at one end of the cable that respond as a USB device and convert the data to serial. These cables are not all the same, so the computer needs a software "driver" so it can recognize the cable and speak to it correctly. You will need to install one of these 5 below.

FTDI cables

All modern MacOS versions have built-in support for FTDI-based cables. No additional drivers are needed nor should be installed.

Prolific PL-2303 cables

All modern MacOS versions have built-in support for Prolific-based cables. No additional drivers are needed nor should be installed.

RTSystems cables

for OSX 10.9.x (aka Mavericks):

see RTSystemsCablesAndMavericks

Silicon Labs CP210x

All modern MacOS versions have built-in support for SiliconLabs-based cables. No additional drivers are needed nor should be installed.

WinChipHead CH340 series chipset

All modern MacOS versions have built-in support for WCH-based cables. No additional drivers are needed nor should be installed.

Tips

  • In many cases you need to connect the cable to the radio first, then power the radio on. The exact procedure varies by radio.
  • Some radios need to be put into a "clone" mode to transfer to PC, some radios may need to be configured to use the mic/speaker jacks for PC transfer instead of for the speaker/mic. The exact procedure varies by radio.
  • You will need to download from the radio to CHIRP first, before uploading anything to the radio. CHIRP creates a template from the radio download so it knows how to talk to the radio.
  • If you want to download from one radio and upload those settings to another radio, first download from each radio to a separate “tab” of CHIRP. Then copy/paste from one tab to the other & upload back to the same radio that produced that tab. Do not try to upload to a radio directly from a tab that was not downloaded from that same radio.
  • Many USB to serial cables include a counterfeit Prolific chip. This can cause connection problems because the official Prolific driver will ignore the counterfeit chip. Some people have reported success by using an older version of the Prolific driver, or a 3rd party driver.
  • If you are using multiple USB cables, each will create a different “virtual port”, meaning that you will need to select the correct virtual port for your radio when connecting to your radio. CHIRP will give you this opportunity each time you download from the radio.
  • If your radio is not "Supported", you can try downloading the newest Daily Build to see if support was recently added.

Troubleshooting

You can verify that the drivers are installed & working by connecting the USB cable to your Mac, then running “System Profiler”, or “System Information” (found in /Applications/Utilities ). When the USB cable is connected and drivers correctly installed, the cable will show up in the USB section of the System Profiler.

Another way to see that the driver is correctly installed is to open Terminal and type:

ls /dev/cu*

It will return a list of virtual serial ports including something similar to:

/dev/cu.usbserial-A501XQ5I     (suffix will vary)

You may also type:

kextstat

That will return a long list of kexts, including something similar to this at the bottom (most recently installed are listed last):

142    0 0xffffff7f81fc8000 0x8000      0x8000     com.FTDI.driver.FTDIUSBSerialDriver (2.2.18) <112 32 5 4 3 1>

Look at the CHIRP log for clues.

~/.chirp/debug.log

Join the Mailing list & search the archives for similar problem reports & how they were resolved, and/or ask the group. Please include enough info about the problem and situation so the community will be able to help you.

Updated by Dan Smith over 1 year ago · 37 revisions