<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Errno 2 is "file not found".  I suspect you do not have the
      correct name for the USB Serial Port for your programming cable,
      or your cable doesn't have a driver.<br>
    </p>
    <p>To diagnose the situation to the next step: look for files that
      start with /dev/tty.usb before and after you plug in your
      programming cable:</p>
    <blockquote>
      <pre>&lt;open a Terminal window&gt;
ls /dev/tty.usb*
&lt;plug in your programming cable&gt;
ls /dev/tty.usb*
</pre>
    </blockquote>
    You will typically have one device after the 2nd 'ls' command.  That
    is the name you need to give to chirp.<br>
    If you have no tty.usb files show up: you have a device driver
    issue.  To diagnose further, you will need the device vendor and
    product numbers.  The 'ioreg' or 'system_profiler' command can show
    you this:<br>
    <blockquote>
      <pre>&lt;open a Terminal window&gt;
&lt;unplug the programming cable&gt;
system_profiler SPUSBDataType
&lt;plug in the programming cable&gt;
system_profiler SPUSBDataType

&lt;ioreg alternative to system_profiler:&gt;
ioreg -p IOUSB -l -w 0<code style="margin: 0px; padding: 0px; border: 0px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; font-size: 13px; line-height: inherit; font-family: Consolas, Menlo, Monaco, &quot;Lucida Console&quot;, &quot;Liberation Mono&quot;, &quot;DejaVu Sans Mono&quot;, &quot;Bitstream Vera Sans Mono&quot;, &quot;Courier New&quot;, monospace, sans-serif; vertical-align: baseline; box-sizing: inherit; background-color: rgb(239, 240, 241); white-space: inherit;">
</code></pre>
    </blockquote>
    Once again: you are running the command twice to look for what
    changed after you plugged in the cable.<br>
    <br>
    The fields you want from system_profiler are the Vendor and Product
    IDs; that will say what driver is needed.<br>
    <br>
    My Mac has built-in drivers for FTDI chips, not not the Prolific
    chips (Vendor 067b, product 2303).  Drivers are available from the <a
      moz-do-not-send="true"
href="http://www.prolific.com.tw/US/ShowProduct.aspx?p_id=229&amp;pcid=41">prolific
      web site</a>.<br>
    <br>
    I hope this helps you get to the next step.<br>
    <br>
    Neil Katin<br>
    <br>
    <div class="moz-cite-prefix">On 2018-03-21 19:51, T Wilson wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:4ECDFFF7-9C29-4B35-A1AD-411C2CCB06B3@gmail.com">
      <pre wrap="">I’m at my wits end with my Mac computer. I’m not versed in the commands using the terminal and I’m not very proficient with a Mac computer either but I’m stuck with it. I have a Baofeng bf-888s and started trying to program it using a generic programming cable with no success. The computer would recognize that something was plugged in but that was it. I bought a legit FTDI cable and now the computer recognizes it with all the information included so I believe that the Mac sees it... but using chirp I get the “errno2” error message when I try to download from the radio! I’ve tried drivers, this, that, and I honestly want to throw this Mac in front of a fast moving truck on the freeway! My Mac is running “high Sierra” 10.13.1 Please help!!!!!
_______________________________________________
chirp_users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:chirp_users@intrepid.danplanet.com">chirp_users@intrepid.danplanet.com</a>
<a class="moz-txt-link-freetext" href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a>
This message was sent to Neil Katin at <a class="moz-txt-link-abbreviated" href="mailto:chirp@askneil.com">chirp@askneil.com</a>
To unsubscribe, send an email to <a class="moz-txt-link-abbreviated" href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com">chirp_users-unsubscribe@intrepid.danplanet.com</a></pre>
    </blockquote>
    <br>
  </body>
</html>