Jump to content
767 posts in this topic

Recommended Posts

Just now, deeveedee said:

It doesn't make sense to me that anyone should need to manually build the patcher.  Are you saying that you downloaded OCLP from here (link labeled Nightly.link: OpenCore-Patcher.app (Sonoma Development) ) and that did not work for you?

Yes that's exactly what I'm saying, the root patching didn't work on my MacBookPro using that build.

  • Thanks 1

@deeveedee

Just to be fair that build works ok on hackintoshes, what I'm saying is that it didn't work on my MacBookPro and only failed to patch the graphics, but did patch the WiFi.

On another note I did remove the AirportBrcmFixup.kext on my MacBook and BT and WiFi work just fine. I tested the AirDrop and it worked too.

  • Thanks 1

@Cyberdevs that does make sense - there were Haswell commits yesterday. 
 

I'm not sure what AirportBrcmFixup.kext does except for renaming PXSX to ARPT (which, unless I'm mistaken, won't change anything on a real Mac).  I understand the roles of the plugins, but don't fully understand the role of the parent kext (except to be a container for the plugins).

Edited by deeveedee
18 minutes ago, deeveedee said:

@Cyberdevs that does make sense - there were Haswell commits yesterday. 
 

I'm not sure what AirportBrcmFixup.kext does except for renaming PXSX to ARPT.  I understand the roles of the plugins, but don't fully understand the role of the parent kext (except to be a container for the plugins).

Yes, I just compiled the build and made the GUI app for yesterdays commits and compared the original build vs mine and the original build is 512MB and the build i just made is 516.2 MB so clearly there is something missing.

And about the AirportBrcmFixup.kext I'm not sure maybe that's required for hacks but not for real Macs because even without it my WiFi is shown as ARPT in IOReg.

 

OCLP builds:

Original

Spoiler

Screenshot 2023-07-26 at 2.05.10 AM.png

My build:

Spoiler

Screenshot 2023-07-26 at 2.05.18 AM.png

 

  • Like 1
1 hour ago, deeveedee said:

I'm not sure what AirportBrcmFixup.kext does except for renaming PXSX to ARPT (which, unless I'm mistaken, won't change anything on a real Mac).  I understand the roles of the plugins, but don't fully understand the role of the parent kext (except to be a container for the plugins).

 

I use AirportBrcmFixup parent kext for changing country code, no country code injected without it (I set country code via DeviceProperties).

  • Like 1
 
I hope these are not actual sizes (for both)

Setting the min kernel was enough to fix the kp in Ventura.
Wifi chip size is almost correct and the screw driver prob will be that small lol


Sent from my iPhone using Tapatalk
  • Haha 1

Hey Guys, Looking for help here. So I made another EFi with the changes needed for the Broadcom BCM4360 M.2 wifi card. I can boot into Sonoma but I get black screen for 5 minutes before Sonona actually loads, when it loads it shows patches are done but I have no more bluetooth, network cards and yes no wifi as well. Config attached. If I re-install Sonoma (3rd time going now) I can boot is fast like Ventura. 

image.thumb.png.f8797993148912957e288f79296dcf18.pngimage.thumb.png.a3fcbaa730d7c2ac4e8fbd443afb2310.png

 

 

 

config.plist.zip

@surenmunoo There are no Bluetooth kexts usually required for Broadcom cards (BlueToolFixup, etc) included in BrcmPatchRam. What you added is for Wifi only. I am still uncertain, if AirportBrcmFixup is still required as well or not.

2 minutes ago, cankiulascmnfye said:

@surenmunoo There are no Bluetooth kexts usually required for Broadcom cards (BlueToolFixup, etc) included in BrcmPatchRam. What you added is for Wifi only. I am still uncertain, if AirportBrcmFixup is still required as well or not.

I normally don't use any bluetooth kexts and it just works. I am in Sonoma now, a fresh install of beta 4 and bluetooth and both 2.5G and 10G network ports work and show in Hackintool, just no wifi but after I apply the OCLP patch, all these stop working and disappear and only way to get it back is a fresh install again, even undoing the patch does not help. Hence I am stuck 

7 minutes ago, cankiulascmnfye said:

@surenmunoo There are no Bluetooth kexts usually required for Broadcom cards (BlueToolFixup, etc) included in BrcmPatchRam. What you added is for Wifi only. I am still uncertain, if AirportBrcmFixup is still required as well or not.

This is with a fresh install of Sonoma now, everything except wifi works.

 

image.thumb.png.c4a5c67434c4ce6c2eac28794a791768.png

14 hours ago, mnfesq said:

I have an app that I use daily that require SIP to be fully disabled.  Can someone who has wifi working please test this csr-active-config to see if it works with the OLCP patch?

 

csr-active-config=6F020000

 

Thanks.

AFAIK the bit 0x800 needed for OCLP so

<6F0A0000> at least.

  • Like 3
  • Thanks 1

@surenmunoo In the notes of the Sonoma OCLP Development bracnh it says, that you still have to apply root patches with OCLP 068 afterwards to make it work:

1984206987_Bildschirmfoto2023-07-26um09_14_07.png.fab3511f3c410e0df6ed374fbef1618b.png

 

Source: https://github.com/dortania/OpenCore-Legacy-Patcher/pull/1077#issuecomment-1646934494

  • Like 1

