-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacOS Sonama. #14
Comments
This EFI is up-to-date but i did not try it on Sonoma. Sonoma has to get a few more updates to be stable on Mac and Hacks. You can try if you want. If you already tried and got error/issue, specify it. |
I've tried sonama, the issues is after the device wakes up from sleep, the brightness goes really low and can't control the brightness with keyboard nor from the panel. BUT, after 2-3 minutes the the screen goes black. closing the lid and opening it fixes it (temporary fix). I thought it might be the an issue related with backlight, so I tried manually patching SSDT-PNLF, but that did not fix it. |
You can try adding GPRW-PATCH.ssdt to your ACPI folder and Config.plist. Let me know the updates. https://github.com/dortania/OpenCore-Post-Install/blob/master/extra-files/GPRW-Patch.plist |
I'm not sure what GPRW-PATCH.ssdt is, but I've added GPRW.plist to config.plist that didn't fix the issue. Another thing I've noticed it, the bug doesn't exist while the device is charging. |
You can learn what GPRW and GPRW-PATCH is. You don't need to add GPRW.plist(?). There is already GPRW.ssdt on EFI. Anyway, i already give ya the tip. |
Just type SSDT/DSDT's name and you can find out what is that for. Is this method fix your problem? |
no that did not fix the issue. |
Try disabling RTC wake scheduling. Kernel>Patch. Manually add and enable or just enable. |
that didn't work either. |
What changes have you done with the EFI to be exact? |
https://drive.google.com/file/d/1vfb-2QlnGqRjRArEUQJsxbfiuta4Kkl8/view?usp=drive_link |
Keep using GPRW-Patch.SSDT and also re-adjust and use UTBMap. |
@DC4114 hi again. I had free time so i look into this situation. GPRW-Patch, PLUG and manually patching PNLF is useless. Just enable RTC patch on Kernel>Patch or manually add Patch&RTC sections into your plist. Also checkout keyboard wake issue on Dortania's Guide. Disable fTPM and WOL on BIOS and WOL on PowerNap. |
there is no option in the bios to disable WOL. also I've added rtc patch plist to config.plist, that didn't seem to fix the issue as well. I'll look into keyboard wake issues later, rn I'm very busy with studies(sorry). |
WOL is Wake on LAN but do not turn it off because it disabled Wi-Fi both macOS and Windows. Just disable WOL at PowerNap on macOS. |
powernap is disabled on macos (pmset powernap 0) |
You didn't have to disable PowerNap, just the Wake on LAN feature on the PowerNap pal... |
how to disable just WAL in PowerNap? |
Finally fixed it by adding SSDT-LID-after-wake.aml and this patch to ACPI>Patch. Base BaseSkip 0 Comment change _LID to XLID Count 0 Enabled Find X0xJRAA= Limit 0 Mask OemTableId Replace WExJRAA= ReplaceMask Skip 0 TableLength 0 TableSignature RFNEVA==after doing this there was display blinking issue, solved it by framebuffer patching. |
Is there a chance that you will update the efi to support sonama?
The text was updated successfully, but these errors were encountered: