Contribute
Register

[Guide] Patching LAPTOP DSDT/SSDTs

Use Clover F4 extract. Disassembly is done in OS X using the iasl linked from the guide (not in Linux).

Follow the guide as written.

I was using os x to extract not linix, I get the same error with clover files... What does the -dl do? Must I use it ?

Thanks for the help
Will
 
I was using os x to extract not linix, I get the same error with clover files... What does the -dl do? Must I use it ?

Thanks for the help
Will

It means you're using the wrong iasl. The correct one is linked from post #1.
 
Hello RehabMan! I am a newbie ...:D
I really need your advice ( you are the most experienced on the forum :thumbup:)

My config:
  • Asus N56JRH Series Notebook
  • Mobile DualCore Intel Core i5-4200H, Intel Lynx Point HM86, Intel Haswell
  • Intel HD Graphics 4600
  • GeForce GTX 760M/PCIe/SSE2
  • Realtek ALC663 ID 10EC-0663/1043-14AD
  • Intel Lynx Point PCH - High Definition Audio Controller [C-2] ID 8086-8C20/1043-14AD
  • Realtek RTS5227 PCI-E Card Reader
  • Realtek RTL8168/8111 PCI-E Gigabit Ethernet Adapter
  • Intel Dual Band Wireless-N 7260 BGN 2x2 HMC WiFi Adapter

Now I applied the patches:

For DSDT.dsl:
Code:
"Fix PARSEOP_ZERO Error" (be sure to uncommment the "more agressive" patches)
 "Fix ADBG Error"
 "Remove _DSM methods"
 "IRQ Fix"
 "SMBUS Fix"
 "OS Check Fix (Windows 8)"
 "Add IMEI"
 "RTC Fix"
 "Fix _WAK Arg0 v2"
 "Fix _WAK IAOE" (new patch)
 "Rename GFX0 to IGPU"
 "Rename B0D3 to HDAU" (new patch)
 "ASUS N55SL/VivoBook"
 "USB3 _PRW(0x6D) and Rename XHC to XHC1" (new patch)
 "Audio Layout 12"
 "Patching for discrete disable"

SSDT-0.dsl
Code:
"Remove _DSM methods"

For SSDT-7.dsl
Code:
"Rename GFX0 to IGPU"
 "Brightness Fix (Haswell)"
 "Rename B0D3 to HDAU" (new patch)

SSDT-8.dsl
Code:
"Remove _DSM methods"
 "Rename GFX0 to IGPU"
"Patching for discrete disable"

SSDT-11.dsl
Code:
"Remove _DSM methods"
 "Rename GFX0 to IGPU"
 "Cleanup/Fix Errors (SSDT)"
"Patching for discrete disable"

I did everything right?
I really need your advice!
Which is better to apply patches to me?

Dump Clover F4 attachment.
 

Attachments

  • Asus DSDT_DUMP.zip
    144.6 KB · Views: 82
Hello RehabMan! I am a newbie ...:D
I really need your advice ( you are the most experienced on the forum :thumbup:)

My config:
  • Asus N56JRH Series Notebook
  • Mobile DualCore Intel Core i5-4200H, Intel Lynx Point HM86, Intel Haswell
  • Intel HD Graphics 4600
  • GeForce GTX 760M/PCIe/SSE2
  • Realtek ALC663 ID 10EC-0663/1043-14AD
  • Intel Lynx Point PCH - High Definition Audio Controller [C-2] ID 8086-8C20/1043-14AD
  • Realtek RTS5227 PCI-E Card Reader
  • Realtek RTL8168/8111 PCI-E Gigabit Ethernet Adapter
  • Intel Dual Band Wireless-N 7260 BGN 2x2 HMC WiFi Adapter

Now I applied the patches:

For DSDT.dsl:
Code:
"Fix PARSEOP_ZERO Error" (be sure to uncommment the "more agressive" patches)
 "Fix ADBG Error"
 "Remove _DSM methods"
 "IRQ Fix"
 "SMBUS Fix"
 "OS Check Fix (Windows 8)"
 "Add IMEI"
 "RTC Fix"
 "Fix _WAK Arg0 v2"
 "Fix _WAK IAOE" (new patch)
 "Rename GFX0 to IGPU"
 "Rename B0D3 to HDAU" (new patch)
 "ASUS N55SL/VivoBook"
 "USB3 _PRW(0x6D) and Rename XHC to XHC1" (new patch)
 "Audio Layout 12"
 "Patching for discrete disable"

SSDT-0.dsl
Code:
"Remove _DSM methods"

For SSDT-7.dsl
Code:
"Rename GFX0 to IGPU"
 "Brightness Fix (Haswell)"
 "Rename B0D3 to HDAU" (new patch)

SSDT-8.dsl
Code:
"Remove _DSM methods"
 "Rename GFX0 to IGPU"
"Patching for discrete disable"

SSDT-11.dsl
Code:
"Remove _DSM methods"
 "Rename GFX0 to IGPU"
 "Cleanup/Fix Errors (SSDT)"
"Patching for discrete disable"

I did everything right?
I really need your advice!
Which is better to apply patches to me?

Dump Clover F4 attachment.

Your DSDT uses _PRW (0x0d), not 0x6d.

You need to test your work.
 
Refs.txt is a text file you create with the content provided in the guide. They are not commands for Terminal.