@cankiulascmnfye Sorry but a stupid question from me, The highlighted says to only run OCLP patch once the kexts and changes are injected so from my view must this be done after I create the EFI and a reboot then I run the OCLP patch? If yes, after I create the EFI and reboot then I have not network, no bluetooth, no thunderbolt as per my screenshot above. This all disappears when I boot with the edited EFI before running the patch. Or do I create the EFI, run the patch and then reboot?

Edited by surenmunoo
Just now, cankiulascmnfye said:

@surenmunoo Root patching affects macOSes system partition, not the EFI. So, if you've created a fresh install of macOS or upgraded or updated. You have to re-apply the patches with OCLP.

I am creating the fresh install from Ventura using my normal EFI, system installs Sonoma using my normal EFI that I boot into Ventura with which does not have these IOkext changes etc. After Sonoma is installed, I reboot and select the EFI that I created which has the edits and then that's where the problem starts, takes long to boot after verbose, I get black screen for 5 minutes, then Sonoma starts and I have no ethernet, BT etc. Do I still run the patch with none of those things showing.

 

Thanks for your time and help to fix this mate 👍

7 minutes ago, cankiulascmnfye said:

@surenmunoo Root patching affects macOSes system partition, not the EFI. So, if you've created a fresh install of macOS or upgraded or updated. You have to re-apply the patches with OCLP.

If I turn off this in kernel, Block then I can boot quickly into Sonoma and network and win etc works. I enable it again and it blocks everything for me

 

image.thumb.png.e925968005c6524b697152b53988616b.png

7 hours ago, surenmunoo said:

Hey Guys, Looking for help here. So I made another EFi with the changes needed for the Broadcom BCM4360 M.2 wifi card. I can boot into Sonoma but I get black screen for 5 minutes before Sonona actually loads, when it loads it shows patches are done but I have no more bluetooth, network cards and yes no wifi as well. Config attached. If I re-install Sonoma (3rd time going now) I can boot is fast like Ventura. 

image.thumb.png.f8797993148912957e288f79296dcf18.pngimage.thumb.png.a3fcbaa730d7c2ac4e8fbd443afb2310.png

 

 

 

config.plist.zip 5.6 kB · 8 downloads

 

 

I saw your config plist, and maybe you should try exclude UsbinjectAll.kext because you already have Usbports.kext and mapping (I guess) so, this cause conflicts.

 

In your MOBO are you have only one Fenvi Card combo, or have another (onboard like intel) original from your MOBO model? 

 

I was have issues with Z790 usb ports, nothing fixes until make my on SSDT Mapping ports like OC Little Translate USB Mapping from Git Hub user

 

 

 

 

Captura de Tela 2023-07-26 às 09.34.21.png

  • Like 1
21 minutes ago, Max.1974 said:

I saw your config plist, and maybe you should try exclude UsbinjectAll.kext because you already have Usbports.kext and mapping (I guess) so, this cause conflicts.

 

It's disabled, no?

 

1209266038_ScreenShot2023-07-26at8_59_40AM.png.11573c0f243c9ab8de85b05328e51b1c.png

1 minute ago, deeveedee said:

 

It's disabled, no?

 

1209266038_ScreenShot2023-07-26at8_59_40AM.png.11573c0f243c9ab8de85b05328e51b1c.png

 

That's truth but it's possible give conflicts if he used Reset DSDT to remap his usb ports. 

 

Im broke my head and hours and days until fix that with one tutorial from USB Map OC Little Translate from Git Hub MF* user

 

It's hard but work. 

 

 

Z790 is different and complicated MOBO series. 

I'm still stuck on Sonoma beta1 for a reason. Some programs cannot be used on Sonoma beta2 or later.
Also I patched with OCLP 0.6.8 but no luck, network not showing on Fenvi T919, am I doing something wrong?
1.png.bfa6fb6aaefd7e75f3b3232b6a14a347.png
2.thumb.png.4b29c7052d9133947fa514a3ff79fcd5.png
3.thumb.png.93cfb876c3a622e6e1c2a6bc62910855.png
4.thumb.png.7f4c6f6d0e5ecde8bc7b34cea4791c56.png

There have been plenty of ways posted to get the full installer for each beta, no reason to be stuck on beta 1. For the wifi patching to be successful you will need to update to the latest beta and follow the instructions.


Sent from my iPhone using Tapatalk
If I turn off this in kernel, Block then I can boot quickly into Sonoma and network and win etc works. I enable it again and it blocks everything for me
 
image.thumb.png.e925968005c6524b697152b53988616b.png

To fix the black screen delay take a look at whatever green, in particular the boot args attached.
For wifi follow the instructions carefully and as long as you have a supported chip it will work. Just takes some tinkering and patience.
Make sure you set the min and max kernel for the OCLP Kexts to be able to boot Ventura still.
Make sure you set the nvram correctly amfi and secure boot and exclude the skywalk kext from macOS.
As previously mentioned the OCLP patcher patches your macOS installation, not your EFI folder. So if your using multiple EFI’s make sure the one you use for Sonoma has the correct settings and Kexts. Don’t forget to clean NVRAM.
ee2fd89f2794ae305395f41d3d72c1a0.jpg
For my laptops I need to use -igfxblr and -igfxblt I believe and this corrected the black screen delay.

Sent from my iPhone using Tapatalk
  • Like 3

@DMhackintosh

Set IOSkywalkFamily before IO80211FamilyLegacy in config.plist order. 
Did you set all as per OCLP readme?

https://github.com/dortania/OpenCore-Legacy-Patcher/pull/1077#issuecomment-1646934494

  • Like 1
×
×
  • Create New...