Project

General

Profile

MacOS Tips » History » Version 37

Dan Smith, 12/28/2022 08:19 PM

1 35 Dan Smith
# MacOS Tips
2 24 Tom Hayward
3 33 Dan Smith
{{>toc}}
4
5 35 Dan Smith
# CHIRP Beginners Guide
6 18 Dave Nathanson
7
The Beginners Guide has general help. Click here for the [[Beginners Guide]] 
8
If you need Mac-specific help, you are at the right page. 
9
10
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. 
11
12 35 Dan Smith
# Application Security in MacOS 10.9+
13 13 Dan Smith
14 27 Dave Nathanson
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:
15 13 Dan Smith
16 35 Dan Smith
 1. Locate the app in Finder. 
17
 1. Right click (control-click if you don't have a 2 button mouse) on the app and click Open.
18
 1. You will get a dialog box about it being an unsigned app, click the Open button.
19 37 Dan Smith
 1. Enter an Administrator userid and password (if prompted)
20 35 Dan Smith
 1. The app will now be flagged to allow it to be opened normally in the future.
21 32 Tony Fuller
22
# MacOS 12.3+ (Monterey)
23
24 37 Dan Smith
**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.
25 32 Tony Fuller
26 37 Dan Smith
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](https://www.python.org/downloads/release/python-2716/) 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](https://www.python.org/ftp/python/2.7.16/python-2.7.16-macosx10.9.pkg) or use the [local mirror](https://trac.chirp.danplanet.com/chirp_daily/MacOS/python-2.7.18-macosx10.9.pkg) .
27
28 1 Dan Smith
This reportedly works in macOS 12.3 on Intel and Apple Silicon machines.
29 35 Dan Smith
30 33 Dan Smith
# Mac USB Drivers
31 36 Dan Smith
32 33 Dan Smith
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. 
33 1 Dan Smith
34 23 Tom Hayward
## FTDI cables
35
36 37 Dan Smith
All modern MacOS versions have built-in support for FTDI-based cables. No additional drivers are needed nor should be installed.
37 1 Dan Smith
38 33 Dan Smith
## Prolific PL-2303 cables
39 23 Tom Hayward
40 37 Dan Smith
All modern MacOS versions have built-in support for Prolific-based cables. No additional drivers are needed nor should be installed.
41 33 Dan Smith
42 35 Dan Smith
## RTSystems cables
43 1 Dan Smith
44 23 Tom Hayward
### for OSX 10.9.x (aka Mavericks):
45
46
see [[RTSystemsCablesAndMavericks]]
47 33 Dan Smith
48
## Silicon Labs CP210x
49 23 Tom Hayward
50 37 Dan Smith
All modern MacOS versions have built-in support for SiliconLabs-based cables. No additional drivers are needed nor should be installed.
51 23 Tom Hayward
52 35 Dan Smith
## WinChipHead CH340 series chipset
53 31 Bernhard Hailer
54 37 Dan Smith
All modern MacOS versions have built-in support for WCH-based cables. No additional drivers are needed nor should be installed.
55 31 Bernhard Hailer
56 35 Dan Smith
# Tips
57 1 Dan Smith
58 37 Dan Smith
* In many cases you need to connect the cable to the radio first, then power the radio on. The exact procedure varies by radio.
59 11 Tom Hayward
* 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. 
60
* 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. 
61
* 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. 
62
* 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. 
63
* 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. 
64
* If your radio is not "Supported", you can try downloading the newest Daily Build to see if support was recently added.
65 1 Dan Smith
66 35 Dan Smith
# Troubleshooting
67 8 Dave Nathanson
68 11 Tom Hayward
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. 
69 6 Dave Nathanson
70 11 Tom Hayward
Another way to see that the driver is correctly installed is to open Terminal and type:
71 6 Dave Nathanson
72 11 Tom Hayward
    ls /dev/cu*
73 6 Dave Nathanson
74 11 Tom Hayward
It will return a list of virtual serial ports including something similar to:
75 6 Dave Nathanson
76 11 Tom Hayward
    /dev/cu.usbserial-A501XQ5I     (suffix will vary)
77 6 Dave Nathanson
78 11 Tom Hayward
You may also type:
79 6 Dave Nathanson
80 11 Tom Hayward
    kextstat
81 6 Dave Nathanson
82
That will return a long list of kexts, including something similar to this at the bottom (most recently installed are listed last):
83
84 11 Tom Hayward
    142    0 0xffffff7f81fc8000 0x8000      0x8000     com.FTDI.driver.FTDIUSBSerialDriver (2.2.18) <112 32 5 4 3 1>
85
86 6 Dave Nathanson
Look at the CHIRP log for clues.
87
88 11 Tom Hayward
    ~/.chirp/debug.log
89
90 23 Tom Hayward
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.