dogansan Posted July 15, 2025 Share Posted July 15, 2025 15 minutes ago, miliuco said: @dogansan Glad to read this. This is what I do (not compiling yet, only trying the app to see the language changes): Python 3.11 installed by brew Fork @laobamac_yyds repo to perez987/OCLP-Mod Clone my fork to my local disk: gh repo clone perez987/OCLP-Mod Change to the local repo in Terminal Set my repo as default: gh repo set-default perez987/OCLP-Mod Set multilingual as working branch: git checkout multilingual Change wxpython line in requirements.txt (remove all but wxPython) Create python env: python3 -m venv oclp;source oclp/bin/activate;pip3 install -r requirements.txt (all python dependencies are installed in OCLP-Mod/oclp) Run: python3 OCLP-Mod-GUI.command If you only want to see the app in English in your Hack, clone @laobamac_yyds repo to your disk and skip the fork. Thanks for the summary of the steps for others who are after English version. I have reached to happy end with a lot of stumbling trial and errors , but with similar steps 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837126 Share on other sites More sharing options...
miliuco Posted July 15, 2025 Share Posted July 15, 2025 @dogansan One more thing. Maybe already done. To be able to run python3 OCLP-Mod-GUI.command without activate env each time, I have added to .zprofile this line: export PATH=$HOME/Documents/GitHub/OCLP-Mod/oclp/bin:$PATH Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837128 Share on other sites More sharing options...
arsradu Posted July 15, 2025 Share Posted July 15, 2025 Hey guys, Can anyone please, tell me how I can install this app so that it offers to patch audio again? It keeps saying there's nothing to patch when there clearly is. :)) Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837129 Share on other sites More sharing options...
miliuco Posted July 15, 2025 Share Posted July 15, 2025 @arsradu But did you see any message? About SIP or anything? Are you on OpenCore or Clover? Did you get the tahoe-test branch of the app? Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837132 Share on other sites More sharing options...
Anto65 Posted July 15, 2025 Share Posted July 15, 2025 (edited) Try going into settings and enabling AppleHda (Not USB Patches if you're not interested) Spoiler Edited July 15, 2025 by Anto65 2 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837134 Share on other sites More sharing options...
johnnyl Posted July 15, 2025 Share Posted July 15, 2025 Hi peeps. I've been searching for the instructions and requirements for using OLCP-Mod but can't find any as yet. Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837135 Share on other sites More sharing options...
miliuco Posted July 15, 2025 Share Posted July 15, 2025 (edited) @johnnyl Mostly as in OCLP. SIP disabled (03080000 en config.plist). SecureBootModel disabled. AMFIpass.kext 1.4.1. Python (3.11 I guess). If it's for Tahoe, you need tahoe-test branch. Python 3.11 installed by brew Clone @laobamac_yyds repo to local disk: gh repo clone https://github.com/laobamac/OCLP-Mod Change to the local repo in Terminal Set tahoe-test as working branch: git checkout tahoe-test Change wxpython line in requirements.txt (remove all but wxPython) Create python env: python3 -m venv oclp;source oclp/bin/activate;pip3 install -r requirements.txt (all python dependencies are installed in OCLP-Mod/oclp) Run: python3 OCLP-Mod-GUI.command Or use this by @chris1111 https://github.com/chris1111/BUILD-OCLP-Mod Edited July 15, 2025 by miliuco 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837136 Share on other sites More sharing options...
chris1111 Posted July 15, 2025 Share Posted July 15, 2025 (edited) Build OCLP-Mod from command line Working from macOS Sequoia to macOS Tahoe 26 ### Prerequisite: Command Line Tools (CLT) for Xcode - from `xcode-select —install` - Or Developer Apple Command Line Tools - If you have `Xcode installed` that's also good Type A to build OCLP-Mod After Build from A Type D to build OCLP-Mod.pkg and all other Package Type B to Check Update OCLP-Mod Type C to Update OCLP-Mod You must press any key to return after any selected options. Enjoy Edited July 15, 2025 by chris1111 5 2 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837138 Share on other sites More sharing options...
johnnyl Posted July 15, 2025 Share Posted July 15, 2025 Hi Ive SIP disabled( 03080000 ) in config. plist and SecureBootModel disabled. . Also added amfi=0x80 in the boot arg. Is this needed ? Reason I ask is that is because the patching button is greyed out in OCLP-Mod. 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837139 Share on other sites More sharing options...
chris1111 Posted July 15, 2025 Share Posted July 15, 2025 1 minute ago, johnnyl said: Hi Ive SIP disabled( 03080000 ) in config. plist and SecureBootModel disabled. . Also added amfi=0x80 in the boot arg. Is this needed ? Reason I ask is that is because the patching button is greyed out in OCLP-Mod. Send a picture result Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837140 Share on other sites More sharing options...
arsradu Posted July 15, 2025 Share Posted July 15, 2025 (edited) 1 hour ago, miliuco said: @arsradu But did you see any message? About SIP or anything? Are you on OpenCore or Clover? Did you get the tahoe-test branch of the app? SIP is disabled, and I'm using OpenCore. I used build 2.6.5 before, and I was able to patch audio on a fresh installation of Tahoe. Now it doesn't work anymore on another partition with Sequoia upgraded to Tahoe as well. I'm not sure what's going on. The app doesn't complain about anything, it just says all the patches are already applied. It's like it's not detecting there's a need to patch audio. Edited July 15, 2025 by arsradu 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837141 Share on other sites More sharing options...
miliuco Posted July 15, 2025 Share Posted July 15, 2025 @johnnyl AMFIPass.kext 1.4.1 or the boot arg, I prefer the kext. 2 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837142 Share on other sites More sharing options...
johnnyl Posted July 15, 2025 Share Posted July 15, 2025 1 hour ago, chris1111 said: Send a picture result The top button is greyed out. So I can't patch. Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837144 Share on other sites More sharing options...
Anto65 Posted July 15, 2025 Share Posted July 15, 2025 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837145 Share on other sites More sharing options...
johnnyl Posted July 15, 2025 Share Posted July 15, 2025 1 hour ago, miliuco said: @johnnyl AMFIPass.kext 1.4.1 or the boot arg, I prefer the kext. thanks Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837146 Share on other sites More sharing options...
Anto65 Posted July 15, 2025 Share Posted July 15, 2025 13 minutes ago, johnnyl said: thanks Have you tried the above? Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837147 Share on other sites More sharing options...
johnnyl Posted July 15, 2025 Share Posted July 15, 2025 9 minutes ago, Anto65 said: Have you tried the above? Yes Anto65. Going into settings and selecting the 2 options you showed, then logging out and in did the trick. The patching button was enabled and the patching was done then rebooted.. Thank you very much. My onboard sound was restored but still not sure how to get the legacy usb for the usb wifi adaptor to work. I've installed Chris's wifi driver. I'm not sure if it also needs some extra kexts for it to work. 2 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837148 Share on other sites More sharing options...
Anto65 Posted July 15, 2025 Share Posted July 15, 2025 (edited) https://github.com/chris1111/Wireless-USB-Big-Sur-Adapter/releases/tag/V18 Are you using this? Have you checked if your USB is supported? https://github.com/chris1111/Wireless-USB-Big-Sur-Adapter#︎---known-working-and-testing-adapter Edited July 15, 2025 by Anto65 2 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837149 Share on other sites More sharing options...
johnnyl Posted July 15, 2025 Share Posted July 15, 2025 2 hours ago, miliuco said: @johnnyl Mostly as in OCLP. SIP disabled (03080000 en config.plist). SecureBootModel disabled. AMFIpass.kext 1.4.1. Python (3.11 I guess). If it's for Tahoe, you need tahoe-test branch. Python 3.11 installed by brew Clone @laobamac_yyds repo to local disk: gh repo clone https://github.com/laobamac/OCLP-Mod Change to the local repo in Terminal Set tahoe-test as working branch: git checkout tahoe-test Change wxpython line in requirements.txt (remove all but wxPython) Create python env: python3 -m venv oclp;source oclp/bin/activate;pip3 install -r requirements.txt (all python dependencies are installed in OCLP-Mod/oclp) Run: python3 OCLP-Mod-GUI.command Or use this by @chris1111 https://github.com/chris1111/BUILD-OCLP-Mod Cheers Miliuco. I went for the easy option with https://github.com/chris1111/BUILD-OCLP-Mod I had already downloaded the version 3.0.0 OF THE MOD. after creating the mod rolling the steps it made a 2.6.5 version which still worked. 2 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837150 Share on other sites More sharing options...
johnnyl Posted July 15, 2025 Share Posted July 15, 2025 2 hours ago, chris1111 said: Build OCLP-Mod from command line Working from macOS Sequoia to macOS Tahoe 26 ### Prerequisite: Command Line Tools (CLT) for Xcode - from `xcode-select —install` - Or Developer Apple Command Line Tools - If you have `Xcode installed` that's also good Type A to build OCLP-Mod After Build from A Type D to build OCLP-Mod.pkg and all other Package Type B to Check Update OCLP-Mod Type C to Update OCLP-Mod You must press any key to return after any selected options. Enjoy Hey Chris. Thanks for the detailed and clear instructions. Along with Anto and miliuco you guys have really helped me out a lot and I really appreciate it. I sill have a way to go but big THANKS to you all. 3 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837151 Share on other sites More sharing options...
johnnyl Posted July 15, 2025 Share Posted July 15, 2025 51 minutes ago, Anto65 said: https://github.com/chris1111/Wireless-USB-Big-Sur-Adapter/releases/tag/V18 Are you using this? Have you checked if your USB is supported? https://github.com/chris1111/Wireless-USB-Big-Sur-Adapter#︎---known-working-and-testing-adapter Once again you've come up with the remedy. It's all good now, the usb wifi is working great now. Many thanks bro. 3 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837152 Share on other sites More sharing options...
johnnyl Posted July 15, 2025 Share Posted July 15, 2025 58 minutes ago, johnnyl said: Hey Chris. Thanks for the detailed and clear instructions. Along with Anto and miliuco you guys have really helped me out a lot and I really appreciate it. I sill have a way to go but big THANKS to you all. I forgot to add MAX to that list for starting me off with the EFI'S. Sorry for taking so long getting back to you bro. We got there in the end. Thanks a lot. 2 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837153 Share on other sites More sharing options...
johnnyl Posted July 15, 2025 Share Posted July 15, 2025 6 minutes ago, johnnyl said: I forgot to add MAX to that list for starting me off with the EFI'S. Sorry for taking so long getting back to you bro. We got there in the end. Thanks a lot. Also forgot to add 2 other life savers laobamac and Mirone for their great apps. 1 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837156 Share on other sites More sharing options...
chris1111 Posted July 16, 2025 Share Posted July 16, 2025 @Max.1974 Take a look to this my freind ✌️ 2 1 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837162 Share on other sites More sharing options...
Max.1974 Posted July 16, 2025 Share Posted July 16, 2025 Oh nice app my friends. Thanks @chris1111 @johnnyl @miliuco @Mirone @Anto65 and all this awesome team. Good tools fellas. Excelente job. 👏🏻👏🏻👏🏻👏🏻😉😀 3 Link to comment https://www.insanelymac.com/forum/topic/361249-oclp-mod-releaseissuediscussion/page/8/#findComment-2837164 Share on other sites More sharing options...
Recommended Posts