Code:
[FONT=Menlo]Last login: Thu Feb 18 02:51:34 on ttys000[/FONT][FONT=Menlo]Sebastians-MacBook-Pro:~ sebastian$ External(_SB_.PCI0.PEG0.PEGP.SGPO, MethodObj, 2)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.PEG0.PEGP.SGPO,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:~ sebastian$ External(_SB_.PCI0.LPCB.H_EC.ECWT, MethodObj, 2)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.LPCB.H_EC.ECWT,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:~ sebastian$ External(_SB_.PCI0.LPCB.H_EC.ECRD, MethodObj, 1)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.LPCB.H_EC.ECRD,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:~ sebastian$ External(_GPE.MMTB, MethodObj, 0)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_GPE.MMTB,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:~ sebastian$ cd /Users/sebastian/Desktop/Neuer[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.PEG0.PEGP.SGPO, MethodObj, 2)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.PEG0.PEGP.SGPO,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.PEG0.PEGP.SGPO, MethodObj, 2)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.PEG0.PEGP.SGPO,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.LPCB.H_EC.ECWT, MethodObj, 2)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.LPCB.H_EC.ECWT,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.LPCB.H_EC.ECRD, MethodObj, 1)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.LPCB.H_EC.ECRD,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_GPE.MMTB, MethodObj, 0)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_GPE.MMTB,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.PEG0.PEGP.SGPO, MethodObj, 2)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.PEG0.PEGP.SGPO,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.LPCB.H_EC.ECWT, MethodObj, 2)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.LPCB.H_EC.ECWT,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.LPCB.H_EC.ECRD, MethodObj, 1)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.LPCB.H_EC.ECRD,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_GPE.MMTB, MethodObj, 0)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_GPE.MMTB,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_GPE.MMTB, MethodObj, 0)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_GPE.MMTB,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.PEG0.PEGP.SGPO, MethodObj, 2)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.PEG0.PEGP.SGPO,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.LPCB.H_EC.ECWT, MethodObj, 2)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.LPCB.H_EC.ECWT,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.LPCB.H_EC.ECRD, MethodObj, 1)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.LPCB.H_EC.ECRD,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_GPE.MMTB, MethodObj, 0)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_GPE.MMTB,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$[/FONT]

Same Problem. Please help me. I have created a "refs.txt" via Textwrangler. I still have errors.
 

Attachments

  • Neuer.zip
    94 KB · Views: 62
