Jump to content

Sleep does not work (wake reason:GLAN)


crusher
 Share

33 posts in this topic

Recommended Posts

You disable this?

NHc.png

 

Try this: DSDT.aml.zip

 

Btw, i will tech you in how we delete _PRW methods:

PHc.png

 

1 - Search what you want.

2 - Click in device what you want make a modification.

3 - Found and delete/modify

4 - Click in "Compile" button for check if exists one error or warning.

5 - Save and after this use your DSDT  ;)

 

 


 

I fix that problem. I download GenericUSBXHci and pun my EFI/EFI/Clover/kexts/10.10 folder.

In my config.plist i checked

-gux_defer_usb2 -gux_no_idle 

and unchecked

Add ClockID
and
HighCurrent 

 

Hallelujah!  :D

  • Like 2
Link to comment
Share on other sites

Try add this patch in your DSDT:

Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method            {
                Store (Package (0x13)
                    {
                        "device-id", 
                        Buffer (0x04)
                        {
                             0x31, 0x1E, 0x00, 0x00
                        }, 


                        "built-in", 
                        Buffer (One)
                        {
                             0x00
                        }, 


                        "AAPL,clock-id", 
                        Buffer (One)
                        {
                             0x03
                        }, 


                        "device_type", 
                        Buffer (0x05)
                        {
                            "XHCI"
                        }, 


                        "AAPL,current-available", 
                        0x0834, 
                        "AAPL,current-extra", 
                        0x0898, 
                        "AAPL,current-extra-in-sleep", 
                        0x0640, 
                        "AAPL,device-internal", 
                        Zero, 
                        "AAPL,max-port-current-in-sleep", 
                        0x0834, 
                        Buffer (One)
                        {
                             0x00
                        }
                    }, Local0)
                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                Return (Local0)
            }
        }
Link to comment
Share on other sites

 Share

×
×
  • Create New...