Contribute
Register

Power off reboot my system

Status
Not open for further replies.
When my system load "DSDT-0.aml" patched by me, system load but don't work keyboard, trapped, battery, brightness and brightness keys.
I attached clover with old DSDT and new DSDT. Now I have to load old DSDT.
I have apply in DSDT-0.aml this patch:
  • Os Check Fix (Windows 7)
  • HPET fix
  • IRQ fix
  • RTC fix
  • SMBUS fix
Brightness fix don't work for me.
Which other patch I have to apply??
 

Attachments

  • Archivio.zip
    9.4 MB · Views: 67
When my system load "DSDT-0.aml" patched by me, system load but don't work keyboard, trapped, battery, brightness and brightness keys.
I attached clover with old DSDT and new DSDT. Now I have to load old DSDT.
I have apply in DSDT-0.aml this patch:
  • Os Check Fix (Windows 7)
  • HPET fix
  • IRQ fix
  • RTC fix
  • SMBUS fix
Brightness fix don't work for me.
Which other patch I have to apply??

You did not patch ACPI correctly. Wrong files in ACPI/patched.
Based on ACPI/origin, you should have:
DSDT.aml
SSDT.aml (ssdtPRgen.sh)
SSDT-0.aml
SSDT-1.aml
SSDT-2.aml
SSDT-6.aml
SSDT-7.aml

Also, your config.plist settings are wrong for having patched SSDTs in ACPI/patched (required: DropOem=true, SortedOrder to specify SSDT load order)

Also, you have inappropriate changes to patched/SSDT-2.aml.
 
In SSDT-6 I have this error: syntax error, unexpected parseop_Arg1.
Have I to correct? With patch?
In Acpi/patched I have copy DSDT, SSDT, SSDT1,2,3x,4x,5x,6,7. Is it correct??
 
In SSDT-6 I have this error: syntax error, unexpected parseop_Arg1.
Have I to correct? With patch?

Pay close attention to the location of the error.
It is in a _DSM method... you're going to remove it with "Remove _DSM methods" anyway.

In Acpi/patched I have copy DSDT, SSDT, SSDT1,2,3x,4x,5x,6,7. Is it correct??

As per guide, dynamic SSDTs should not be placed in ACPI/patched.
Also, I already identified the files that should be in ACPI/patched in post #22.
Read carefully.
 
Error is in line 258 and code 6126 of ssdt-6.dsl
have I patch with a "Remove _DSM methods??
syntax error, unexpected parseop_Arg1
 
Error is in line 258 and code 6126 of ssdt-6.dsl
have I patch with a "Remove _DSM methods??
syntax error, unexpected parseop_Arg1

This seemed obvious from post #24, but...

As per guide, you will be using "Remove _DSM methods" all DSDT+SSDTs.
Therefore errors in a _DSM do not matter... they will go away when you remove the _DSM.
 
Hi RehabMan I have patched my dsdt with this patch:
  • Fix _ WAK arg v2
  • HPET
  • SMBUS fix
  • IRQ
  • RTC
  • Os Check fix (Win7)
  • fix Mutex with non zero synclevel
  • 6 usb series patch
  • Clean Up/ Fix Errors (Brightness) (This I don't know if I have to use)
  • Brightness Fix
  • Ac Adapter Fix
Now don't work status of battery, hdmi audio and I have check other things
But the big PROBLEM is that if I power off and power on pc, the second time it's don't open (photo).
What I do now?
I have drop-OEM = Yes in config.
What work drop tables? What I do in drop tables?
The files I put in Clover/Acpi/Patched are right??
RehabMan, What is the RehabMan folders with dsdt/ssdt that I make with terminal command??
I attach all files
 

Attachments

  • Archivio.zip
    4 MB · Views: 49
  • IMG_1413.jpg
    IMG_1413.jpg
    2.9 MB · Views: 58
Last edited:
Hi RehabMan I have patched my dsdt with this patch:
  • Fix _ WAK arg v2
  • HPET
  • SMBUS fix
  • IRQ
  • RTC
  • Os Check fix (Win7)
  • fix Mutex with non zero synclevel
  • 6 usb series patch
  • Clean Up/ Fix Errors (Brightness) (This I don't know if I have to use)
  • Brightness Fix
  • Ac Adapter Fix
Now don't work status of battery, hdmi audio and I have check other things
But the big PROBLEM is that if I power off and power on pc, the second time it's don't open (photo).
What I do now?
I have drop-OEM = Yes in config.
What work drop tables? What I do in drop tables?
The files I put in Clover/Acpi/Patched are right??
RehabMan, What is the RehabMan folders with dsdt/ssdt that I make with terminal command??
I attach all files

Don't play tricks with DSDT.aml vs. DSDT-0.aml.
Name your patched DSDT.aml as DSDT.aml. Remove DSDT-0.aml. Set config.plist/ACPI/DSDT/Name=DSDT.aml.

Battery guide is linked from the FAQ.

You forgot to set SortedOrder to specify the order of SSDTs.
 
I don't know how to set SortedOrder. Can you explain me??
I have to apply other patch in my dsdt??
 
Status
Not open for further replies.
Back
Top