Contribute
Register

[Guide] Patching LAPTOP DSDT/SSDTs

Is it possible that this code would cause problem on the system (from refs.txt)? As I've mentioned before, obviously it solves 4 errors at a time on DSDT however, renaming GFX0 to IGPU cause many ACPI errors which system no longer boots up. I also tried different combinations like patching by Clover with the native DSDT which works well however, this cannot fix my problem. Any idea? Thanx

Code:
External(_SB.PCI0.GFX0.DD02._BCM, MethodObj, 1)
 
Is it possible that this code would cause problem on the system (from refs.txt)? As I've mentioned before, obviously it solves 4 errors at a time on DSDT however, renaming GFX0 to IGPU cause many ACPI errors which system no longer boots up. I also tried different combinations like patching by Clover with the native DSDT which works well however, this cannot fix my problem. Any idea? Thanx

Code:
External(_SB.PCI0.GFX0.DD02._BCM, MethodObj, 1)

Renaming GFX0->IGPU will not cause any problems unless you fail to do the rename on DSDT+all SSDTs that reference the symbol.
 
I wanted to ask a question to understand more about DSDT/SSDT patching. In my scenario i extracted from F4 Clover the following files:

DSDT.aml
SSDT-0.aml
SSDT-1.aml
SSDT-2.aml
SSDT-3.aml
SSDT-4.aml
SSDT-5.aml
SSDT-6.aml
SSDT-7.aml
SSDT-8.aml
SSDT-9.aml
SSDT-10.aml
SSDT-11.aml
SSDT-12x.aml (not to be included as per post #1)
SSDT-13x.aml (not to be included as per post #1)
SSDT-14x.aml (not to be included as per post #1)
SSDT-15x.aml (not to be included as per post #1)
SSDT-16x.aml (not to be included as per post #1)
SSDT-17x.aml (not to be included as per post #1)
SSDT-18x.aml (not to be included as per post #1)

Ok now I have in ACPI/patched ONLY the following files: SSDT.aml (generated with ssdtPRGen), SSDT-XOSI.aml, SSDT-LPC.aml, SSDT-UIAC-ALL.aml, SSDT-PNLF.aml. So I DID NOT included OEM SSDT.
I am using sorted order SSDT.aml, SSDT-XOSI.aml, SSDT-LPC.aml, SSDT-UIAC-ALL.aml, SSDT-PNLF.aml and everything seems working.
In config.plist -> SSDT -> DropOEM set to false.

Just asking: is this a correct way to set up? In this scenario Clover is automatically loading all OEMs and then the ones in ACPI/patched?
 
I wanted to ask a question to understand more about DSDT/SSDT patching. In my scenario i extracted from F4 Clover the following files:

DSDT.aml
SSDT-0.aml
SSDT-1.aml
SSDT-2.aml
SSDT-3.aml
SSDT-4.aml
SSDT-5.aml
SSDT-6.aml
SSDT-7.aml
SSDT-8.aml
SSDT-9.aml
SSDT-10.aml
SSDT-11.aml
SSDT-12x.aml (not to be included as per post #1)
SSDT-13x.aml (not to be included as per post #1)
SSDT-14x.aml (not to be included as per post #1)
SSDT-15x.aml (not to be included as per post #1)
SSDT-16x.aml (not to be included as per post #1)
SSDT-17x.aml (not to be included as per post #1)
SSDT-18x.aml (not to be included as per post #1)

Ok now I have in ACPI/patched ONLY the following files: SSDT.aml (generated with ssdtPRGen), SSDT-XOSI.aml, SSDT-LPC.aml, SSDT-UIAC-ALL.aml, SSDT-PNLF.aml. So I DID NOT included OEM SSDT.
I am using sorted order SSDT.aml, SSDT-XOSI.aml, SSDT-LPC.aml, SSDT-UIAC-ALL.aml, SSDT-PNLF.aml and everything seems working.
In config.plist -> SSDT -> DropOEM set to false.

Just asking: is this a correct way to set up? In this scenario Clover is automatically loading all OEMs and then the ones in ACPI/patched?

No "Problem Reporting" files attached.
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
can I edit all dsdt/ssdt copyping all File for Clover origin or other to another system and edit it then put it back to that system ??

No idea what you're asking.
Please ask questions that are detailed and clear.
 
I'm trying to apply the system_HPET patch, but it inserts a Return (BUF0) and that is not defined. Could it be that mine is called BUFF?
 

Attachments

  • DSDT.dsl
    252.9 KB · Views: 158
  • SSDT-0.dsl
    35.2 KB · Views: 137
I'm trying to apply the system_HPET patch, but it inserts a Return (BUF0) and that is not defined. Could it be that mine is called BUFF?

Please fill out your profile as per FAQ.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/

Also...
No "Problem Reporting" files attached.
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
Please fill out your profile as per FAQ.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/

Also...
No "Problem Reporting" files attached.
Read FAQ, "Problem Reporting" again. Carefully. Attach all requested files/output.
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/

Sorry, saw that after I had already posted. I attached the output from iasl, and I'm having a hell of a time finding the model number of the motherboard in this thing. It's a Dell Poweredge R320 w/ E5-2407 and an Intel C600 chipset. Here's the technical documentation if you know how to find it...

I think I attached what was asked in the post you linked.

Thanks in advance for any assistance!
 

Attachments

  • CLOVER.zip
    1.5 MB · Views: 60
  • IMG_1740.JPG
    IMG_1740.JPG
    3.8 MB · Views: 96
Sorry, saw that after I had already posted. I attached the output from iasl, and I'm having a hell of a time finding the model number of the motherboard in this thing. It's a Dell Poweredge R320 w/ E5-2407 and an Intel C600 chipset. Here's the technical documentation if you know how to find it...

I think I attached what was asked in the post you linked.

Thanks in advance for any assistance!

Off-topic.
Desktop questions are off-topic in the laptop forums.
 
Back
Top