Contribute
Register

Asus X550l - Problem with beta 4 and 5

Status
Not open for further replies.
Patch your files based on new extract.
Don't make BIOS changes or hardware changes after.

DSDT patching following your guide:
https://www.tonymacx86.com/threads/guide-disabling-discrete-graphics-in-dual-gpu-laptops.163772/

- "Fix PARSEOP_ZERO Error" : I can't apply it to my DSDT.dsl

- "Fix ADBG Error": compiler summary 0 Errors, 37 Warnings, 142 Remarks, 112 Optimizations, 8 Constants Folded

- "Rename B0D3 to HDAU" (new patch): I can't apply it to my DSDT.dsl

- I can't find in your patches list "Rename XHC to XHC1" (new patch)", and If I try to use "find and replace" command, it gives me a red compile error;

I`ve applied it manually:

# rename XHC to XHC1
into device label XHC set_label begin XHC1 end;
into_all all code_regex XHC\. replaceall_matched begin XHC1. end;
into_all all code_regex XHC_\. replaceall_matched begin XHC1. end;
into_all all code_regex \.XHC, replaceall_matched begin .XHC1, end;


the final compiler summary after having applied all patches to my DSDT.dsl:
2 Errors, 37 Warnings, 158 Remarks, 131 Optimizations, 8 Constants Folded

--------------------------------------------------------------------------
SSDT patching:

- "For SSDT-0.dsl:
"Remove _PSS placeholders" (new patch)": I can't apply it to my SSDT-0.dsl

- "Rename B0D3 to HDAU" (new patch): I can't apply it to my SSDT-9.dsl


attached my unpatched "dsl" files disassembled following your guide:
https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/
 

Attachments

  • unpatched dsdt-ssdt.dsl.zip
    86.3 KB · Views: 70
Last edited:
hi Rehab,
just to recap disabling Nvidia graphics method:
on ssdt zip error i'm unable solve error

can you check, please, if all files have been correctly patched?

Thank you!
Rehab,at the moment i'm totally confused, I did a new extraction from sierra(f4 clover) and disassembly.but now i have errors new also on dsdt and ssdt. i send all files .I kindly ask your help for patch.thank you
 

Attachments

  • origin.zip
    176.8 KB · Views: 72
hi Rehab,
just to recap disabling Nvidia graphics method:
on ssdt zip error i'm unable solve error

can you check, please, if all files have been correctly patched?

Thank you!

I don't understand the purpose of "SSDT error.zip", so I ignored it.
Your ACPI/patched content is wrong.
Based on ACPI/origin, you should have in ACPI/patched:
DSDT.aml
SSDT-0.aml
SSDT-1.aml
SSDT-2.aml
SSDT-3.aml
SSDT-7.aml
SSDT-8.aml
SSDT-9.aml
SSDT-10.aml

Don't forget to fix SortedOrder.
 
Rehab,at the moment i'm totally confused, I did a new extraction from sierra(f4 clover) and disassembly.but now i have errors new also on dsdt and ssdt. i send all files .I kindly ask your help for patch.thank you

There are no errors in the DSDT.dsl you attached.
SSDT-2.dsl needs "Remove _PSS placeholders" (very common).
No errors in any of the other static SSDTs.
 
DSDT patching following your guide:
https://www.tonymacx86.com/threads/guide-disabling-discrete-graphics-in-dual-gpu-laptops.163772/

- "Fix PARSEOP_ZERO Error" : I can't apply it to my DSDT.dsl
- "Fix ADBG Error": compiler summary 0 Errors, 37 Warnings, 142 Remarks, 112 Optimizations, 8 Constants Folded

No need for that either. Your DSDT.dsl compiles without erros.
- "Rename B0D3 to HDAU" (new patch): I can't apply it to my DSDT.dsl

No need. There are no B0D3 references in your DSDT

- I can't find in your patches list "Rename XHC to XHC1" (new patch)", and If I try to use "find and replace" command, it gives me a red compile error;

That patch has been deprecated. Not necessary with the creation of FakePCIID_XHCIMux.

I`ve applied it manually:

