oldnapalm, on Oct 19 2009, 03:32 AM, said:
Thanks again for your help.
oldnapalm, on Oct 17 2009, 01:37 AM, said:
William Parker, on Oct 19 2009, 02:36 PM, said:
IOLog("FakeSMC: key not found %c%c%c%c, length - %x\n", s->key[0], s->key[1], s->key[2], s->key[3], s->data_len);
Master Chief, on Oct 19 2009, 12:28 AM, said:
oldnapalm, on Oct 19 2009, 11:11 PM, said:
IOLog("FakeSMC: key not found %c%c%c%c, length - %x\n", s->key[0], s->key[1], s->key[2], s->key[3], s->data_len);
iPhoneTom, on Oct 20 2009, 12:57 AM, said:
William Parker, on Oct 19 2009, 06:02 PM, said:
fakesmc.kext.zip 30.52K
25 downloads
William Parker, on Oct 19 2009, 10:02 PM, said:
William Parker, on Oct 19 2009, 10:02 PM, said:
oldnapalm, on Oct 20 2009, 01:17 AM, said:
Master Chief, on Oct 19 2009, 02:07 AM, said:
William Parker, on Oct 19 2009, 06:23 PM, said:
oldnapalm, on Oct 19 2009, 10:47 PM, said:
// New: Keyboard Controller Command Port – Used to trigger a warm boot (for testing).
OperationRegion (KBCP, SystemIO, 0x64, One)
Field (KBCP, ByteAcc, Lock, Preserve)
{
CMD, 8
}
And add this to the end of Method _PTS()
if (LEqual (Arg0, 0x05))
{
Store (0xfe, \_SB.PCI0.LPCB.EC.CMD)
}
Now do a shutdown to restart you hack
oldnapalm, on Oct 19 2009, 09:47 PM, said:
0 members, 1 guests, 0 anonymous users