Contribute
Register

thinkpad x220 shutdown issue,please.

Status
Not open for further replies.
Joined
Apr 17, 2014
Messages
22
Motherboard
motherboard make & model # > See Rules!
CPU
i7-2620M
Graphics
HD 3000
Mobile Phone
  1. iOS
This adapter convert the Apple airport BCM94360CS module to mini PCI-E 52Pin interface.But When shutdown computer will restart by itself,before I use this module my computer work normally.Is there someone can help find out the reason,tks.

adapter.jpg
 
This adapter convert the Apple airport BCM94360CS module to mini PCI-E 52Pin interface.But When shutdown computer will restart by itself,before I use this module my computer work normally.Is there someone can help find out the reason,tks.

View attachment 235527

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.

IMG_1178.JPG

I had uploaded the file requirement,tks.
 

Attachments

  • Thinkpadx220_Shutdown_Issue.zip
    3 MB · Views: 71
You did not press F4 at Clover as requested.
The files in ACPI/origin are dated Oct 6 2016 (some Dec 13 2016). Today is Feb 10, 2017.

Sorry,upload again.tks master
 

Attachments

  • New_Thinkpadx220_Shutdown_Issue.zip
    3 MB · Views: 66
Sorry,upload again.tks master

Your ACPI/patched/DSDT.aml is out of sync with native DSDT in ACPI/origin.
SystemMemory addresses have changed since you extracted/patched.
Note:
SPEEDY-NUC:patched rehabman$ diff ../origin/DSDT.dsl DSDT.dsl|grep -y SystemMemory
< OperationRegion (MNVS, SystemMemory, 0xDAB9D018, 0x1000)
> OperationRegion (MNVS, SystemMemory, 0xDAF9D018, 0x1000)
< OperationRegion (GNVS, SystemMemory, 0xDAB3FE18, 0x01A6)
> OperationRegion (GNVS, SystemMemory, 0xDAF3FE18, 0x01A6)
< OperationRegion (IGDM, SystemMemory, \ASLB, 0x2000)
> OperationRegion (IGDM, SystemMemory, ASLB, 0x2000)
> OperationRegion (BRIT, SystemMemory, And (BAR1, 0xFFFFFFF0), 0x000E1184)
< OperationRegion (ATRP, SystemMemory, \ATRB, 0x00010000)
> OperationRegion (ATRP, SystemMemory, ATRB, 0x00010000)
 
Your ACPI/patched/DSDT.aml is out of sync with native DSDT in ACPI/origin.
SystemMemory addresses have changed since you extracted/patched.
Note:
SPEEDY-NUC:patched rehabman$ diff ../origin/DSDT.dsl DSDT.dsl|grep -y SystemMemory
< OperationRegion (MNVS, SystemMemory, 0xDAB9D018, 0x1000)
> OperationRegion (MNVS, SystemMemory, 0xDAF9D018, 0x1000)
< OperationRegion (GNVS, SystemMemory, 0xDAB3FE18, 0x01A6)
> OperationRegion (GNVS, SystemMemory, 0xDAF3FE18, 0x01A6)
< OperationRegion (IGDM, SystemMemory, \ASLB, 0x2000)
> OperationRegion (IGDM, SystemMemory, ASLB, 0x2000)
> OperationRegion (BRIT, SystemMemory, And (BAR1, 0xFFFFFFF0), 0x000E1184)
< OperationRegion (ATRP, SystemMemory, \ATRB, 0x00010000)
> OperationRegion (ATRP, SystemMemory, ATRB, 0x00010000)
Then how to fix it?master
 

Attachments

  • Thinkpadx220_Shutdown_Issue_Fixed.zip
    1.7 MB · Views: 68
Status
Not open for further replies.
Back
Top