Mistake.

- "For SSDT-0.dsl:
"Remove _PSS placeholders" (new patch)": I can't apply it to my SSDT-0.dsl

Not needed. SSDT-0.dsl compiles without error.
You need it for SSDT-1.dsl.

- "Rename B0D3 to HDAU" (new patch): I can't apply it to my SSDT-9.dsl

No references to B0D3 in that file (why do you apply patches to files that don't need that specific patch?)
The only B0D3 reference is in SSDT-7.
Note:
Code:
SPEEDY-NUC-2:unpatched dsdt-ssdt.dsl rehabman$ grep B0D3 *.dsl
SSDT-7.dsl:        Device (B0D3)
SSDT-7.dsl:                            \_SB.PCI0.B0D3.ASTR ()
SSDT-7.dsl:                            \_SB.PCI0.B0D3.AINI ()
SSDT-7.dsl:                            \_SB.PCI0.B0D3.CXDC ()

SSDT-9 needs "Cleanup/Fix Errors (SSDT)".

Please note: Application of patches is based on file content, not file name.
 
There are no errors in the DSDT.dsl you attached.
SSDT-2.dsl needs "Remove _PSS placeholders" (very common).
No errors in any of the other static SSDTs.
i use maciasl rm 1.31 acpi 6.1 and when compile
all origin zip( dsdt and ssdt) have error and no patches
my previus efi (dsdt and ssdt) dont have error
but if no error why no disable nvidia

preboot acpi disaster,nvidia mistery........
 

Attachments

  • preboot.log.zip
    7.4 KB · Views: 45
Last edited:
No need for that either. Your DSDT.dsl compiles without erros.


No need. There are no B0D3 references in your DSDT



That patch has been deprecated. Not necessary with the creation of FakePCIID_XHCIMux.



Mistake.



Not needed. SSDT-0.dsl compiles without error.
You need it for SSDT-1.dsl.



No references to B0D3 in that file (why do you apply patches to files that don't need that specific patch?)
The only B0D3 reference is in SSDT-7.
Note:
Code:
SPEEDY-NUC-2:unpatched dsdt-ssdt.dsl rehabman$ grep B0D3 *.dsl
SSDT-7.dsl:        Device (B0D3)
SSDT-7.dsl:                            \_SB.PCI0.B0D3.ASTR ()
SSDT-7.dsl:                            \_SB.PCI0.B0D3.AINI ()
SSDT-7.dsl:                            \_SB.PCI0.B0D3.CXDC ()

SSDT-9 needs "Cleanup/Fix Errors (SSDT)".

Please note: Application of patches is based on file content, not file name.

anyway, the final compiler summary after having applied all patches to my DSDT.dsl is:

"2 Errors, 37 Warnings, 158 Remarks, 131 Optimizations, 8 Constants Folded"
 
i use maciasl rm 1.31 acpi 6.1 and when compile
all origin zip( dsdt and ssdt) have error and no patches
my previus efi (dsdt and ssdt) dont have error

No "origin zip" attached to this post.
You will need to provide exact details on what you're doing with each file and the "errors" you mention.
My crystal ball is broken and I've never had good clairvoyance skills.

but if no error why no disable nvidia
preboot acpi disaster,nvidia mistery........

Really no idea what you're trying to communicate.
Take the time to write clear and detailed questions.
 
anyway, the final compiler summary after having applied all patches to my DSDT.dsl is:

"2 Errors, 37 Warnings, 158 Remarks, 131 Optimizations, 8 Constants Folded"

No file attached, no idea.
You have a crystal ball I can borrow?
 

Attachments

  • DSDT.dsl.zip
    54.4 KB · Views: 88
Status
Not open for further replies.
Back
Top