Thanks a lot. No more compiler error any more.
Ok, I remove NullCPUPower... FakeSMC and put DSDT.aml under root. I can see bootloader use the new DSDT now. how ever at the end I still get KP at AppleIntelCPUPowerManagement. I have try -v -f -x
I notice that you add this Method.
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x02)
{
"device-id",
Buffer (0x04)
{
0x44, 0x1E, 0x00, 0x00
}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
I see some people on the forum (the link your provide) use Buffer(0x0D), or different ID(3a18 or 1e57). how do I know which is my device ID for my Toshiba laptop?
i dump ioreg tree. any hint how to match the device ID?
ioreg_toshiba.txt.zip