- Joined
- Feb 16, 2016
- Messages
- 20
- Motherboard
- Gigabyte-H97M-DS3P
- CPU
- i7-4790K
- Graphics
- HD 4600, RX 580 8GB
- Mac
-
- Mobile Phone
-
I have checked,
For all, output is same,
That puts me in both categories mentioned in "Note", and as per my understanding, all I have to do now is use "Call _OFF from _INI (SSDT)" patch from your repo on MaciASL.
In DSDT, "Disable from _REG (DSDT)" is apply-able, but I have not applied it yet.
What should I do? also do I need to edit patches from your repo before applying by changing BIOS Device name, as in your patches they are
but in my device they are
I tried my best to keep this reply detailed yet small as I could. Thank you for your patience and time Mr. RehabMan!
Edit: Adding those DASL files. Just in case.
Code:
grep -l Method.*_OFF *.dsl
grep -l Method.*_INI *.dsl
grep -l Method.*_ON *.dsl
Code:
DSDT.dsl
SSDT-4.dsl
However, on DSDT, and SSDT-4, that patch is greyed out.Note that this example is complex and not all laptops will have the same configuration. For most, the _INI and _OFF associated with the discrete device are in the same SSDT. In that case it is not necessary to use the External declaration. You can use the "Call _OFF from _INI (SSDT)" patch directly. Some even have it in DSDT (again you can use the patch directly). And not all _OFF methods access the EC, so the movement of the EC related code to _REG is not needed.
It is also possible that the EC related code is more than one line. All such code should be moved to _REG.
In DSDT, "Disable from _REG (DSDT)" is apply-able, but I have not applied it yet.
What should I do? also do I need to edit patches from your repo before applying by changing BIOS Device name, as in your patches they are
Code:
into method label _INI parent_label \_SB.PCI0.PEG0.PEGP insert
Code:
\_SB.PCI0.RP01.PXSX
I tried my best to keep this reply detailed yet small as I could. Thank you for your patience and time Mr. RehabMan!
Edit: Adding those DASL files. Just in case.