Project

General

Profile

MacOS Tips » History » Version 15

Jens Jensen, 05/02/2014 08:05 AM

1 13 Dan Smith
h1. Application Security in 10.9.x
2
3
As of 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 should disable signed package checking for CHIRP. Instructions provided by Jim, K2SON:
4
5
 # Locate the app in Finder.
6
 # Right click (control-click if you don't have a Magic Mouse) on the app and click Open.
7
 # You will get a dialog box about it being an unsigned app, click the Open button.
8
 # Enter the userid and password of the Administrative login.
9
 # The app will now be flagged to allow it to be opened normally in the future.
10
11
Alternately, you can disable them for your entire system, although this has security implications that should not be ignored. Instructions for this provided by Tom, KD7LXL:
12
13
 # Open your System Preferences
14
 # Go to Security & Privacy, General tab.
15
 # Click the lock
16
 # Then choose Allow apps downloaded from: Anywhere.
17
18 11 Tom Hayward
h1.  Mac USB Drivers 
19 1 Dan Smith
20 11 Tom Hayward
h2.  FTDI cables
21 6 Dave Nathanson
22 14 Jens Jensen
Note that with Mac OSX 10.9 "Mavericks", Apple provides their own driver for FTDI chipset. You may need to remove the OEM FTDI driver and use only the Apple FTDI driver, or you may need to disable the Apple FTDI driver and install the OEM FTDI drivers. YMMV.
23
24 1 Dan Smith
http://www.ftdichip.com/Drivers/VCP.htm
25 6 Dave Nathanson
Version 1.5.1 is available for Mac OS X on 64 bit, 32 bit and PPC machines. 
26
27 11 Tom Hayward
h2. Prolific PL-2303 cables - official drivers for the genuine Prolific cables
28
29 15 Jens Jensen
*FYI: your cable, if using Prolific chipset, is more likely to be using a counterfeit chip than an original.*
30
31 6 Dave Nathanson
http://www.prolific.com.tw/US/CustomerLogin.aspx 
32
Login as guest/ guest & look in the Support section. Specified to work with Mac OSX 10.6, 10.7, & 10.8. 
33 1 Dan Smith
34
h2. Generic PL-2303 cables (counterfeit and/or “Generic”)
35
36 15 Jens Jensen
For Lion (10.7.x), Mountain Lion (10.8.x), and Mavericks (10.9.x):
37 14 Jens Jensen
You can try this one, which install open source pl2303 driver and remove any other driver versions:
38
http://1drv.ms/Nl68Ru (you may need to control-right click, then open in order to bypass Mac Gatekeeper)
39 11 Tom Hayward
40 9 Dave Nathanson
For earlier versions of Mac OS X up to 10.5 Leopard. Also some reports of success with Snow Leopard, Lion:
41 1 Dan Smith
http://sourceforge.net/projects/osx-pl2303/
42
43 11 Tom Hayward
h2. RTSystems cables
44
45 1 Dan Smith
https://www.rtsystemsinc.com/kb_results.asp?ID=9
46
http://www.rtsystems.us/downloads/MacDrivers/RTSystemUSBSerialDrivers.pkg.mpkg.zip
47
48 11 Tom Hayward
h2. Silicon Labs CP210x USB to UART Bridge VCP Drivers (including Kenwood TH-D72)
49
50 12 Tom Hayward
* http://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx
51
Macintosh OSX driver for the Intel and PowerPC Platforms versions 10.4, 10.5, 10.6, 10.7, 10.8, and 10.9.
52 1 Dan Smith
53 11 Tom Hayward
h1. Tips
54 1 Dan Smith
55 11 Tom Hayward
* In many cases you need to connect the cable to the radio first, then power the radio on, while holding down some buttons. The exact procedure varies by radio.
56
* 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. 
57
* 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. 
58
* 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. 
59
* 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. 
60
* 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. 
61
* If CHIRP won’t launch & won't run, you may have neglected to install the Python runtime. CHIRP needs that. Even though Mac OS X includes Python built-in, the runtime has to be installed is because it includes PyGTK and some other libraries that Chirp requires, in addition to Python itself: http://www.d-rats.com/download/OSX_Runtime/
62
* If your radio is not "Supported", you can try downloading the newest Daily Build to see if support was recently added.
63 1 Dan Smith
64 11 Tom Hayward
h1. Troubleshooting
65 8 Dave Nathanson
66 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. 
67 6 Dave Nathanson
68 11 Tom Hayward
Another way to see that the driver is correctly installed is to open Terminal and type:
69 6 Dave Nathanson
70 11 Tom Hayward
    ls /dev/cu*
71 6 Dave Nathanson
72 11 Tom Hayward
It will return a list of virtual serial ports including something similar to:
73 6 Dave Nathanson
74 11 Tom Hayward
    /dev/cu.usbserial-A501XQ5I     (suffix will vary)
75 6 Dave Nathanson
76 11 Tom Hayward
You may also type:
77 6 Dave Nathanson
78 11 Tom Hayward
    kextstat
79 6 Dave Nathanson
80
That will return a long list of kexts, including something similar to this at the bottom (most recently installed are listed last):
81
82 11 Tom Hayward
    142    0 0xffffff7f81fc8000 0x8000      0x8000     com.FTDI.driver.FTDIUSBSerialDriver (2.2.18) <112 32 5 4 3 1>
83
84 6 Dave Nathanson
Look at the CHIRP log for clues.
85
86 11 Tom Hayward
    ~/.chirp/debug.log
87
88 6 Dave Nathanson
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. 
89
90 1 Dan Smith
Not all functionality is supported on all radios. See "Model Support":http://chirp.danplanet.com/download/0.3.0/Model_Support.html
91
92 11 Tom Hayward
h2. CHIRP Beginners Guide
93
94
[[Beginners Guide]]