Contribute
Register

[problem] laptop freezes right after waking up from sleep

Status
Not open for further replies.
hello,
No need for SSDT for BCM943225. Just FakePCIID.kext + FakePCIID_Broadcom_WiFi.kext.
(and perhaps SMBIOS whitelist patch).
thanks for your guide. I removed this SSDT and installed these kexts. my wifi works well now.
That means kext installation is a better approach than SSDT in my case?

back to the main problem, my laptop still freezes after waking up from sleep.
please help to check the log files.
 

Attachments

  • debug_7199.zip
    1.9 MB · Views: 73
hello,

thanks for your guide. I removed this SSDT and installed these kexts. my wifi works well now.
That means kext installation is a better approach than SSDT in my case?

back to the main problem, my laptop still freezes after waking up from sleep.
please help to check the log files.

Remove all of the following patches from config.plist/.../KextsToPatch (they are not needed):
"External icons patch"
"10.13-BCM94352-fvco-darkvoid-Sherlocks"
"10.13-BCM94352-iovar-Sherlocks"
"10.13-BCM94352-iovar-Sherlocks"
"10.13-BCM94352-Airport-Extreme-Skvo-Sherlocks"
"10.11+-BT4LE-Handoff-Hotspot-lisai9093"

CsrActiveConfig is wrong. Should be 0x67.

portType is set incorrectly in your USB configuration. Hub ports connected to internal devices should be portType=2.

Remove VirtualBox.

ACPI not patched correctly (example: No "OS Check Fix" patch applied, another: Did not patch for "instant wake"). See guide:
https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/

Remove "change XHCI to XHC" and "change XHC1 to XHC" (your DSDT has neither of these).

SSDT-USB.aml and SSDT-UIACALL.aml are coded incorrectly. They conflict (both define Device(UIAC)). Must be combined into one SSDT.
 
I fixed all the issues above except this one:
CsrActiveConfig is wrong. Should be 0x67.
If I change CsrActiveConfig to 0x67, the boot process always get stuck at "Error loading kernel cache" (see attachment image).
And the result is no luck. my laptop still freezes after waking up from sleep.
 

Attachments

  • debug_8059.zip
    2.1 MB · Views: 69
  • IMG_2713.JPG
    IMG_2713.JPG
    1.7 MB · Views: 61
hello,

I fixed drivers64UEFI but no luck.
boot process is still stuck at "Error..." if CsrActiveConfig = 0x67.
change CsrActiveConfig to 0x67 in your config.plist
 
drivers64UEFI still wrong.
Guide does not recommend OsxAptioFix2Drv-64.efi.
oh, my fault.
so sorry, I fixed drivers64UEFI again and now my laptop can boot with CsrActiveConfig = 0x67.
but sleep still doesn't work.

change CsrActiveConfig to 0x67 in your config.plist
thank you
 

Attachments

  • debug_15882.zip
    2.2 MB · Views: 101
oh, my fault.
so sorry, I fixed drivers64UEFI again and now my laptop can boot with CsrActiveConfig = 0x67.
but sleep still doesn't work.


thank you

You will need to describe the specific issue with sleep...
What happens with Apple->Sleep?
 
You will need to describe the specific issue with sleep...
What happens with Apple->Sleep?
+ Apple -> Sleep:
it takes a long time to get into sleep mode successfully, around 40~50 seconds.
In Sierra or previous macOS versions, this laptop takes only ~5seconds to get into sleep mode.

+ Press power to wake up:
most of the time, it wakes up with a black screen. the keyboard may still work (I can turn on/off caps lock key). wifi led is on
sometimes, it wakes up with the desktop screen. the keyboard may still work (I can only turn on/off caps lock key, but nothing more, cannot open spotlight...). I also can move the mouse pointer but cannot click on anything. wifi led is on.

one more special point:
when I boot with usb High Sierra to macOS High Sierra Installer, this laptop can sleep & wake up without error (I tested with command "pmset sleepnow")

that is everything I know about this issue.
 
Status
Not open for further replies.
Back
Top