一直以來 Leopard 在 ThinkPad X60 上都不能睡眠
只要按下睡眠,重開機之後都會顯示
Error 0192: System Security – Embedded Security hardware tamper detected
不過 Mowd 今天在 InsanelyMac 看到了一個解決辦法
經過測試以及改良之後,終於在 Leopard 10.5.6 on X60 上實現睡眠功能!
而且睡眠速度非常的快!相當於 XP 之中的「待命」!
啟用睡眠具體步驟如下:
1. 打開終端機並輸入以下指令
1. 打開終端機並輸入以下指令
sudo su
ioreg -l | more
ioreg -l | more
接著使用「/」尋找「ACPILPC」字串
然後注意 ACPILPC 區段的「”IONameMatch” = “pci8086,27b9″」
這裡的「pci8086,27b9」可能會因為每個人的機器不同而有所變化
記下你機器上顯示的文字,接著進行第二步驟
2. 輸入以下指令
cd /System/Library/Extensions
vi AppleACPIPlatform.kext/Contents/PlugIns/AppleACPILPC.kext/Contents/Info.plist
vi AppleACPIPlatform.kext/Contents/PlugIns/AppleACPILPC.kext/Contents/Info.plist
接著使用「/」尋找「IONameMatch」字串
然後在下面尋找「<string>pci8086,27b9</string>」
你要找的是剛剛第一步驟中得到的文字
然後把它註解起來變成這樣
<!–<string>pci8086,27b9</string>–>
存檔後退出
3. 接下來輸入以下指令
vi AppleLPC.kext/Contents/Info.plist
接著使用「/」尋找「IONameMatch」字串
然後在下面尋找「<string>pci8086,27b9</string>」
你要找的是剛剛第一步驟中得到的文字
然後把它註解起來變成這樣
<!–<string>pci8086,27b9</string>–>
存檔後退出
4. 到磁碟管理工具去修復權限
5. 修復完權限後重開機,開機時按住 F8 後輸入 boot 參數「-f」重新建立快取
6. 進入 Leopard 之後,按下睡眠或是 Fn +F4 睡眠成功。
再開機試試,瞧!這不是起床了嗎!
另外附上一段可以加速睡眠的設定
打開終端機輸入以下指令
sudo su
pmset sleep 0
pmset hibernatemode 2
pmset sleep 0
pmset hibernatemode 2
如此一來睡眠速度就會變快了