Contribute
Register

Disabling RTX 2070 - no _OFF method

Status
Not open for further replies.
Joined
Feb 25, 2018
Messages
20
Motherboard
Asus Prime Z370-P
CPU
i7-8700
Graphics
GTX 1060
Mac
  1. MacBook Pro
I'm trying to follow this guide by @RehabMan to disable my RTX 2070:

The post says to search for "_OFF" methods, but I don't have any (or the other synonyms listed)

I did find these paths though, and I do have exactly 3 PCI-e cards in the top 3 slots of my mobo (GFX card between two other cards)

_SB_.PCI0.PEG0
_SB_.PCI0.PEG0.PEGP
_SB_.PCI0.PEG1
_SB_.PCI0.PEG1.PEGP
_SB_.PCI0.PEG2
_SB_.PCI0.PEG2.PEGP

PEG1 would be my graphics card, and that scope does contains an _INI method.

Am I correct in assuming PEG1 is my graphics card?
And can I still somehow patch my SSDT to disable it?

Thanks!
 
I'm trying to follow this guide by @RehabMan to disable my RTX 2070:

The post says to search for "_OFF" methods, but I don't have any (or the other synonyms listed)

I did find these paths though, and I do have exactly 3 PCI-e cards in the top 3 slots of my mobo (GFX card between two other cards)

_SB_.PCI0.PEG0
_SB_.PCI0.PEG0.PEGP
_SB_.PCI0.PEG1
_SB_.PCI0.PEG1.PEGP
_SB_.PCI0.PEG2
_SB_.PCI0.PEG2.PEGP

PEG1 would be my graphics card, and that scope does contains an _INI method.

Am I correct in assuming PEG1 is my graphics card?
And can I still somehow patch my SSDT to disable it?

Thanks!

you only extract DSDT and SSDT*.*
then when you are in the directory in terminal and run:
Code:
grep -l Method.*_OFF *.dsl
what results do you get?
 
you only extract DSDT and SSDT*.*

I tried the command from the post, but it didn't work:
Code:
iasl -da -dl *.aml

