Jump to content

[SUCCESS] Latitude E6330 Mojave Upgrade with Clover


griftopia

Recommended Posts

  • Moderators

No need to re-apply _wak arg0 v2 nor Brightness patch. As you can see, your modded DSDT now has 2 wake patches because it was applied already.
 

Quote

 

  Method (_WAK, 1, Serialized)  // _WAK: Wake
    {
        If (((Arg0 < One) || (Arg0 > 0x05)))
        {
            Arg0 = 0x03
        }

        If (((Arg0 < One) || (Arg0 > 0x05)))             / /duplicates as above
        {
            Arg0 = 0x03
        }

 

 

Brightness patch is already included with SSDT-PNLF.aml. Reason brightness slider was not working could be because I forgot to add it to the sortedOrder in the Config file. Add that and slider should work and sleep should be fix.

Reason USB is not working on your DSDT is because you applied Rehabman's 7-series USB 3 Multiplex instead of 7-series/8-series USB. 

 

Link to comment
Share on other sites

×
×
  • Create New...