Contribute
Register

Asus UX305La won't sleep

Status
Not open for further replies.
Joined
Feb 2, 2012
Messages
57
Motherboard
Asus UX 305LA - OpenCore
CPU
i7-5500U
Graphics
HD 5500 (3200x1800)
Mobile Phone
  1. Android
Hello, I am trying to install Catalina on my Asus UX 305 La:
  • Asus ux 305 la
  • intel i7 5500U
  • Intel HD 5500
  • OpenCore setup
However I can't get sleep to work. After I try to sleep, screen turns black but it won't go to sleep. After I force power off via power key, upon next boot, following message pops out:
Code:
Sleep Wake failure in EFI

Failure code:: 0xffffffff 0x0000001f

Please IGNORE the below stackshot

================================================================
Date/Time:        2020-06-13 14:57:37 +0200
OS Version:       ??? ??? (Build ???)
Architecture:     x86_64
Report Version:   29

Data Source:      Stackshots
Shared Cache:     0x93ec000 F4A74833-69D0-3BFF-A8B4-BEBB23C85AC3

Event:            Sleep Wake Failure
Duration:         0.00s
Steps:            1

Boot args:        -v keepsyms=1 debug=0x100 -cdfon

Time Awake Since Boot: 17s



Process:          swd [258]
Architecture:     x86_64
Footprint:        380 KB
Start time:       2020-06-13 14:57:37 +0200
End time:         2020-06-13 14:57:37 +0200
Num samples:      1 (1)

  Thread 0x6b5    1 sample (1)    priority 3 (base 4)
  <thread QoS background (requested background), thread darwinbg, process darwinbg, IO tier 2>
  1  start + 1 (libdyld.dylib + 109769) [0x7fff7039ccc9] 1
    1  ??? [0x10fb0e454] 1
      1  ??? [0x10fb0e1dd] 1
        1  __stack_snapshot_with_config + 10 (libsystem_kernel.dylib + 135862) [0x7fff704fe2b6] 1
         *1  ??? [0xffffff80002c6206] 1
           *1  ??? [0xffffff8000987097] 1
             *1  ??? [0xffffff800089f9a1] 1
               *1  ??? [0xffffff80002e99e7] (running) 1

  Binary Images:
        0x7fff70382000 -     0x7fff703b8fff  libdyld.dylib (750.5)               <7E711A46-5E4D-393C-AEA6-440E2A5CCD0C>  /usr/lib/system/libdyld.dylib
        0x7fff704dd000 -     0x7fff70509fff  libsystem_kernel.dylib (6153.121.2) <9F9902C9-A46F-3CA9-B7F9-5CCFE98FBF75>  /usr/lib/system/libsystem_kernel.dylib
Model: MacBookPro12,1, BootROM 191.0.0.0.0, 2 processors, Dual-Core Intel Core i7, 2,4 GHz, 8 GB, SMC 2.28f7
Graphics: Intel HD Graphics 5500, Intel HD Graphics 5500, spdisplays_builtin
Memory Module: BANK 0/ChannelA-DIMM0, 4 GB, LPDDR3, 1600 MHz, 0000, -
Memory Module: BANK 2/ChannelB-DIMM0, 4 GB, LPDDR3, 1600 MHz, 0000, unknown
Bluetooth: Version 7.0.5f6, 3 services, 24 devices, 1 incoming serial ports
Network Service: Ethernet Adaptor (en1), Ethernet, en1
Serial ATA Device: Micron_M600_MTFDDAV256MBF, 256,06 GB
USB Device: USB 3.0 Bus
USB Device: USB2.0 UVC HD Webcam
USB Device: Bluetooth HCI
USB Device: 802.11n WLAN Adapter
Thunderbolt Bus:

I know it tells pretty much nothing, but I don't even know where to start debugging sleep.

In the attachment I send my OC.zip and config.plist. Please not despite having extra kexts in /EFI/OC/Kexts I have them DISABLED. At the moment I have enabled only minimum required set. And sleep still doesn't work.

I have modified DSDT, but the only difference is Battery patch. I have attached also original DSDT.dsl. I don't see anything interesting in `pmset` but I have attached it also.

Does anyone know where to start finding the source of problem?
 

Attachments

  • OC.zip
    1.5 MB · Views: 61
  • config.plist
    26.5 KB · Views: 56
  • original DSDT.dsl
    696.5 KB · Views: 51
  • pmsetlog.txt
    30 KB · Views: 98
Last edited:
Ok, In the files above I didn't apply IRQ patch, but it doesn't seem to help. What is interesting though, that when I changed in RTC: (original)
Code:
Device (RTC)
{
    Name (_HID, EisaId ("PNP0B00") /* AT Real-Time Clock */)  // _HID: Hardware ID
    Name (_CRS, ResourceTemplate ()  // _CRS: Current Resource Settings
    {
        IO (Decode16,
            0x0070,             // Range Minimum
            0x0070,             // Range Maximum
            0x01,               // Alignment
            0x08,               // Length
            )
        IRQNoFlags ()
            {8}
    })
}
Length from 0x8 into 0x2, there is no more `Sleep Wake failure in EFI` message after boot, but sleep still doesn't work. The screen goes black, the fans are spinning, the LEDs are on, power in USB is off (my mouse LED goes out). Does anyone have an idea what it might be about?
 
Today I have downgraded (Reinstalled) macOS version to 10.15.3, as a lot of people were reporting this issue since Catalina 10.15.4, but it hasn't changed anything, so it looks like it is some laptop/config specific error ;/
 
Finally problem solved! I had to change in BIOS DVMT Pre-Allocated from 512MB to 64MB and now sleep is working!
 
Status
Not open for further replies.
Back
Top