<div dir="ltr"><div>Here&#39;s my little script. I keep CHIRP in my home directory Applications, so adjust your path as necessary:</div><div><br></div><div>❯ cat bin/chirp_sign.sh<br>#!/opt/homebrew/bin/bash<br>xattr -c ~/Applications/CHIRP.app<br>xattr -c ~/Applications/CHIRP.app/Contents<br>codesign --force --deep --sign - ~/Applications/CHIRP.app</div><div><br></div><div>The drivers for the cable you&#39;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&#39;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 &quot;chipset macos driver download&quot; and you should find the page.<br></div><div><br></div></div><br><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">t2ckerry@gmail.com</a>&gt; wrote:<br></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>
<br>
Now, about the drivers, how does that work on the m1?<br>
<br>
&gt; On Sep 12, 2021, at 7:49 AM, Scott Lopez &lt;<a href="mailto:scottjl@gmail.com" target="_blank">scottjl@gmail.com</a>&gt; wrote:<br>
&gt; <br>
&gt; Assuming you put the chrip.app in your Applications folder, try running the following commands:<br>
&gt; <br>
&gt; xattr -c /Applications/CHIRP.app<br>
&gt; xattr -c /Applications/CHIRP.app/Contents<br>
&gt; codesign --force --deep --sign - /Applications/CHIRP.app<br>
&gt; <br>
&gt; Need to run these from the command line (use Terminal) and you must have Xcode installed.<br>
&gt; <br>
&gt; You&#39;ll need to run these every time you update the CHIRP app.<br>
&gt; _______________________________________________<br>
&gt; chirp_users mailing list<br>
&gt; <a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
&gt; <a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
&gt; This message was sent to Kerry at <a href="mailto:t2ckerry@gmail.com" target="_blank">t2ckerry@gmail.com</a><br>
&gt; To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a><br>
<br>
_______________________________________________<br>
chirp_users mailing list<br>
<a href="mailto:chirp_users@intrepid.danplanet.com" target="_blank">chirp_users@intrepid.danplanet.com</a><br>
<a href="http://intrepid.danplanet.com/mailman/listinfo/chirp_users" rel="noreferrer" target="_blank">http://intrepid.danplanet.com/mailman/listinfo/chirp_users</a><br>
This message was sent to <a href="mailto:scottjl@gmail.com" target="_blank">scottjl@gmail.com</a> at <a href="mailto:scottjl@gmail.com" target="_blank">scottjl@gmail.com</a><br>
To unsubscribe, send an email to <a href="mailto:chirp_users-unsubscribe@intrepid.danplanet.com" target="_blank">chirp_users-unsubscribe@intrepid.danplanet.com</a></blockquote></div>