Jump to content
🎉 [ IMPORTANT ] Premium and Donators users 🎉 ×

Clevo P65RG ACPI Patch AC Charger


Recommended Posts

Main reason that I want to patch and learn to patch is because my charger doesn't seem to correspond with big sur macOS. Whether I plug the charger or not I get a ACPI error. Something about ADJP, ae-not-found and stuff. I could upload a kernel log but I don't know how to even begin or what app helps to do that. I searched some forums and the answer was to put in ACPI folder an SSDT which contains ADJP and PSS methods. To me it doesn't work but I let it in the folder anyway. So I want to learn how to patch.

1.How can I fix this ADJP-ACPI error?

2.If I want to patch any of the patches in Maciasl I get syntax error, 3 to be precise

here is a pic https://ibb.co/5v9Rp4d

Send me markoss-MacBook-Pro.zip

Edited by Μαρκος Γιασσα
Link to comment
Share on other sites

  • Administrators

-Donations-

PayPal HERE - Stripe HERE - Ko-Fi HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill [email protected]

BTC 1BDzsV4bw3DVCiffFAeNKsdEzqkPXNVrXR

ETH BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9

BNB 0x10D1d656eCa00bD521f9b4A43B83098B8142e115

USDT BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9

USDT TRC20 TUR6Z9AVS4AYzqPnULoHrfFvppRbhXmNbZ

PicPay @danielnmaldonado

PiX @[email protected]

Problems with Paypal HERE

xcd5u2Y.png

Sign up for a Bybit account and claim exclusive rewards HERE

New ways to earn money with Linkvertise HERE

Link to comment
Share on other sites

Solved. All you got to do is to extract your DSDT and your SSDTS. Find the ssd that contain the ADJP and PSS method and put it in patched folder of your ACPI in your macOS's EFI folder. Then if you have another error, something about PSR just edit your DSDT and go to PSR method delete some texts and save it. 

here is the example

Original For Clevo laptop.
Method (_PSR, 0, NotSerialized) // _PSR: Power Source
             {
                      If (LEqual (^^WMI.HKDR, Zero)) //WMI: Some Windows thing?
                      {
                            If (LOr (\_TZ.TZ0.PPFG, LOr (^^PCI0.LPCB.EC.B15C, GPSF))) {}
                            ElseIf (And (PSF1, 0x30)) 
                           {
                                      ADJP (Zero) //What's this? ADJP not in the ACPI spec.
                            }
                       }
                      Return (ACFG)
             }

Delete this 
            If (LEqual (^^WMI.HKDR, Zero)) //WMI: Some Windows thing?
                      {
                            If (LOr (\_TZ.TZ0.PPFG, LOr (^^PCI0.LPCB.EC.B15C, GPSF))) {}
                            ElseIf (And (PSF1, 0x30)) 
                           {
                                      ADJP (Zero) //What's this? ADJP not in the ACPI spec.
                            }
                       }

Last, it should be like this

 

Method (_PSR, 0, NotSerialized)  // _PSR: Power Source
            {
                Return (ACFG)
            }

 

Save your DSDT and your good to go.

 

Thanks this thread is solved

Link to comment
Share on other sites

  • Administrators

Enjoy!

-Donations-

PayPal HERE - Stripe HERE - Ko-Fi HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill [email protected]

BTC 1BDzsV4bw3DVCiffFAeNKsdEzqkPXNVrXR

ETH BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9

BNB 0x10D1d656eCa00bD521f9b4A43B83098B8142e115

USDT BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9

USDT TRC20 TUR6Z9AVS4AYzqPnULoHrfFvppRbhXmNbZ

PicPay @danielnmaldonado

PiX @[email protected]

Problems with Paypal HERE

xcd5u2Y.png

Sign up for a Bybit account and claim exclusive rewards HERE

New ways to earn money with Linkvertise HERE

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...