<div dir="ltr"><div>Here'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'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></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 <<a href="mailto:t2ckerry@gmail.com">t2ckerry@gmail.com</a>> 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>
> On Sep 12, 2021, at 7:49 AM, Scott Lopez <<a href="mailto:scottjl@gmail.com" target="_blank">scottjl@gmail.com</a>> wrote:<br>
> <br>
> Assuming you put the chrip.app in your Applications folder, try running the following commands:<br>
> <br>
> xattr -c /Applications/CHIRP.app<br>
> xattr -c /Applications/CHIRP.app/Contents<br>
> codesign --force --deep --sign - /Applications/CHIRP.app<br>
> <br>
> Need to run these from the command line (use Terminal) and you must have Xcode installed.<br>
> <br>
> You'll need to run these every time you update the CHIRP app.<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 Kerry at <a href="mailto:t2ckerry@gmail.com" target="_blank">t2ckerry@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><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>