The above command fails with this output:

Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20180427(RM)
Copyright (c) 2000 - 2018 Intel Corporation
Input file APIC.aml, Length 0xF4 (244) bytes
ACPI: APIC 0x0000000000000000 0000F4 (v03 ALASKA A M I 01072009 AMI 00010013)
External object resolution file XSDT.aml
Input file XSDT.aml, Length 0xCC (204) bytes
XSDT.aml: Table [XSDT] is not an AML table - ignoring
External object resolution file WSMT.aml
Input file WSMT.aml, Length 0x28 (40) bytes
WSMT.aml: Table [WSMT] is not an AML table - ignoring
External object resolution file UEFI.aml
Input file UEFI.aml, Length 0x42 (66) bytes
UEFI.aml: Table [UEFI] is not an AML table - ignoring
External object resolution file SSDT-x5_6-HwpLvt.aml
Input file SSDT-x5_6-HwpLvt.aml, Length 0x628 (1576) bytes
ACPI: SSDT 0x0000000000000000 000628 (v02 PmRef HwpLvt 00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-x5_5-ApHwp.aml
Input file SSDT-x5_5-ApHwp.aml, Length 0x317 (791) bytes
ACPI: SSDT 0x0000000000000000 000317 (v02 PmRef ApHwp 00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-x5_4-Cpu0Hwp.aml
Input file SSDT-x5_4-Cpu0Hwp.aml, Length 0xBA (186) bytes
ACPI: SSDT 0x0000000000000000 0000BA (v02 PmRef Cpu0Hwp 00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-x5_3-ApCst.aml
Input file SSDT-x5_3-ApCst.aml, Length 0x30A (778) bytes
ACPI: SSDT 0x0000000000000000 00030A (v02 PmRef ApCst 00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-x5_2-Cpu0Cst.aml
Input file SSDT-x5_2-Cpu0Cst.aml, Length 0x3FF (1023) bytes
ACPI: SSDT 0x0000000000000000 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-x5_1-ApIst.aml
Input file SSDT-x5_1-ApIst.aml, Length 0xD14 (3348) bytes
ACPI: SSDT 0x0000000000000000 000D14 (v02 PmRef ApIst 00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-x5_0-Cpu0Ist.aml
Input file SSDT-x5_0-Cpu0Ist.aml, Length 0x6D5 (1749) bytes
ACPI: SSDT 0x0000000000000000 0006D5 (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-9-TbtTypeC.aml
Input file SSDT-9-TbtTypeC.aml, Length 0x517 (1303) bytes
ACPI: SSDT 0x0000000000000000 000517 (v02 INTEL TbtTypeC 00000000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-8-PtidDevc.aml
Input file SSDT-8-PtidDevc.aml, Length 0x3002 (12290) bytes
ACPI: SSDT 0x0000000000000000 003002 (v02 INTEL PtidDevc 00001000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-7-sensrhub.aml
Input file SSDT-7-sensrhub.aml, Length 0x29F (671) bytes
ACPI: SSDT 0x0000000000000000 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-7-TbtTypeC.aml
Input file SSDT-7-TbtTypeC.aml, Length 0x517 (1303) bytes
ACPI: SSDT 0x0000000000000000 000517 (v02 INTEL TbtTypeC 00000000 INTL 20160422)
Pass 1 parse of [SSDT]
Firmware Error (ACPI): Failure creating [\_SB.PCI0.RP01.PXSX.TUSB], AE_ALREADY_EXISTS (20180427/dswload-498)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20180427/psobject-371)
Could not parse external ACPI tables, AE_ALREADY_EXISTS

In one post, @RehabMan explicitly says to only decompile The DSDT and SSDT files, as decompiling the others would not work, but then in the post I cited above, it tries to decompile all files as you're suggesting.

So which is correct?

Thanks
 
S
I tried the command from the post, but it didn't work:
Code:
iasl -da -dl *.aml

The above command fails with this output:

Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20180427(RM)
Copyright (c) 2000 - 2018 Intel Corporation
Input file APIC.aml, Length 0xF4 (244) bytes
ACPI: APIC 0x0000000000000000 0000F4 (v03 ALASKA A M I 01072009 AMI 00010013)
External object resolution file XSDT.aml
Input file XSDT.aml, Length 0xCC (204) bytes
XSDT.aml: Table [XSDT] is not an AML table - ignoring
External object resolution file WSMT.aml
Input file WSMT.aml, Length 0x28 (40) bytes
WSMT.aml: Table [WSMT] is not an AML table - ignoring
External object resolution file UEFI.aml
Input file UEFI.aml, Length 0x42 (66) bytes
UEFI.aml: Table [UEFI] is not an AML table - ignoring
External object resolution file SSDT-x5_6-HwpLvt.aml
Input file SSDT-x5_6-HwpLvt.aml, Length 0x628 (1576) bytes
ACPI: SSDT 0x0000000000000000 000628 (v02 PmRef HwpLvt 00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-x5_5-ApHwp.aml
Input file SSDT-x5_5-ApHwp.aml, Length 0x317 (791) bytes
ACPI: SSDT 0x0000000000000000 000317 (v02 PmRef ApHwp 00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-x5_4-Cpu0Hwp.aml
Input file SSDT-x5_4-Cpu0Hwp.aml, Length 0xBA (186) bytes
ACPI: SSDT 0x0000000000000000 0000BA (v02 PmRef Cpu0Hwp 00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-x5_3-ApCst.aml
Input file SSDT-x5_3-ApCst.aml, Length 0x30A (778) bytes
ACPI: SSDT 0x0000000000000000 00030A (v02 PmRef ApCst 00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-x5_2-Cpu0Cst.aml
Input file SSDT-x5_2-Cpu0Cst.aml, Length 0x3FF (1023) bytes
ACPI: SSDT 0x0000000000000000 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-x5_1-ApIst.aml
Input file SSDT-x5_1-ApIst.aml, Length 0xD14 (3348) bytes
ACPI: SSDT 0x0000000000000000 000D14 (v02 PmRef ApIst 00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-x5_0-Cpu0Ist.aml
Input file SSDT-x5_0-Cpu0Ist.aml, Length 0x6D5 (1749) bytes
ACPI: SSDT 0x0000000000000000 0006D5 (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-9-TbtTypeC.aml
Input file SSDT-9-TbtTypeC.aml, Length 0x517 (1303) bytes
ACPI: SSDT 0x0000000000000000 000517 (v02 INTEL TbtTypeC 00000000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-8-PtidDevc.aml
Input file SSDT-8-PtidDevc.aml, Length 0x3002 (12290) bytes
ACPI: SSDT 0x0000000000000000 003002 (v02 INTEL PtidDevc 00001000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-7-sensrhub.aml
Input file SSDT-7-sensrhub.aml, Length 0x29F (671) bytes
ACPI: SSDT 0x0000000000000000 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
External object resolution file SSDT-7-TbtTypeC.aml
Input file SSDT-7-TbtTypeC.aml, Length 0x517 (1303) bytes
ACPI: SSDT 0x0000000000000000 000517 (v02 INTEL TbtTypeC 00000000 INTL 20160422)
Pass 1 parse of [SSDT]
Firmware Error (ACPI): Failure creating [\_SB.PCI0.RP01.PXSX.TUSB], AE_ALREADY_EXISTS (20180427/dswload-498)
ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20180427/psobject-371)
Could not parse external ACPI tables, AE_ALREADY_EXISTS

In one post, @RehabMan explicitly says to only decompile The DSDT and SSDT files, as decompiling the others would not work, but then in the post I cited above, it tries to decompile all files as you're suggesting.

So which is correct?

Thanks
as i mentioned above, you only extract DSDT and SSDT's nothing else

best you read up a little more here:
 
S

as i mentioned above, you only extract DSDT and SSDT's nothing else

best you read up a little more here:

I did miss this part:
Note: Do NOT attempt to disassemble other ACPI files with the -da option. It will not work.

So now, I ran this without the '-da':
Code:
iasl -dl *.aml

I don't understand why passing *.aml to iasl skipped files. I had to do some manually, and some didn't seem to work by typing (I had to copy/paste the filename). Maybe something strange with the character encoding?

Anyways, only one file remains that wouldn't decompile (failed with error AE_BAD_SIGNATURE).

I still don't see the relevant _OFF function anywhere.
 
I did miss this part:


So now, I ran this without the '-da':
Code:
iasl -dl *.aml

I don't understand why passing *.aml to iasl skipped files. I had to do some manually, and some didn't seem to work by typing (I had to copy/paste the filename). Maybe something strange with the character encoding?

Anyways, only one file remains that wouldn't decompile (failed with error AE_BAD_SIGNATURE).

I still don't see the relevant _OFF function anywhere.
no idea why you are trying to extract the whole contents of origin for? you are only suppose to disassemble DSDT and SSDT*

from the guide i linked you above:

As a result, it is better to disassemble all files as a group using iasl in Terminal. To prepare, place all DSDT and SSDT files in a single directory (DO NOT copy ACPI files that don't begin with DSDT or SSDT), and change the names such that they have an .aml extension.

Then disassemble in OS X Terminal:
Code:
cd "to directory where you placed all SSDT/DSDT"
iasl -da -dl DSDT.aml SSDT*.aml
For newer ACPI sets (usually [but not always] with Skylake and later), there is no need for -da as they have embedded External opcodes:
Code:
cd "to directory where you placed all SSDT/DSDT"
iasl -dl DSDT.aml SSDT*.aml

EDIT:
i have disassembled your files (see attached)

also the terminal commands and the location where your _OFF's are:
Code:
Asus:ACPI-origin feartech$ iasl -dl DSDT.aml SSDT*.aml

Intel ACPI Component Architecture
ASL+ Optimizing Compiler/Disassembler version 20180427(RM)
Copyright (c) 2000 - 2018 Intel Corporation

Input file DSDT.aml, Length 0x2B3DF (177119) bytes
ACPI: DSDT 0x0000000000000000 02B3DF (v02 ALASKA A M I    01072009 INTL 20160422)
Pass 1 parse of [DSDT]
Pass 2 parse of [DSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
 Warning - Emitting ASL code "External (BNUM)"
           This is a conflicting declaration with some other declaration within the ASL code.
           This external declaration may need to be deleted in order to recompile the dsl file.

Disassembly completed
ASL Output:    DSDT.dsl - 1388765 bytes
Input file SSDT-0-SataTabl.aml, Length 0x3A3 (931) bytes
ACPI: SSDT 0x0000000000000000 0003A3 (v01 SataRe SataTabl 00001000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-0-SataTabl.dsl - 5639 bytes
Input file SSDT-1-SaSsdt.aml, Length 0x3043 (12355) bytes
ACPI: SSDT 0x0000000000000000 003043 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-1-SaSsdt.dsl - 77170 bytes
Input file SSDT-2-PegSsdt.aml, Length 0x2611 (9745) bytes
ACPI: SSDT 0x0000000000000000 002611 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-2-PegSsdt.dsl - 72008 bytes
Input file SSDT-3-Ther_Rvp.aml, Length 0x11A2 (4514) bytes
ACPI: SSDT 0x0000000000000000 0011A2 (v02 INTEL  Ther_Rvp 00001000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-3-Ther_Rvp.dsl - 26550 bytes
Input file SSDT-4-xh_rvp08.aml, Length 0xB1B (2843) bytes
ACPI: SSDT 0x0000000000000000 000B1B (v02 INTEL  xh_rvp08 00000000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-4-xh_rvp08.dsl - 14713 bytes
Input file SSDT-5-CpuSsdt.aml, Length 0x17AE (6062) bytes
ACPI: SSDT 0x0000000000000000 0017AE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-5-CpuSsdt.dsl - 30113 bytes
Input file SSDT-6-HdaDsp.aml, Length 0x141 (321) bytes
ACPI: SSDT 0x0000000000000000 000141 (v02 INTEL  HdaDsp   00000000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-6-HdaDsp.dsl - 2064 bytes
Input file SSDT-6-PtidDevc.aml, Length 0x3002 (12290) bytes
ACPI: SSDT 0x0000000000000000 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-6-PtidDevc.dsl - 39798 bytes
Input file SSDT-7-TbtTypeC.aml, Length 0x517 (1303) bytes
ACPI: SSDT 0x0000000000000000 000517 (v02 INTEL  TbtTypeC 00000000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-7-TbtTypeC.dsl - 13802 bytes
Input file SSDT-7-sensrhub.aml, Length 0x29F (671) bytes
ACPI: SSDT 0x0000000000000000 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-7-sensrhub.dsl - 5259 bytes
Input file SSDT-8-PtidDevc.aml, Length 0x3002 (12290) bytes
ACPI: SSDT 0x0000000000000000 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-8-PtidDevc.dsl - 39798 bytes
Input file SSDT-9-TbtTypeC.aml, Length 0x517 (1303) bytes
ACPI: SSDT 0x0000000000000000 000517 (v02 INTEL  TbtTypeC 00000000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-9-TbtTypeC.dsl - 13802 bytes
Input file SSDT-x5_0-Cpu0Ist.aml, Length 0x6D5 (1749) bytes
ACPI: SSDT 0x0000000000000000 0006D5 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-x5_0-Cpu0Ist.dsl - 12811 bytes
Input file SSDT-x5_1-ApIst.aml, Length 0xD14 (3348) bytes
ACPI: SSDT 0x0000000000000000 000D14 (v02 PmRef  ApIst    00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-x5_1-ApIst.dsl - 22563 bytes
Input file SSDT-x5_2-Cpu0Cst.aml, Length 0x3FF (1023) bytes
ACPI: SSDT 0x0000000000000000 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-x5_2-Cpu0Cst.dsl - 7401 bytes
Input file SSDT-x5_3-ApCst.aml, Length 0x30A (778) bytes
ACPI: SSDT 0x0000000000000000 00030A (v02 PmRef  ApCst    00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-x5_3-ApCst.dsl - 3842 bytes
Input file SSDT-x5_4-Cpu0Hwp.aml, Length 0xBA (186) bytes
ACPI: SSDT 0x0000000000000000 0000BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-x5_4-Cpu0Hwp.dsl - 1517 bytes
Input file SSDT-x5_5-ApHwp.aml, Length 0x317 (791) bytes
ACPI: SSDT 0x0000000000000000 000317 (v02 PmRef  ApHwp    00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-x5_5-ApHwp.dsl - 4332 bytes
Input file SSDT-x5_6-HwpLvt.aml, Length 0x628 (1576) bytes
ACPI: SSDT 0x0000000000000000 000628 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
Pass 1 parse of [SSDT]
Pass 2 parse of [SSDT]
Parsing Deferred Opcodes (Methods/Buffers/Packages/Regions)

Parsing completed
Disassembly completed
ASL Output:    SSDT-x5_6-HwpLvt.dsl - 6568 bytes
Asus:ACPI-origin feartech$ grep -l Method.*_OFF *.dsl
DSDT.dsl
SSDT-2-PegSsdt.dsl
SSDT-3-Ther_Rvp.dsl
Asus:ACPI-origin feartech$
 

Attachments

  • Archive.zip
    125.9 KB · Views: 100
Last edited:
no idea why you are trying to extract the whole contents of origin for?

If you're not even going to read my posts or look at the files I posted, then you're not helping.

After all this, you still got the same result I did. There is still no relevant _OFF function in the files you provided.

so...thanks for confirming? I guess?
 
If you're not even going to read my posts or look at the files I posted, then you're not helping.

After all this, you still got the same result I did. There is still no relevant _OFF function in the files you provided.

so...thanks for confirming? I guess?
if you had saw the last part of the terminal output you would see the _OFF locations:

Code:
Asus:ACPI-origin feartech$ grep -l Method.*_OFF *.dsl
DSDT.dsl
SSDT-2-PegSsdt.dsl
SSDT-3-Ther_Rvp.dsl
Asus:ACPI-origin feartech$

sorry for trying to help
 
So I guess I just wait for Web Drivers then.
 
Last edited:
Status
Not open for further replies.
Back
Top