Contribute
Register

[Guide] Sony VPCSA Sierra-10.12.4

Status
Not open for further replies.
Your and my clover.config is so much different. If you use "FileMerge" and compare mine with yours, you can see that it is a lot different. I don't have the problems you have with my DSDT patches and clover config. I neither have constant HD led flashing nor About this Mac problem. My suggestion is try changing one thing at a time and see what is causing your issues. For example go first with ACPI Key, then Kext Patches then SMBIOS etc.

PS: For sleep problems with Function Keys, use below patch

Code:
#Insert enable code for _WAK
into method label _WAK code_regex If\s+\(ECON\)\s+\{ replace_matched
begin
%0\n
SNFS()\n
end;
Thanks for your reply.

The Fn keys work after sleeping with the patch.

I will try to find the difference of the config.plist to solve my problem.

cheers
 
Status
Not open for further replies.
Back
Top