Has anyone gotten this to work on a MacBook (8.1) early 2015? Is there a YouTube video on how to do the install ?
EDIT: it looks like airplay and full screen issues (as well as Google fonts) on HD 4000 will be fixed in the upcoming OCLP 0.2.0Not Working for me. Crash Safari
snip
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 AppleGVACore 0x7ff9270d275b 0x7ff9270c4000 + 59227
snip
The Apple Silicon stuff is still fairly new and for all the hype about them it's still a first generation product with some compromises (e.g. limited RAM, limited external display support, limited ports etc.).
If we can keep our existing Intel Macs going until the Apple Silicon stuff matures a bit that's great.
I was disappointed that my mid-2014 rMBP didn't make the cut for Monterey though I've only just updated from High Sierra to Mojave on that laptop so it'll be a while before I consider running Monterey on it.
I tried the script but it gives me:@chris1111 you could try use my simple app and replace directly from Monterey Finder the kext and bundles:
I also should try your USB Wifi patches for non metal Mac, I guess if they are based on Ethernet and ethernet still works on Monterey they should work as Big Sur.
tName contains "2:" or tName contains "3:" or tName contains "4:" or
/dev/disk4 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +79.8 GB disk4
Physical Store disk1s2
1: APFS Volume BigSurSSD - Data 5.6 GB disk4s1
2: APFS Volume BigSurSSD 15.5 GB disk4s3
3: APFS Snapshot com.apple.os.update-... 15.5 GB disk4s3s1
4: APFS Volume Preboot 372.0 MB disk4s4
5: APFS Volume Recovery 1.1 GB disk4s5
6: APFS Volume VM 1.1 MB disk4s6
You need to always choose the big size disk of the OS you are selecting.I tried the script but it gives me:
View attachment 1795659
After adding:
It worked. This is my Monterey Disk:Code:tName contains "2:" or tName contains "3:" or tName contains "4:" or
Code:/dev/disk4 (synthesized): #: TYPE NAME SIZE IDENTIFIER 0: APFS Container Scheme - +79.8 GB disk4 Physical Store disk1s2 1: APFS Volume BigSurSSD - Data 5.6 GB disk4s1 2: APFS Volume BigSurSSD 15.5 GB disk4s3 3: APFS Snapshot com.apple.os.update-... 15.5 GB disk4s3s1 4: APFS Volume Preboot 372.0 MB disk4s4 5: APFS Volume Recovery 1.1 GB disk4s5 6: APFS Volume VM 1.1 MB disk4s6
defaults delete ~/Library/Containers/com.apple.Safari/Data/Library/Preferences/com.apple.Safari.plist ExperimentalUseGPUProcessForMediaEnabled
defaults delete ~/Library/Containers/com.apple.Safari/Data/Library/Preferences/com.apple.Safari.plist ExperimentalVP9SWDecoderEnabledOnBattery
defaults write com.apple.coremedia hardwareVideoDecoder -string disable
I tried the script but it gives me:
View attachment 1795659
After adding:
It worked. This is my Monterey Disk:Code:tName contains "2:" or tName contains "3:" or tName contains "4:" or
Code:/dev/disk4 (synthesized): #: TYPE NAME SIZE IDENTIFIER 0: APFS Container Scheme - +79.8 GB disk4 Physical Store disk1s2 1: APFS Volume BigSurSSD - Data 5.6 GB disk4s1 2: APFS Volume BigSurSSD 15.5 GB disk4s3 3: APFS Snapshot com.apple.os.update-... 15.5 GB disk4s3s1 4: APFS Volume Preboot 372.0 MB disk4s4 5: APFS Volume Recovery 1.1 GB disk4s5 6: APFS Volume VM 1.1 MB disk4s6
Does OpenCore Legacy Patcher's BCM943224 and BCM94331 patch not work correctly? I understand you prefer avoiding patches directly reliant on OC however just want to verify the patch set didn't breakAnother test on Monterey non metal MacBook7,1 (autologin enabled) since for Wifi cards Broadcom 4331 there is not yet a working fix
Does OpenCore Legacy Patcher's BCM943224 and BCM94331 patch not work correctly? I understand you prefer avoiding patches directly reliant on OC however just want to verify the patch set didn't break
Have exactly this Realtek based USB WiFi module running on Monterey and an iMac11,2 injecting the both driver extensions through OC. Works pretty good.Another test on Monterey non metal MacBook7,1 (autologin enabled) since for Wifi cards Broadcom 4331 there is not yet a working fix, then here is a cheap workaround to use an USB Wifi dongle :
https://github.com/chris1111/Wireless-USB-Big-Sur-Adapter
@chris1111 wireless usb driver is particular because it's based on Ethernet (IONetworkingFamily) but includes a Wifi scanner through a third party app, while provides a working Wifi injection through OpenCore, I made a little modification to install those drivers as root patching (to allow booting directly from apple startup manager), but not only, I even installed them on /Library/KernelCollections/AuxiliaryKernelExtensions.kc (12,5 MB size)
Just through Security and Privacy click Allow next to kernel extension that requires approval, otherwise drivers won't load.
@ASentientBot and others with similar non metal machines since Monterey legacy Wifi fix is very hard, might consider buying an USB Wifi dongle with a Realtek chip.
@webg3 and @vince22 about that Safari video fix, if you have issues you can reset those defaults settings through:
Code:defaults delete ~/Library/Containers/com.apple.Safari/Data/Library/Preferences/com.apple.Safari.plist ExperimentalUseGPUProcessForMediaEnabled defaults delete ~/Library/Containers/com.apple.Safari/Data/Library/Preferences/com.apple.Safari.plist ExperimentalVP9SWDecoderEnabledOnBattery
then some days ago checking the console window noticed that youtube crash was due to:
/System/Library/Frameworks/WebKit.framework/Versions/A/XPCServices/com.apple.WebKit.GPU.xpc/Contents/MacOS/com.apple.WebKit.GPU
com.apple.coremedia.videomediaconverter
so as workaround I guessed:
that fixed many unsupported Metal (and non Metal) issues.Code:defaults write com.apple.coremedia hardwareVideoDecoder -string disable
Just to comment on this, did verify and yes our Wireless patches for BCM43224 do still work in Monterey. Test subject was a MacBook7,1 however other machines would also be applicableDoes OpenCore Legacy Patcher's BCM943224 and BCM94331 patch not work correctly? I understand you prefer avoiding patches directly reliant on OC however just want to verify the patch set didn't break
Looks a little bit like the situation of the HD3000 and Big Sur. While the wizards brought back the OpenGL functionality the use case hardware encoding never worked. We also tried to re-install the AppleGVA.framework as we did successfully before on Catalina and Mojave.Thank you for your efforts. The bugs aren't in its correction or lack of it, it's something a little more specific to the Intel HD Graphics 4000. It looks like there's a lack of libraries/kexts.
Thank you! I'll try later!You could try it. There are additional HD4000 fixes in 0.2.0 nightly builds (see the changelog for details: https://github.com/dortania/OpenCore-Legacy-Patcher/blob/main/CHANGELOG.md)
If you'd like to try the nightly build join the Discord.
my Mac mini 2012 with HD4000.i already installed Monterey with OCLP 0.1.9. so how to update to 0.2.0 ? need to reinstall whole OS again ?You could try it. There are some HD4000 fixes in 0.2.0 nightly builds (see the changelog for details: https://github.com/dortania/OpenCore-Legacy-Patcher/blob/main/CHANGELOG.md)
If you'd like to try the nightly build join the Discord.
OK noted with Thanks.No. If you build and install the nightly you might have to re-install any post-install patches but you shouldn't need to re-install the whole OS again. Though of course a nightly build may have more problems with it than an official release that's undergone more testing.
Only if you really want to try the relevant fixes in 0.2.0 now should you consider the nightly. Otherwise you could wait for 0.2.0 to be released and try them then.
Thanks for the report. I was just about to do an install with this and now will have to wait. Big Sur 11.2.3 I likely will remain. MacPro5,1 (MP5,1) Westmere system here.I thought that something might have changed as someone reported that they had easily installed it on a 2012 Mac Pro
(Post #57). Thanks for confirming that the install issue for these machines is still with us!
Thanks for the report. I was just about to do an install with this and now will have to wait. Big Sur 11.2.3 I likely will remain. MacPro5,1 (MP5,1) Westmere system here.
TL;DR: All wifi cards dropped in Catalina or older are non-functional now in Monterey. IONetworkingFamily seems to have gone through some changes breaking support for those legacy wireless kexts.If anyone has information about getting Wifi to work, I would appreciate it!