Code:
[FONT=Menlo]Last login: Thu Feb 18 02:51:34 on ttys000[/FONT][FONT=Menlo]Sebastians-MacBook-Pro:~ sebastian$ External(_SB_.PCI0.PEG0.PEGP.SGPO, MethodObj, 2)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.PEG0.PEGP.SGPO,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:~ sebastian$ External(_SB_.PCI0.LPCB.H_EC.ECWT, MethodObj, 2)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.LPCB.H_EC.ECWT,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:~ sebastian$ External(_SB_.PCI0.LPCB.H_EC.ECRD, MethodObj, 1)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.LPCB.H_EC.ECRD,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:~ sebastian$ External(_GPE.MMTB, MethodObj, 0)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_GPE.MMTB,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:~ sebastian$ cd /Users/sebastian/Desktop/Neuer[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.PEG0.PEGP.SGPO, MethodObj, 2)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.PEG0.PEGP.SGPO,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.PEG0.PEGP.SGPO, MethodObj, 2)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.PEG0.PEGP.SGPO,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.LPCB.H_EC.ECWT, MethodObj, 2)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.LPCB.H_EC.ECWT,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.LPCB.H_EC.ECRD, MethodObj, 1)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.LPCB.H_EC.ECRD,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_GPE.MMTB, MethodObj, 0)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_GPE.MMTB,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.PEG0.PEGP.SGPO, MethodObj, 2)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.PEG0.PEGP.SGPO,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.LPCB.H_EC.ECWT, MethodObj, 2)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.LPCB.H_EC.ECWT,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.LPCB.H_EC.ECRD, MethodObj, 1)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.LPCB.H_EC.ECRD,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_GPE.MMTB, MethodObj, 0)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_GPE.MMTB,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_GPE.MMTB, MethodObj, 0)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_GPE.MMTB,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.PEG0.PEGP.SGPO, MethodObj, 2)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.PEG0.PEGP.SGPO,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.LPCB.H_EC.ECWT, MethodObj, 2)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.LPCB.H_EC.ECWT,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_SB_.PCI0.LPCB.H_EC.ECRD, MethodObj, 1)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_SB_.PCI0.LPCB.H_EC.ECRD,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ External(_GPE.MMTB, MethodObj, 0)[/FONT]
[FONT=Menlo]-bash: syntax error near unexpected token `_GPE.MMTB,'[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$[/FONT]

Same Problem. Please help me. I have created a "refs.txt" via Textwrangler. I still have errors.

The file refs.txt are not commands for Terminal. refs.txt is used as an argument to iasl.

Please read the guide carefully.
 
Code:
[FONT=Menlo]Sebastians-MacBook-Pro:~ sebastian$ cd /Users/sebastian/Desktop/Neuer[/FONT][FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ iasl -da -dl -fe refs.txt *.aml[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Intel ACPI Component Architecture[/FONT]
[FONT=Menlo]ASL+ Optimizing Compiler version 20160108-64[/FONT]
[FONT=Menlo]Copyright (c) 2000 - 2016 Intel Corporation[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Input file DSDT.aml, Length 0xF4BB (62651) bytes[/FONT]
[FONT=Menlo]ACPI: DSDT 0x0000000000000000 00F4BB (v02 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]External object resolution file       SSDT-6.aml[/FONT]
[FONT=Menlo]Input file SSDT-6.aml, Length 0x34F8 (13560) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0034F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-5x.aml[/FONT]
[FONT=Menlo]Input file SSDT-5x.aml, Length 0x119 (281) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-4x.aml[/FONT]
[FONT=Menlo]Input file SSDT-4x.aml, Length 0x3D3 (979) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-3x.aml[/FONT]
[FONT=Menlo]Input file SSDT-3x.aml, Length 0x5AA (1450) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-2.aml[/FONT]
[FONT=Menlo]Input file SSDT-2.aml, Length 0xAD8 (2776) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000AD8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-1.aml[/FONT]
[FONT=Menlo]Input file SSDT-1.aml, Length 0x539 (1337) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000539 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-0.aml[/FONT]
[FONT=Menlo]Input file SSDT-0.aml, Length 0x2028 (8232) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 002028 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.PEG0.PEGP.SGPO[/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.LPCB.H_EC.ECWT[/FONT]
[FONT=Menlo]refs.txt: Importing method external (1 arguments) _SB_.PCI0.LPCB.H_EC.ECRD[/FONT]
[FONT=Menlo]refs.txt: Importing method external (0 arguments) _GPE.MMTB[/FONT]
[FONT=Menlo]refs.txt: Imported 4 external method definitions[/FONT]
[FONT=Menlo]Pass 1 parse of [DSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [DSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Found 14 external control methods, reparsing with new information[/FONT]
[FONT=Menlo]Pass 1 parse of [DSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [DSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]Disassembly completed[/FONT]
[FONT=Menlo]ASL Output:    DSDT.dsl - 602836 bytes[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]iASL Warning: There were 14 external control methods found during[/FONT]
[FONT=Menlo]disassembly, but only 7 were resolved (7 unresolved). Additional[/FONT]
[FONT=Menlo]ACPI tables may be required to properly disassemble the code. The[/FONT]
[FONT=Menlo]resulting disassembler output file may not compile because the[/FONT]
[FONT=Menlo]disassembler did not know how many arguments to assign to the[/FONT]
[FONT=Menlo]unresolved methods. Note: SSDTs can be dynamically loaded at[/FONT]
[FONT=Menlo]runtime and may or may not be available via the host OS.[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]If necessary, the -fe option can be used to specify a file containing[/FONT]
[FONT=Menlo]control method external declarations with the associated method[/FONT]
[FONT=Menlo]argument counts. Each line of the file must be of the form:[/FONT]
[FONT=Menlo]    External (<method pathname>, MethodObj, <argument count>)[/FONT]
[FONT=Menlo]Invocation:[/FONT]
[FONT=Menlo]    iasl -fe refs.txt -d dsdt.aml[/FONT]
[FONT=Menlo]Input file SSDT-0.aml, Length 0x2028 (8232) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 002028 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]External object resolution file       SSDT-6.aml[/FONT]
[FONT=Menlo]Input file SSDT-6.aml, Length 0x34F8 (13560) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0034F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-5x.aml[/FONT]
[FONT=Menlo]Input file SSDT-5x.aml, Length 0x119 (281) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-4x.aml[/FONT]
[FONT=Menlo]Input file SSDT-4x.aml, Length 0x3D3 (979) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-3x.aml[/FONT]
[FONT=Menlo]Input file SSDT-3x.aml, Length 0x5AA (1450) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-2.aml[/FONT]
[FONT=Menlo]Input file SSDT-2.aml, Length 0xAD8 (2776) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000AD8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-1.aml[/FONT]
[FONT=Menlo]Input file SSDT-1.aml, Length 0x539 (1337) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000539 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file         DSDT.aml[/FONT]
[FONT=Menlo]Input file DSDT.aml, Length 0xF4BB (62651) bytes[/FONT]
[FONT=Menlo]ACPI: DSDT 0x0000000000000000 00F4BB (v02 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [DSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [DSDT][/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.PEG0.PEGP.SGPO[/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.LPCB.H_EC.ECWT[/FONT]
[FONT=Menlo]refs.txt: Importing method external (1 arguments) _SB_.PCI0.LPCB.H_EC.ECRD[/FONT]
[FONT=Menlo]refs.txt: Importing method external (0 arguments) _GPE.MMTB[/FONT]
[FONT=Menlo]refs.txt: Imported 4 external method definitions[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Found 5 external control methods, reparsing with new information[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]Disassembly completed[/FONT]
[FONT=Menlo]ASL Output:    SSDT-0.dsl - 29911 bytes[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]iASL Warning: There were 5 external control methods found during[/FONT]
[FONT=Menlo]disassembly, but only 4 were resolved (1 unresolved). Additional[/FONT]
[FONT=Menlo]ACPI tables may be required to properly disassemble the code. The[/FONT]
[FONT=Menlo]resulting disassembler output file may not compile because the[/FONT]
[FONT=Menlo]disassembler did not know how many arguments to assign to the[/FONT]
[FONT=Menlo]unresolved methods. Note: SSDTs can be dynamically loaded at[/FONT]
[FONT=Menlo]runtime and may or may not be available via the host OS.[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]If necessary, the -fe option can be used to specify a file containing[/FONT]
[FONT=Menlo]control method external declarations with the associated method[/FONT]
[FONT=Menlo]argument counts. Each line of the file must be of the form:[/FONT]
[FONT=Menlo]    External (<method pathname>, MethodObj, <argument count>)[/FONT]
[FONT=Menlo]Invocation:[/FONT]
[FONT=Menlo]    iasl -fe refs.txt -d dsdt.aml[/FONT]
[FONT=Menlo]Input file SSDT-1.aml, Length 0x539 (1337) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000539 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]External object resolution file       SSDT-6.aml[/FONT]
[FONT=Menlo]Input file SSDT-6.aml, Length 0x34F8 (13560) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0034F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-5x.aml[/FONT]
[FONT=Menlo]Input file SSDT-5x.aml, Length 0x119 (281) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-4x.aml[/FONT]
[FONT=Menlo]Input file SSDT-4x.aml, Length 0x3D3 (979) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-3x.aml[/FONT]
[FONT=Menlo]Input file SSDT-3x.aml, Length 0x5AA (1450) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-2.aml[/FONT]
[FONT=Menlo]Input file SSDT-2.aml, Length 0xAD8 (2776) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000AD8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-0.aml[/FONT]
[FONT=Menlo]Input file SSDT-0.aml, Length 0x2028 (8232) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 002028 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file         DSDT.aml[/FONT]
[FONT=Menlo]Input file DSDT.aml, Length 0xF4BB (62651) bytes[/FONT]
[FONT=Menlo]ACPI: DSDT 0x0000000000000000 00F4BB (v02 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [DSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [DSDT][/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.PEG0.PEGP.SGPO[/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.LPCB.H_EC.ECWT[/FONT]
[FONT=Menlo]refs.txt: Importing method external (1 arguments) _SB_.PCI0.LPCB.H_EC.ECRD[/FONT]
[FONT=Menlo]refs.txt: Importing method external (0 arguments) _GPE.MMTB[/FONT]
[FONT=Menlo]refs.txt: Imported 4 external method definitions[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Found 4 external control methods, reparsing with new information[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]Disassembly completed[/FONT]
[FONT=Menlo]ASL Output:    SSDT-1.dsl - 10394 bytes[/FONT]
[FONT=Menlo]Input file SSDT-2.aml, Length 0xAD8 (2776) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000AD8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]External object resolution file       SSDT-6.aml[/FONT]
[FONT=Menlo]Input file SSDT-6.aml, Length 0x34F8 (13560) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0034F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-5x.aml[/FONT]
[FONT=Menlo]Input file SSDT-5x.aml, Length 0x119 (281) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-4x.aml[/FONT]
[FONT=Menlo]Input file SSDT-4x.aml, Length 0x3D3 (979) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-3x.aml[/FONT]
[FONT=Menlo]Input file SSDT-3x.aml, Length 0x5AA (1450) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-1.aml[/FONT]
[FONT=Menlo]Input file SSDT-1.aml, Length 0x539 (1337) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000539 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-0.aml[/FONT]
[FONT=Menlo]Input file SSDT-0.aml, Length 0x2028 (8232) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 002028 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file         DSDT.aml[/FONT]
[FONT=Menlo]Input file DSDT.aml, Length 0xF4BB (62651) bytes[/FONT]
[FONT=Menlo]ACPI: DSDT 0x0000000000000000 00F4BB (v02 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [DSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [DSDT][/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.PEG0.PEGP.SGPO[/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.LPCB.H_EC.ECWT[/FONT]
[FONT=Menlo]refs.txt: Importing method external (1 arguments) _SB_.PCI0.LPCB.H_EC.ECRD[/FONT]
[FONT=Menlo]refs.txt: Importing method external (0 arguments) _GPE.MMTB[/FONT]
[FONT=Menlo]refs.txt: Imported 4 external method definitions[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Found 4 external control methods, reparsing with new information[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]Disassembly completed[/FONT]
[FONT=Menlo]ASL Output:    SSDT-2.dsl - 15648 bytes[/FONT]
[FONT=Menlo]Input file SSDT-3x.aml, Length 0x5AA (1450) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]External object resolution file       SSDT-6.aml[/FONT]
[FONT=Menlo]Input file SSDT-6.aml, Length 0x34F8 (13560) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0034F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-5x.aml[/FONT]
[FONT=Menlo]Input file SSDT-5x.aml, Length 0x119 (281) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-4x.aml[/FONT]
[FONT=Menlo]Input file SSDT-4x.aml, Length 0x3D3 (979) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-2.aml[/FONT]
[FONT=Menlo]Input file SSDT-2.aml, Length 0xAD8 (2776) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000AD8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-1.aml[/FONT]
[FONT=Menlo]Input file SSDT-1.aml, Length 0x539 (1337) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000539 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-0.aml[/FONT]
[FONT=Menlo]Input file SSDT-0.aml, Length 0x2028 (8232) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 002028 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file         DSDT.aml[/FONT]
[FONT=Menlo]Input file DSDT.aml, Length 0xF4BB (62651) bytes[/FONT]
[FONT=Menlo]ACPI: DSDT 0x0000000000000000 00F4BB (v02 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [DSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [DSDT][/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.PEG0.PEGP.SGPO[/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.LPCB.H_EC.ECWT[/FONT]
[FONT=Menlo]refs.txt: Importing method external (1 arguments) _SB_.PCI0.LPCB.H_EC.ECRD[/FONT]
[FONT=Menlo]refs.txt: Importing method external (0 arguments) _GPE.MMTB[/FONT]
[FONT=Menlo]refs.txt: Imported 4 external method definitions[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Found 5 external control methods, reparsing with new information[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]Disassembly completed[/FONT]
[FONT=Menlo]ASL Output:    SSDT-3x.dsl - 11402 bytes[/FONT]
[FONT=Menlo]Input file SSDT-4x.aml, Length 0x3D3 (979) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)[/FONT]
[FONT=Menlo]External object resolution file       SSDT-6.aml[/FONT]
[FONT=Menlo]Input file SSDT-6.aml, Length 0x34F8 (13560) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0034F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-5x.aml[/FONT]
[FONT=Menlo]Input file SSDT-5x.aml, Length 0x119 (281) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-3x.aml[/FONT]
[FONT=Menlo]Input file SSDT-3x.aml, Length 0x5AA (1450) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-2.aml[/FONT]
[FONT=Menlo]Input file SSDT-2.aml, Length 0xAD8 (2776) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000AD8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-1.aml[/FONT]
[FONT=Menlo]Input file SSDT-1.aml, Length 0x539 (1337) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000539 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-0.aml[/FONT]
[FONT=Menlo]Input file SSDT-0.aml, Length 0x2028 (8232) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 002028 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file         DSDT.aml[/FONT]
[FONT=Menlo]Input file DSDT.aml, Length 0xF4BB (62651) bytes[/FONT]
[FONT=Menlo]ACPI: DSDT 0x0000000000000000 00F4BB (v02 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [DSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [DSDT][/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.PEG0.PEGP.SGPO[/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.LPCB.H_EC.ECWT[/FONT]
[FONT=Menlo]refs.txt: Importing method external (1 arguments) _SB_.PCI0.LPCB.H_EC.ECRD[/FONT]
[FONT=Menlo]refs.txt: Importing method external (0 arguments) _GPE.MMTB[/FONT]
[FONT=Menlo]refs.txt: Imported 4 external method definitions[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Found 4 external control methods, reparsing with new information[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]Disassembly completed[/FONT]
[FONT=Menlo]ASL Output:    SSDT-4x.dsl - 8008 bytes[/FONT]
[FONT=Menlo]Input file SSDT-5x.aml, Length 0x119 (281) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]External object resolution file       SSDT-6.aml[/FONT]
[FONT=Menlo]Input file SSDT-6.aml, Length 0x34F8 (13560) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0034F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-4x.aml[/FONT]
[FONT=Menlo]Input file SSDT-4x.aml, Length 0x3D3 (979) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-3x.aml[/FONT]
[FONT=Menlo]Input file SSDT-3x.aml, Length 0x5AA (1450) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-2.aml[/FONT]
[FONT=Menlo]Input file SSDT-2.aml, Length 0xAD8 (2776) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000AD8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-1.aml[/FONT]
[FONT=Menlo]Input file SSDT-1.aml, Length 0x539 (1337) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000539 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-0.aml[/FONT]
[FONT=Menlo]Input file SSDT-0.aml, Length 0x2028 (8232) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 002028 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file         DSDT.aml[/FONT]
[FONT=Menlo]Input file DSDT.aml, Length 0xF4BB (62651) bytes[/FONT]
[FONT=Menlo]ACPI: DSDT 0x0000000000000000 00F4BB (v02 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [DSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [DSDT][/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.PEG0.PEGP.SGPO[/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.LPCB.H_EC.ECWT[/FONT]
[FONT=Menlo]refs.txt: Importing method external (1 arguments) _SB_.PCI0.LPCB.H_EC.ECRD[/FONT]
[FONT=Menlo]refs.txt: Importing method external (0 arguments) _GPE.MMTB[/FONT]
[FONT=Menlo]refs.txt: Imported 4 external method definitions[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Found 5 external control methods, reparsing with new information[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]Disassembly completed[/FONT]
[FONT=Menlo]ASL Output:    SSDT-5x.dsl - 2737 bytes[/FONT]
[FONT=Menlo]Input file SSDT-6.aml, Length 0x34F8 (13560) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0034F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]External object resolution file      SSDT-5x.aml[/FONT]
[FONT=Menlo]Input file SSDT-5x.aml, Length 0x119 (281) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-4x.aml[/FONT]
[FONT=Menlo]Input file SSDT-4x.aml, Length 0x3D3 (979) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-3x.aml[/FONT]
[FONT=Menlo]Input file SSDT-3x.aml, Length 0x5AA (1450) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-2.aml[/FONT]
[FONT=Menlo]Input file SSDT-2.aml, Length 0xAD8 (2776) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000AD8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-1.aml[/FONT]
[FONT=Menlo]Input file SSDT-1.aml, Length 0x539 (1337) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000539 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-0.aml[/FONT]
[FONT=Menlo]Input file SSDT-0.aml, Length 0x2028 (8232) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 002028 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file         DSDT.aml[/FONT]
[FONT=Menlo]Input file DSDT.aml, Length 0xF4BB (62651) bytes[/FONT]
[FONT=Menlo]ACPI: DSDT 0x0000000000000000 00F4BB (v02 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [DSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [DSDT][/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.PEG0.PEGP.SGPO[/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.LPCB.H_EC.ECWT[/FONT]
[FONT=Menlo]refs.txt: Importing method external (1 arguments) _SB_.PCI0.LPCB.H_EC.ECRD[/FONT]
[FONT=Menlo]refs.txt: Importing method external (0 arguments) _GPE.MMTB[/FONT]
[FONT=Menlo]refs.txt: Imported 4 external method definitions[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Found 10 external control methods, reparsing with new information[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]Disassembly completed[/FONT]
[FONT=Menlo]ASL Output:    SSDT-6.dsl - 107962 bytes[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]iASL Warning: There were 10 external control methods found during[/FONT]
[FONT=Menlo]disassembly, but only 7 were resolved (3 unresolved). Additional[/FONT]
[FONT=Menlo]ACPI tables may be required to properly disassemble the code. The[/FONT]
[FONT=Menlo]resulting disassembler output file may not compile because the[/FONT]
[FONT=Menlo]disassembler did not know how many arguments to assign to the[/FONT]
[FONT=Menlo]unresolved methods. Note: SSDTs can be dynamically loaded at[/FONT]
[FONT=Menlo]runtime and may or may not be available via the host OS.[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]If necessary, the -fe option can be used to specify a file containing[/FONT]
[FONT=Menlo]control method external declarations with the associated method[/FONT]
[FONT=Menlo]argument counts. Each line of the file must be of the form:[/FONT]
[FONT=Menlo]    External (<method pathname>, MethodObj, <argument count>)[/FONT]
[FONT=Menlo]Invocation:[/FONT]
[FONT=Menlo]    iasl -fe refs.txt -d dsdt.aml[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ [/FONT]


I have created a refs.txt with the editor and inserted the code
Code:
External(_SB_.PCI0.PEG0.PEGP.SGPO, MethodObj, 2)External(_SB_.PCI0.LPCB.H_EC.ECWT, MethodObj, 2)
External(_SB_.PCI0.LPCB.H_EC.ECRD, MethodObj, 1)
External(_GPE.MMTB, MethodObj, 0)

after that i have opened the terminal and moved to the directory where the dsdt/ssdts are located. after that i inserted the code
Code:
iasl -da -dl -fe refs.txt *.aml

what i am doing wrong?

In the attachment is my dsdt/ssdt folder

Rehabman please help me.
 

Attachments

  • Neuer.zip
    94 KB · Views: 64
Code:
[FONT=Menlo]Sebastians-MacBook-Pro:~ sebastian$ cd /Users/sebastian/Desktop/Neuer[/FONT][FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ iasl -da -dl -fe refs.txt *.aml[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Intel ACPI Component Architecture[/FONT]
[FONT=Menlo]ASL+ Optimizing Compiler version 20160108-64[/FONT]
[FONT=Menlo]Copyright (c) 2000 - 2016 Intel Corporation[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Input file DSDT.aml, Length 0xF4BB (62651) bytes[/FONT]
[FONT=Menlo]ACPI: DSDT 0x0000000000000000 00F4BB (v02 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]External object resolution file       SSDT-6.aml[/FONT]
[FONT=Menlo]Input file SSDT-6.aml, Length 0x34F8 (13560) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0034F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-5x.aml[/FONT]
[FONT=Menlo]Input file SSDT-5x.aml, Length 0x119 (281) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-4x.aml[/FONT]
[FONT=Menlo]Input file SSDT-4x.aml, Length 0x3D3 (979) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-3x.aml[/FONT]
[FONT=Menlo]Input file SSDT-3x.aml, Length 0x5AA (1450) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-2.aml[/FONT]
[FONT=Menlo]Input file SSDT-2.aml, Length 0xAD8 (2776) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000AD8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-1.aml[/FONT]
[FONT=Menlo]Input file SSDT-1.aml, Length 0x539 (1337) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000539 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-0.aml[/FONT]
[FONT=Menlo]Input file SSDT-0.aml, Length 0x2028 (8232) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 002028 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.PEG0.PEGP.SGPO[/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.LPCB.H_EC.ECWT[/FONT]
[FONT=Menlo]refs.txt: Importing method external (1 arguments) _SB_.PCI0.LPCB.H_EC.ECRD[/FONT]
[FONT=Menlo]refs.txt: Importing method external (0 arguments) _GPE.MMTB[/FONT]
[FONT=Menlo]refs.txt: Imported 4 external method definitions[/FONT]
[FONT=Menlo]Pass 1 parse of [DSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [DSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Found 14 external control methods, reparsing with new information[/FONT]
[FONT=Menlo]Pass 1 parse of [DSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [DSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]Disassembly completed[/FONT]
[FONT=Menlo]ASL Output:    DSDT.dsl - 602836 bytes[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]iASL Warning: There were 14 external control methods found during[/FONT]
[FONT=Menlo]disassembly, but only 7 were resolved (7 unresolved). Additional[/FONT]
[FONT=Menlo]ACPI tables may be required to properly disassemble the code. The[/FONT]
[FONT=Menlo]resulting disassembler output file may not compile because the[/FONT]
[FONT=Menlo]disassembler did not know how many arguments to assign to the[/FONT]
[FONT=Menlo]unresolved methods. Note: SSDTs can be dynamically loaded at[/FONT]
[FONT=Menlo]runtime and may or may not be available via the host OS.[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]If necessary, the -fe option can be used to specify a file containing[/FONT]
[FONT=Menlo]control method external declarations with the associated method[/FONT]
[FONT=Menlo]argument counts. Each line of the file must be of the form:[/FONT]
[FONT=Menlo]    External (<method pathname>, MethodObj, <argument count>)[/FONT]
[FONT=Menlo]Invocation:[/FONT]
[FONT=Menlo]    iasl -fe refs.txt -d dsdt.aml[/FONT]
[FONT=Menlo]Input file SSDT-0.aml, Length 0x2028 (8232) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 002028 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]External object resolution file       SSDT-6.aml[/FONT]
[FONT=Menlo]Input file SSDT-6.aml, Length 0x34F8 (13560) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0034F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-5x.aml[/FONT]
[FONT=Menlo]Input file SSDT-5x.aml, Length 0x119 (281) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-4x.aml[/FONT]
[FONT=Menlo]Input file SSDT-4x.aml, Length 0x3D3 (979) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-3x.aml[/FONT]
[FONT=Menlo]Input file SSDT-3x.aml, Length 0x5AA (1450) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-2.aml[/FONT]
[FONT=Menlo]Input file SSDT-2.aml, Length 0xAD8 (2776) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000AD8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-1.aml[/FONT]
[FONT=Menlo]Input file SSDT-1.aml, Length 0x539 (1337) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000539 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file         DSDT.aml[/FONT]
[FONT=Menlo]Input file DSDT.aml, Length 0xF4BB (62651) bytes[/FONT]
[FONT=Menlo]ACPI: DSDT 0x0000000000000000 00F4BB (v02 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [DSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [DSDT][/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.PEG0.PEGP.SGPO[/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.LPCB.H_EC.ECWT[/FONT]
[FONT=Menlo]refs.txt: Importing method external (1 arguments) _SB_.PCI0.LPCB.H_EC.ECRD[/FONT]
[FONT=Menlo]refs.txt: Importing method external (0 arguments) _GPE.MMTB[/FONT]
[FONT=Menlo]refs.txt: Imported 4 external method definitions[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Found 5 external control methods, reparsing with new information[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]Disassembly completed[/FONT]
[FONT=Menlo]ASL Output:    SSDT-0.dsl - 29911 bytes[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]iASL Warning: There were 5 external control methods found during[/FONT]
[FONT=Menlo]disassembly, but only 4 were resolved (1 unresolved). Additional[/FONT]
[FONT=Menlo]ACPI tables may be required to properly disassemble the code. The[/FONT]
[FONT=Menlo]resulting disassembler output file may not compile because the[/FONT]
[FONT=Menlo]disassembler did not know how many arguments to assign to the[/FONT]
[FONT=Menlo]unresolved methods. Note: SSDTs can be dynamically loaded at[/FONT]
[FONT=Menlo]runtime and may or may not be available via the host OS.[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]If necessary, the -fe option can be used to specify a file containing[/FONT]
[FONT=Menlo]control method external declarations with the associated method[/FONT]
[FONT=Menlo]argument counts. Each line of the file must be of the form:[/FONT]
[FONT=Menlo]    External (<method pathname>, MethodObj, <argument count>)[/FONT]
[FONT=Menlo]Invocation:[/FONT]
[FONT=Menlo]    iasl -fe refs.txt -d dsdt.aml[/FONT]
[FONT=Menlo]Input file SSDT-1.aml, Length 0x539 (1337) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000539 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]External object resolution file       SSDT-6.aml[/FONT]
[FONT=Menlo]Input file SSDT-6.aml, Length 0x34F8 (13560) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0034F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-5x.aml[/FONT]
[FONT=Menlo]Input file SSDT-5x.aml, Length 0x119 (281) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-4x.aml[/FONT]
[FONT=Menlo]Input file SSDT-4x.aml, Length 0x3D3 (979) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-3x.aml[/FONT]
[FONT=Menlo]Input file SSDT-3x.aml, Length 0x5AA (1450) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-2.aml[/FONT]
[FONT=Menlo]Input file SSDT-2.aml, Length 0xAD8 (2776) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000AD8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-0.aml[/FONT]
[FONT=Menlo]Input file SSDT-0.aml, Length 0x2028 (8232) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 002028 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file         DSDT.aml[/FONT]
[FONT=Menlo]Input file DSDT.aml, Length 0xF4BB (62651) bytes[/FONT]
[FONT=Menlo]ACPI: DSDT 0x0000000000000000 00F4BB (v02 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [DSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [DSDT][/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.PEG0.PEGP.SGPO[/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.LPCB.H_EC.ECWT[/FONT]
[FONT=Menlo]refs.txt: Importing method external (1 arguments) _SB_.PCI0.LPCB.H_EC.ECRD[/FONT]
[FONT=Menlo]refs.txt: Importing method external (0 arguments) _GPE.MMTB[/FONT]
[FONT=Menlo]refs.txt: Imported 4 external method definitions[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Found 4 external control methods, reparsing with new information[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]Disassembly completed[/FONT]
[FONT=Menlo]ASL Output:    SSDT-1.dsl - 10394 bytes[/FONT]
[FONT=Menlo]Input file SSDT-2.aml, Length 0xAD8 (2776) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000AD8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]External object resolution file       SSDT-6.aml[/FONT]
[FONT=Menlo]Input file SSDT-6.aml, Length 0x34F8 (13560) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0034F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-5x.aml[/FONT]
[FONT=Menlo]Input file SSDT-5x.aml, Length 0x119 (281) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-4x.aml[/FONT]
[FONT=Menlo]Input file SSDT-4x.aml, Length 0x3D3 (979) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-3x.aml[/FONT]
[FONT=Menlo]Input file SSDT-3x.aml, Length 0x5AA (1450) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-1.aml[/FONT]
[FONT=Menlo]Input file SSDT-1.aml, Length 0x539 (1337) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000539 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-0.aml[/FONT]
[FONT=Menlo]Input file SSDT-0.aml, Length 0x2028 (8232) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 002028 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file         DSDT.aml[/FONT]
[FONT=Menlo]Input file DSDT.aml, Length 0xF4BB (62651) bytes[/FONT]
[FONT=Menlo]ACPI: DSDT 0x0000000000000000 00F4BB (v02 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [DSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [DSDT][/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.PEG0.PEGP.SGPO[/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.LPCB.H_EC.ECWT[/FONT]
[FONT=Menlo]refs.txt: Importing method external (1 arguments) _SB_.PCI0.LPCB.H_EC.ECRD[/FONT]
[FONT=Menlo]refs.txt: Importing method external (0 arguments) _GPE.MMTB[/FONT]
[FONT=Menlo]refs.txt: Imported 4 external method definitions[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Found 4 external control methods, reparsing with new information[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]Disassembly completed[/FONT]
[FONT=Menlo]ASL Output:    SSDT-2.dsl - 15648 bytes[/FONT]
[FONT=Menlo]Input file SSDT-3x.aml, Length 0x5AA (1450) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]External object resolution file       SSDT-6.aml[/FONT]
[FONT=Menlo]Input file SSDT-6.aml, Length 0x34F8 (13560) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0034F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-5x.aml[/FONT]
[FONT=Menlo]Input file SSDT-5x.aml, Length 0x119 (281) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-4x.aml[/FONT]
[FONT=Menlo]Input file SSDT-4x.aml, Length 0x3D3 (979) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-2.aml[/FONT]
[FONT=Menlo]Input file SSDT-2.aml, Length 0xAD8 (2776) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000AD8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-1.aml[/FONT]
[FONT=Menlo]Input file SSDT-1.aml, Length 0x539 (1337) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000539 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-0.aml[/FONT]
[FONT=Menlo]Input file SSDT-0.aml, Length 0x2028 (8232) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 002028 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file         DSDT.aml[/FONT]
[FONT=Menlo]Input file DSDT.aml, Length 0xF4BB (62651) bytes[/FONT]
[FONT=Menlo]ACPI: DSDT 0x0000000000000000 00F4BB (v02 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [DSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [DSDT][/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.PEG0.PEGP.SGPO[/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.LPCB.H_EC.ECWT[/FONT]
[FONT=Menlo]refs.txt: Importing method external (1 arguments) _SB_.PCI0.LPCB.H_EC.ECRD[/FONT]
[FONT=Menlo]refs.txt: Importing method external (0 arguments) _GPE.MMTB[/FONT]
[FONT=Menlo]refs.txt: Imported 4 external method definitions[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Found 5 external control methods, reparsing with new information[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]Disassembly completed[/FONT]
[FONT=Menlo]ASL Output:    SSDT-3x.dsl - 11402 bytes[/FONT]
[FONT=Menlo]Input file SSDT-4x.aml, Length 0x3D3 (979) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)[/FONT]
[FONT=Menlo]External object resolution file       SSDT-6.aml[/FONT]
[FONT=Menlo]Input file SSDT-6.aml, Length 0x34F8 (13560) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0034F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-5x.aml[/FONT]
[FONT=Menlo]Input file SSDT-5x.aml, Length 0x119 (281) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-3x.aml[/FONT]
[FONT=Menlo]Input file SSDT-3x.aml, Length 0x5AA (1450) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-2.aml[/FONT]
[FONT=Menlo]Input file SSDT-2.aml, Length 0xAD8 (2776) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000AD8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-1.aml[/FONT]
[FONT=Menlo]Input file SSDT-1.aml, Length 0x539 (1337) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000539 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-0.aml[/FONT]
[FONT=Menlo]Input file SSDT-0.aml, Length 0x2028 (8232) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 002028 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file         DSDT.aml[/FONT]
[FONT=Menlo]Input file DSDT.aml, Length 0xF4BB (62651) bytes[/FONT]
[FONT=Menlo]ACPI: DSDT 0x0000000000000000 00F4BB (v02 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [DSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [DSDT][/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.PEG0.PEGP.SGPO[/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.LPCB.H_EC.ECWT[/FONT]
[FONT=Menlo]refs.txt: Importing method external (1 arguments) _SB_.PCI0.LPCB.H_EC.ECRD[/FONT]
[FONT=Menlo]refs.txt: Importing method external (0 arguments) _GPE.MMTB[/FONT]
[FONT=Menlo]refs.txt: Imported 4 external method definitions[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Found 4 external control methods, reparsing with new information[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]Disassembly completed[/FONT]
[FONT=Menlo]ASL Output:    SSDT-4x.dsl - 8008 bytes[/FONT]
[FONT=Menlo]Input file SSDT-5x.aml, Length 0x119 (281) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]External object resolution file       SSDT-6.aml[/FONT]
[FONT=Menlo]Input file SSDT-6.aml, Length 0x34F8 (13560) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0034F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-4x.aml[/FONT]
[FONT=Menlo]Input file SSDT-4x.aml, Length 0x3D3 (979) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-3x.aml[/FONT]
[FONT=Menlo]Input file SSDT-3x.aml, Length 0x5AA (1450) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-2.aml[/FONT]
[FONT=Menlo]Input file SSDT-2.aml, Length 0xAD8 (2776) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000AD8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-1.aml[/FONT]
[FONT=Menlo]Input file SSDT-1.aml, Length 0x539 (1337) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000539 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-0.aml[/FONT]
[FONT=Menlo]Input file SSDT-0.aml, Length 0x2028 (8232) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 002028 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file         DSDT.aml[/FONT]
[FONT=Menlo]Input file DSDT.aml, Length 0xF4BB (62651) bytes[/FONT]
[FONT=Menlo]ACPI: DSDT 0x0000000000000000 00F4BB (v02 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [DSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [DSDT][/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.PEG0.PEGP.SGPO[/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.LPCB.H_EC.ECWT[/FONT]
[FONT=Menlo]refs.txt: Importing method external (1 arguments) _SB_.PCI0.LPCB.H_EC.ECRD[/FONT]
[FONT=Menlo]refs.txt: Importing method external (0 arguments) _GPE.MMTB[/FONT]
[FONT=Menlo]refs.txt: Imported 4 external method definitions[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Found 5 external control methods, reparsing with new information[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]Disassembly completed[/FONT]
[FONT=Menlo]ASL Output:    SSDT-5x.dsl - 2737 bytes[/FONT]
[FONT=Menlo]Input file SSDT-6.aml, Length 0x34F8 (13560) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0034F8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]External object resolution file      SSDT-5x.aml[/FONT]
[FONT=Menlo]Input file SSDT-5x.aml, Length 0x119 (281) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef  ApCst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-4x.aml[/FONT]
[FONT=Menlo]Input file SSDT-4x.aml, Length 0x3D3 (979) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file      SSDT-3x.aml[/FONT]
[FONT=Menlo]Input file SSDT-3x.aml, Length 0x5AA (1450) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 0005AA (v01 PmRef  ApIst    00003000 INTL 20121220)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-2.aml[/FONT]
[FONT=Menlo]Input file SSDT-2.aml, Length 0xAD8 (2776) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000AD8 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-1.aml[/FONT]
[FONT=Menlo]Input file SSDT-1.aml, Length 0x539 (1337) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 000539 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file       SSDT-0.aml[/FONT]
[FONT=Menlo]Input file SSDT-0.aml, Length 0x2028 (8232) bytes[/FONT]
[FONT=Menlo]ACPI: SSDT 0x0000000000000000 002028 (v01 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]External object resolution file         DSDT.aml[/FONT]
[FONT=Menlo]Input file DSDT.aml, Length 0xF4BB (62651) bytes[/FONT]
[FONT=Menlo]ACPI: DSDT 0x0000000000000000 00F4BB (v02 LENOVO CB-01    00000001 ACPI 00040000)[/FONT]
[FONT=Menlo]Pass 1 parse of [DSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [DSDT][/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.PEG0.PEGP.SGPO[/FONT]
[FONT=Menlo]refs.txt: Importing method external (2 arguments) _SB_.PCI0.LPCB.H_EC.ECWT[/FONT]
[FONT=Menlo]refs.txt: Importing method external (1 arguments) _SB_.PCI0.LPCB.H_EC.ECRD[/FONT]
[FONT=Menlo]refs.txt: Importing method external (0 arguments) _GPE.MMTB[/FONT]
[FONT=Menlo]refs.txt: Imported 4 external method definitions[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Found 10 external control methods, reparsing with new information[/FONT]
[FONT=Menlo]Pass 1 parse of [SSDT][/FONT]
[FONT=Menlo]Pass 2 parse of [SSDT][/FONT]
[FONT=Menlo]Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Parsing completed[/FONT]
[FONT=Menlo]Disassembly completed[/FONT]
[FONT=Menlo]ASL Output:    SSDT-6.dsl - 107962 bytes[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]iASL Warning: There were 10 external control methods found during[/FONT]
[FONT=Menlo]disassembly, but only 7 were resolved (3 unresolved). Additional[/FONT]
[FONT=Menlo]ACPI tables may be required to properly disassemble the code. The[/FONT]
[FONT=Menlo]resulting disassembler output file may not compile because the[/FONT]
[FONT=Menlo]disassembler did not know how many arguments to assign to the[/FONT]
[FONT=Menlo]unresolved methods. Note: SSDTs can be dynamically loaded at[/FONT]
[FONT=Menlo]runtime and may or may not be available via the host OS.[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]If necessary, the -fe option can be used to specify a file containing[/FONT]
[FONT=Menlo]control method external declarations with the associated method[/FONT]
[FONT=Menlo]argument counts. Each line of the file must be of the form:[/FONT]
[FONT=Menlo]    External (<method pathname>, MethodObj, <argument count>)[/FONT]
[FONT=Menlo]Invocation:[/FONT]
[FONT=Menlo]    iasl -fe refs.txt -d dsdt.aml[/FONT]
[FONT=Menlo]Sebastians-MacBook-Pro:Neuer sebastian$ [/FONT]


I have created a refs.txt with the editor and inserted the code
Code:
External(_SB_.PCI0.PEG0.PEGP.SGPO, MethodObj, 2)External(_SB_.PCI0.LPCB.H_EC.ECWT, MethodObj, 2)
External(_SB_.PCI0.LPCB.H_EC.ECRD, MethodObj, 1)
External(_GPE.MMTB, MethodObj, 0)

after that i have opened the terminal and moved to the directory where the dsdt/ssdts are located. after that i inserted the code
Code:
iasl -da -dl -fe refs.txt *.aml

what i am doing wrong?

In the attachment is my dsdt/ssdt folder

Rehabman please help me.

I see nothing wrong. Now you proceed to patch (working with *.dsl) as per guide.
 
I see nothing wrong. Now you proceed to patch (working with *.dsl) as per guide.

i am asking because the .txt ist empty after disambling. Is that okay?
 
i am asking because the .txt ist empty after disambling. Is that okay?

It is simple. The refs.txt is empty because you created an empty file (at some point). It will be as if you didn't use refs.txt (eg. no -fe option).

refs.txt is not modified by iasl.

Your iasl output (*.dsl) shows clearly that you did not use any Externals in refs.txt (eg. the file was empty).

Note: Externals in refs.txt must be each on their own line, exactly as shown in post #1.
 
Back
Top