<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">What matters is the chipset in the mini too! There’s very little work going on for the M1 from what I can tell. I wish I knew how to write a driver, I would.&nbsp;<div class=""><br class=""></div><div class="">Your script is perfect for me! That’s where I happened to put my chirp.</div><div class=""><br class=""></div><div class="">I can’t seem to ascribe any meaning from what I do see in the vendor id on the Mac or the laptop pc for the programming cable. It’s just numbers to me no initials for the company who made them. I did get a windows driver set on a tiny cd for the cable for the baofeng. Some of it is written in Chinese and reading that is beyond me. So I have no idea what kind of cable I have.</div><div class=""><br class=""></div><div class="">I keep working on it. At least you guys got the program running for me so I can use the bigger screen to edit files.</div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Kerry<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Sep 12, 2021, at 2:13 PM, Scott Lopez &lt;<a href="mailto:scottjl@gmail.com" class="">scottjl@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Here's my little script. I keep CHIRP in my home directory Applications, so adjust your path as necessary:</div><div class=""><br class=""></div><div class="">❯ cat bin/chirp_sign.sh<br class="">#!/opt/homebrew/bin/bash<br class="">xattr -c ~/Applications/CHIRP.app<br class="">xattr -c ~/Applications/CHIRP.app/Contents<br class="">codesign --force --deep --sign - ~/Applications/CHIRP.app</div><div class=""><br class=""></div><div class="">The drivers for the cable you're using really depend on the chipset in the cable. MacOS does have some default drivers, and they may work for you. If they don't I suggest going to the web site specific for the chipset and not the cable brand, they tend to be newer. Google something like "chipset macos driver download" and you should find the page.<br class=""></div><div class=""><br class=""></div></div><br class=""><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Sep 12, 2021 at 10:45 AM Kerry Whittle &lt;<a href="mailto:t2ckerry@gmail.com" class="">t2ckerry@gmail.com</a>&gt; wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Yay! Chirp is running again! I was going to try to figure out those commands again but you got them first. Thanks! I’m going to make a script out of those commands.<br class="">
<br class="">
Now, about the drivers, how does that work on the m1?<br class="">
<br class="">
&gt; On Sep 12, 2021, at 7:49 AM, Scott Lopez &lt;<a href="mailto:scottjl@gmail.com" target="_blank" class="">scottjl@gmail.com</a>&gt; wrote:<br class="">
&gt; <br class="">
&gt; Assuming you put the chrip.app in your Applications folder, try running the following commands:<br class="">
&gt; <br class="">
&gt; xattr -c /Applications/CHIRP.app<br class="">
&gt; xattr -c /Applications/CHIRP.app/Contents<br class="">
&gt; codesign --force --deep --sign - /Applications/CHIRP.app<br class="">
&gt; <br class="">
&gt; Need to run these from the command line (use Terminal) and you must have Xcode installed.<br class="">
&gt; <br class="">
&gt; You'll need to run these every time you update the CHIRP app.<br class="">
&gt; _______________________________________________<br class="">
&gt; chirp_users mailing list<br class="">
&gt; <a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank" class="">chirp_users@intrepid.danplanet.com</a><br class="">
&gt; <a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank" class="">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br class="">
&gt; This message was sent to Kerry at <a href="mailto:t2ckerry@gmail.com" target="_blank" class="">t2ckerry@gmail.com</a><br class="">
&gt; To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank" class="">chirp_users-unsubscribe@intrepid.danplanet.com</a><br class="">
<br class="">
_______________________________________________<br class="">
chirp_users mailing list<br class="">
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank" class="">chirp_users@intrepid.danplanet.com</a><br class="">
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank" class="">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br class="">
This message was sent to <a href="mailto:scottjl@gmail.com" target="_blank" class="">scottjl@gmail.com</a> at <a href="mailto:scottjl@gmail.com" target="_blank" class="">scottjl@gmail.com</a><br class="">
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank" class="">chirp_users-unsubscribe@intrepid.danplanet.com</a></blockquote></div>
_______________________________________________<br class="">chirp_users mailing list<br class=""><a href="mailto:chirp_users@intrepid.danplanet.com" class="">chirp_users@intrepid.danplanet.com</a><br class="">http://intrepid.danplanet.com/mailman/listinfo/chirp_users<br class="">This message was sent to Kerry at t2ckerry@gmail.com<br class="">To unsubscribe, send an email to chirp_users-unsubscribe@intrepid.danplanet.com</div></blockquote></div><br class=""></div></body></html>