Project

General

Profile

MacOS Tips » History » Version 7

Dave Nathanson, 09/06/2013 08:32 AM

1 6 Dave Nathanson
h1.  +Mac OS X TIPS:+
2 1 Dan Smith
3 6 Dave Nathanson
h1.  Mac USB DRIVERS FOR: 
4 1 Dan Smith
5 6 Dave Nathanson
h2.  FTDI cables: 
6
http://www.ftdichip.com/Drivers/VCP.htm
7
Version 1.5.1 is available for Mac OS X on 64 bit, 32 bit and PPC machines. 
8 1 Dan Smith
9 6 Dave Nathanson
h2. Prolific cables - official drivers for the genuine Prolific cables: 
10
http://www.prolific.com.tw/US/CustomerLogin.aspx 
11
Login as guest/ guest & look in the Support section. Specified to work with Mac OSX 10.6, 10.7, & 10.8. 
12 1 Dan Smith
13 6 Dave Nathanson
h2. Prolific cables (counterfeit and/or “Generic”:
14
For Lion (10.7.x) and Mountain Lion (10.8.x):
15
http://changux.co/osx-installer-to-pl2303-serial-usb-on-osx-lio/
16
For Snow Leopard, Lion (maybe other OSX versions too):
17
http://sourceforge.net/projects/osx-pl2303/
18 1 Dan Smith
19 6 Dave Nathanson
h2. RTSystems cables:
20
https://www.rtsystemsinc.com/kb_results.asp?ID=9
21
http://www.rtsystems.us/downloads/MacDrivers/RTSystemUSBSerialDrivers.pkg.mpkg.zip
22 1 Dan Smith
23 6 Dave Nathanson
h2. Silicon Labs CP210x USB to UART Bridge VCP Drivers
24
http://www.silabs.com/products/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx
25
Macintosh OSX driver for the Intel and PowerPC Platforms versions 10.4, 10.5, 10.6, 10.7 and 10.8
26 1 Dan Smith
27 6 Dave Nathanson
h1. +TIPS:+
28 1 Dan Smith
29 6 Dave Nathanson
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.
30
31
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. 
32
33
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. 
34
35
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 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. 
36
37
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. 
38
39
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. 
40
41
If CHIRP won’t launch & run, you may have neglected to install the Python runtime. CHIRP needs that. 
42
http://www.d-rats.com/download/OSX_Runtime/
43
44
If your radio is not "Supported", you can try downloading the newest Daily Build to see if support was recently added. 
45
46
h1. TROUBLESHOOTING:
47
48
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. 
49
50
Another way to see that the driver is correctly installed is to open Terminal and type:
51
@ls /dev/cu*@
52
It will return a list of virtual serial ports including something similar to:
53
@/dev/cu.usbserial-A501XQ5I@     (suffix will vary)
54
55
You may also type:
56
@kextstat@
57
That will return a long list of kexts, including something similar to this at the bottom (most recently installed are listed last):
58
@142    0 0xffffff7f81fc8000 0x8000      0x8000     com.FTDI.driver.FTDIUSBSerialDriver (2.2.18) <112 32 5 4 3 1>@
59
60
Look at the CHIRP log for clues.
61
 @~/.chirp/debug.log@
62
63
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. 
64
65 7 Dave Nathanson
Not all functionality is supported on all radios. See "Model Support":http://chirp.danplanet.com/download/0.3.0/Model_Support.html
66
67 6 Dave Nathanson
h2. CHIRP Beginners Guide:
68
http://chirp.danplanet.com/projects/chirp/wiki/Beginners_Guide