Recent content by sandflee

  1. sandflee

    xps 15 9550 10.12.2 - instant wake after sleep

    found the answer after several reboot changing the bios setting. there is a bios setting called "USB Wake Support". when the ac power is plugged in, my laptop would not sleep unless this flag is disabled. when the ac power is plugged off, it sleeps. there is gottabe something in either in usb...
  2. sandflee

    xps 15 9550 10.12.2 - instant wake after sleep

    Anyone got their xps 15 9550 and sleep to work on 10.12.x??
  3. sandflee

    xps 15 9550 10.12.2 - instant wake after sleep

    Yap. Fresh/vanilla 10.12.2, and it did NOT work. There is something peculiar about 10.12.x when it comes to sleeping. Any suggestion on next step? Again, the same ACPI patches and Clover config combination works fine in 10.11.6...
  4. sandflee

    xps 15 9550 10.12.2 - instant wake after sleep

    if you look at my console log, it says identityservicesd - system going to sleep blued - system sleeping sharingd - device will sleep sharingd - stopping for user 501 on sleep ... CommCenter - entering low power mode security - powerstats, disk, net and then securityd - enter DarkWake So, I...
  5. sandflee

    xps 15 9550 10.12.2 - instant wake after sleep

    no external devices. always test with apple->sleep. have not done a fresh install of OS for testing. boy I have to reinstall to get sleep to work? I think securityd is doing something here...
  6. sandflee

    xps 15 9550 10.12.2 - instant wake after sleep

    I did your "trick" but it did not work. From the console log, securityd is forcing "Darkwake". I never got the sleep to work on 10.12.x. The sleep worked when I was a on 10.11.6. power-nap was the first thing that I disabled. I booted to 10.11.6 using the same clover config and kext except...
  7. sandflee

    xps 15 9550 10.12.2 - instant wake after sleep

    It has some third party software like chrome, eclipse, ... etc. mostly development tools. I tried it without a usb drive attached, but same result. Here is the result of pmset: tog-mac:~ jchun$ pmset -g assertions 2016-12-28 11:41:18 -0500 Assertion status system-wide: BackgroundTask...
  8. sandflee

    xps 15 9550 10.12.2 - instant wake after sleep

    I guess then it tried to "darksleep" and then simply "darkwake" for some reason. So, for some reason, it not sleeping correctly. Any idea?
  9. sandflee

    xps 15 9550 10.12.2 - instant wake after sleep

    I disabled Bluetooth, but same result. Can you tell anything from the log? Thanks
  10. sandflee

    xps 15 9550 10.12.2 - instant wake after sleep

    Is it my bluetooth mouse (immediately) waking up the computer? See the attached log. If so, how do I disable it?
  11. sandflee

    xps 15 9550 10.12.2 - instant wake after sleep

    In darkandz's clover config, it is replacing GPRW: <dict> <key>Comment</key> <string>Rename Method GPRW,02 to Method XPRW,02 and need add-on SSDT-PRW.aml</string> <key>Find</key> <data>...
  12. sandflee

    xps 15 9550 10.12.2 - instant wake after sleep

    I see that. Do you have a Clover patch that removes _PWR?
  13. sandflee

    xps 15 9550 10.12.2 - instant wake after sleep

    you mean remove the SSDT-PRW.aml which looks like this? DefinitionBlock ("", "SSDT", 2, "hack", "PRW", 0x00000000) { External (XPRW, MethodObj) // 2 Arguments (from opcode) Method (GPRW, 2, NotSerialized) { If (LEqual (0x6D, Arg0)) { Return (Package...
  14. sandflee

    xps 15 9550 10.12.2 - instant wake after sleep

    Here it is. I also included a latest copy of the clover and kext output.
Back
Top