#1
Posted 22 June 2008 - 12:00 PM
Now what I'm trying to acquire is the Sleep functionality.
System goes to standby easily but when I woke it up I get:
Error 0192: System Security - Embedded Security hardware tamper detected
I've already seen something about this problem on the forum but I can't find any solution.
Somebody can help?
Thanks for your time
kLe
#2
Posted 23 June 2008 - 07:27 AM
Well, I did it a long time ago now, but here is what I can say to help:
1. Replace your SMBIOS kext with a one declaring that you are running on a macbook
Go to MacNub's site: http://my.macdotnub.info/ and download the corresponding kext
Replace the kext as usual (refer to the numerous forum posts for fixing permissions and rebooting with -f to force the kextcache rebuild)
2. Boot in safe mode and verify that suspend does work
At the boot prompt, press F8 and then load OSX with the -x command line option, ie type:
F8 <return>
-x <return> and that should be it
Once booted, check if the ACPILPC is associated with any of your hardware resources:
ioreg -l | grep -i ACPILPC
this command should not return any result, indicating that the kext is not loaded
Try FN-F4 to see if the machine goes to sleep and /resumes/ correctly.
3. Now reboot in normal mode, ie without the -x option and check again for the ACPILPC extension.
This time you should find that the kext is loaded and associated with your hardware. Please note the pci IDs of the HW associated with ACPILPC. You may have to use a full ioreg -l | more and search for ACPILPC (note: use '/' to search while in "more" mode). FN-F4 and resume should fail now.
So the trick is to edit /System/Library/Extensions/AppleACPIPlatform.kext/Contents/PlugIns/AppleACPILPC.kext/Contents/Info.plist
and comment out the pci line to avoid the kext to match with the HW. In my case, the file was edited to look like :
<key>IONameMatch</key>
<array>
<-- <string>pci8086,27b9</string> -->
<string>pci8086,27bd</string>
<string>pci8086,2670</string>
</array>
fix perms and reboot with -f to force the cache clean
4. Check that ACPILPC is not loaded but that the rest of the system does work, ie graphic acceleration, etc.; try FN-F4 and resume and it should be ok
Hope this helps
I follow your instructions and everything went smooth till point 2.
Suspend and resume works like a charm in safe mode!!
My true words had been: "Non ci posso credere!!" (I can't believe it!!
But when I reboot in normal mode, even if there's no association with ACPILPC, I can't do it again.
I've attached my ioreg output from normal boot, maybe it could be helpful?
Attached Files
#3
Posted 23 June 2008 - 08:29 AM
There was no reference to ACPIPLC so I tried to remove reference to my hardware (8086:27bc) from
/System/Library/Extensions/AppleACPIPlatform.kext/Contents/PlugIns/AppleACPILPC.kext/Contents/Info.plist
and
/System/Library/Extensions/AppleLPC.kext/Contents/Info.plist
Restored permissions, removed Extensions.mkext (useless?) and rebooted with "-f" flag:
Sleep and resume works with no collateral damage (apparently!!!
Many thanks Dave!
PS: No more battery meter nor power saving features.. But sleep works great! (display light?)
#4
Posted 26 June 2008 - 02:15 AM
that's great news,....
vanilla fsb=166
works now with power cable, and slot battery !
now if speedstep would work, that be great.
misc:
disc drive in slot drive don't boot, think it has a sata to pata adapter,....
#5
Posted 01 July 2008 - 02:03 PM
An easier way:
Simply delete
/System/Library/Extensions/AppleACPIPlatform.kext/Contents/PlugIns/AppleACPILPC.kext
/System/Library/Extensions/AppleLPC.kext
And battery meter keeps working!
eNjOy!
#6
Posted 01 July 2008 - 03:24 PM
UPDATE:
An easier way:
Simply delete
/System/Library/Extensions/AppleACPIPlatform.kext/Contents/PlugIns/AppleACPILPC.kext
/System/Library/Extensions/AppleLPC.kext
And battery meter keeps working!
eNjOy!
Hey, I used kalyway, and don't even have the AppleACPILPC.kext under plugins. My sleep doesn't return any errors, it just immediately wakes up. I have a lenovo T61 core2Duo T7300 with Intel X3100. Any help would be appreciated. Thanks.
#7
Posted 02 July 2008 - 08:47 AM
Hey, I used kalyway, and don't even have the AppleACPILPC.kext under plugins. My sleep doesn't return any errors, it just immediately wakes up. I have a lenovo T61 core2Duo T7300 with Intel X3100. Any help would be appreciated. Thanks.
Give a try to Leo4Allv3.. I used that and it gave me very positive results..
#8
Posted 07 July 2008 - 09:03 AM
Why does the battery discharge so fast in sleep mode?
Tipically it losts 3% of the capacity for hour of sleep..
#9
Posted 07 July 2008 - 02:15 PM
#10
Posted 07 July 2008 - 02:24 PM
But only the methode of editing the Info.plist. (Only AppleLPC.kext in my case, AppleACPILPC isn't loaded by default in my case)
If i delete the extensions osx dont boot anymore.
#11
Posted 07 July 2008 - 05:12 PM
#12
Posted 07 July 2008 - 11:03 PM
Before this fix i get the security tamper 192 error.Lemmy01, what exactly did you do? I would like to get sleep working on T61. Did yours instantly awake from sleep before using this fix? This would be very helpful, because I only have the AppleLPC.kext loaded by default as well. Thanks
What i have done you could read here:z61p topic
ralf
#13
Posted 08 July 2008 - 12:34 AM
#14
Posted 09 July 2008 - 01:11 PM
#15
Posted 28 August 2008 - 10:24 AM
Moreover, my display sleeps correctly.
After sleeping,
the processor/fan comes on,
But screen remains black(i.e. off), this is not just a display issue because the power button can't be called to shutdown/restart.
have tried both hibernate modes 0,1,3 via pmset, same issue.
Thinkpad T60p 2007-83G
#16
Posted 12 September 2008 - 08:41 AM
With stock kernel, mine sleeps, and now wakes without 0192 security error after removing the *LPC.kext.
Moreover, my display sleeps correctly.
After sleeping,
the processor/fan comes on,
But screen remains black(i.e. off), this is not just a display issue because the power button can't be called to shutdown/restart.
have tried both hibernate modes 0,1,3 via pmset, same issue.
Thinkpad T60p 2007-83G
Mmmmmhh....
I'm using Leo4All.
#17
Posted 14 September 2008 - 02:29 PM
With stock kernel, mine sleeps, and now wakes without 0192 security error after removing the *LPC.kext.
Moreover, my display sleeps correctly.
After sleeping,
the processor/fan comes on,
But screen remains black(i.e. off), this is not just a display issue because the power button can't be called to shutdown/restart.
have tried both hibernate modes 0,1,3 via pmset, same issue.
Thinkpad T60p 2007-83G
I have, (I think) the same issue. I replace my AppleSMBIOS.kext with macdotnub's version, did the chmod+chown+rm Extensions.mkext&reboot thing, booting into safe mode (F8+-x). Doing Fn-F4 seems to sleep properly, but the pressing the power button, the machine appears to wake up (fan restarts) but I get a black screen and have to hold down the power button to switch off.
I have Thinkpad T60p (2007-CTO) (Very similar setup to Finetuned's, but with 14" screen) and am running Kalyway 10.5.1 + Kalyway 10.5.2 update, post LGU, Vanilla kernel 9.2.2. Any ideas on what to check? I recall messing with something a while back, trying to get sleep working, though
Cheers
#18
Posted 03 October 2008 - 08:20 PM
hopefully you can give me a hint.
USB not working and the wifi and Bluetooth indicator lights not working under the display.
Bluetooth not working.
In your opinion, what would be the best kernel to use for these z series laptops?
Any help appreciated.
#19
Posted 26 October 2008 - 11:39 PM
BTW, my r60 is gma 950 graphics. I used kalyway sleep kernel from 10.5.2 disc (actually a ToH kernel I think).
Here's a question. What newer kernels work for thinkpad sleep? It seems like vanilla kernels don't work on my R60 (just reboots right at/after kernel load).
#20
Posted 06 November 2008 - 03:17 PM
I have same issue. I can sleep/wake up in safe mode, but get a black screen after waking up in normal mode.I have, (I think) the same issue. I replace my AppleSMBIOS.kext with macdotnub's version, did the chmod+chown+rm Extensions.mkext&reboot thing, booting into safe mode (F8+-x). Doing Fn-F4 seems to sleep properly, but the pressing the power button, the machine appears to wake up (fan restarts) but I get a black screen and have to hold down the power button to switch off.
I have Thinkpad T60p (2007-CTO) (Very similar setup to Finetuned's, but with 14" screen) and am running Kalyway 10.5.1 + Kalyway 10.5.2 update, post LGU, Vanilla kernel 9.2.2. Any ideas on what to check? I recall messing with something a while back, trying to get sleep working, thoughif I can remember now what I did, so perhaps that's an issue?
Cheers
I m using ATIinject with my EDID. I can get dual display in normal mode and single display in safe mode. I tried a lots of combination of ATIinject/Info.plist to disable dual display, but with no luck. I think this maybe relate to the sleep issue. Does anyone know how to disable dual display by ATIinject setting?
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users



Sign In
Create Account








