Jump to content

[SOLVED] Only ACPI System State showing is S0 After Speedstep after DSDT patch


mburris
 Share

2 posts in this topic

Recommended Posts

I modified my DSDT according to the speedstepping guide to enable SpeedStepping and possibly sleep.

 

I am now seeing that i'm getting a "ACPI: System State [s0] (S0)" instead of the normal "ACPI: System State [s0 S3 S4 S5] (S3)" that I was getting before the dsdt change.

 

Any ideas?

 

I've attached the Kernel.log, Current dsdt, old dsdt (before speedstepping patch), ioreg log, and also my plists files from extra.

mburris_dsdt_logs_more.zip

Link to comment
Share on other sites

I modified my DSDT according to the speedstepping guide to enable SpeedStepping and possibly sleep.

 

I am now seeing that i'm getting a "ACPI: System State [s0] (S0)" instead of the normal "ACPI: System State [s0 S3 S4 S5] (S3)" that I was getting before the dsdt change.

 

Any ideas?

 

I've attached the Kernel.log, Current dsdt, old dsdt (before speedstepping patch), ioreg log, and also my plists files from extra.

 

Solved!

 

When adding the Speedstepping fix, I accidentally removed the CPU ACPI stuff:

	Name (_S0, Package (0x03)
{
	Zero, 
	Zero, 
	Zero
})
Name (_S3, Package (0x03)
{
	0x05, 
	Zero, 
	Zero
})
Name (_S4, Package (0x03)
{
	0x07, 
	Zero, 
	Zero
})
Name (_S5, Package (0x03)
{
	0x07, 
	Zero, 
	Zero
})

 

Inserting that back in before the "Scope_Tz" brought my ACPI System states back.

Link to comment
Share on other sites

 Share

×
×
  • Create New...