Contribute
Register

OSX EI Captain Can't shutdown completed

Status
Not open for further replies.
192:~ yongzee$ kextstat|grep -y acpiplat

13 2 0xffffff7f823e9000 0x66000 0x66000 com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <12 11 7 6 5 4 3 1>

192:~ yongzee$ kextstat|grep -y appleintelcpu

21 0 0xffffff7f820f1000 0x2b000 0x2b000 com.apple.driver.AppleIntelCPUPowerManagement (218.0.0) 368B709A-9135-3951-95AC-1551B19381B2 <7 6 5 4 3 1>

29 0 0xffffff7f820ec000 0x3000 0x3000 com.apple.driver.AppleIntelCPUPowerManagementClient (218.0.0) 99C8A694-575D-32C8-B319-1BB8F5518D97 <7 6 5 4 3 1>

192:~ yongzee$ kextstat|grep -y applelpc

84 0 0xffffff7f81f74000 0x3000 0x3000 com.apple.driver.AppleLPC (3.1) 32BDCF9F-0473-32D4-9DAE-F523EFB2D244 <80 12 5 4 3>

192:~ yongzee$ kextstat|grep -y applehda

86 1 0xffffff7f8219f000 0x16000 0x16000 com.apple.driver.AppleHDAController (2.3.7fc3) BB4D7118-5344-3427-80AB-42115135B4C9 <85 69 12 6 5 4 3 1>

106 0 0xffffff7f82277000 0x7d000 0x7d000 com.apple.driver.AppleHDA (2.3.7fc3) C0FE1193-DB8E-3852-AD1B-08B7917A6E83 <105 104 86 85 73 69 6 5 4 3 1>

107 0 0xffffff7f8219b000 0x2000 0x2000 com.apple.driver.AppleHDAHardwareConfigDriver (2.3.7fc3) 920894F1-01C7-38AF-A179-1BF7259B51CA <4 3>


192:~ yongzee$ sudo touch /System/Library/Extensions && sudo kextcache -u /

Password:

kext-dev-mode allowing invalid signature -67061 0xFFFFFFFFFFFEFA0B for kext IOHDAFamily.kext

kext-dev-mode allowing invalid signature -67061 0xFFFFFFFFFFFEFA0B for kext AppleHDAHardwareConfigDriver.kext

kext-dev-mode allowing invalid signature -67061 0xFFFFFFFFFFFEFA0B for kext AppleHDAController.kext

kext-dev-mode allowing invalid signature -67061 0xFFFFFFFFFFFEFA0B for kext AppleHDA.kext

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AppleACPIBatteryManager.kext


I'm attachment file zip include dsdt and ssdt now

You did not provide EFI/Clover as requested.

All kexts you need should be installed to the system volume.
 
You did not provide EFI/Clover as requested.

All kexts you need should be installed to the system volume.
ok i send my clover
 

Attachments

  • clover.zip
    3.5 MB · Views: 61

Attachments

  • CLOVER.zip
    1.9 MB · Views: 78
  • Juan’s MacBook Pro.ioreg
    1.8 MB · Views: 87
I made the ssd for USBInjectAll.ket and the problem persist. also i try with shutdownfix2 with the same result, the stranger thing is in yosemite the laptop shutdown without any problem

UsbConnector values for internal ports should be 255. The hubs connected to the first port of each EH01/EH02 are considered internal. You did not create overrides for the hubs themselves. Refer to the ProBook repo for examples (Projects link in my signature).

Could also be HaltEnabler=true (try without).
 
Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: 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.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder.

This problem applies to my situation? the note can turn off but does not return after ...
 
This problem applies to my situation? the note can turn off but does not return after ...

Define 'this problem'. It is not clear from the post you quoted.
 
Define 'this problem'. It is not clear from the post you quoted.
Thanks for answering.
I installed El Capitan, so far so good ... so it's time to turn off the notebook off and he does not care anymore. And I need to reset it to power on again. I run a time ago to solve this my problem, but I have not been able to help. Thank you.
 
Thanks for answering.
I installed El Capitan, so far so good ... so it's time to turn off the notebook off and he does not care anymore. And I need to reset it to power on again. I run a time ago to solve this my problem, but I have not been able to help. Thank you.

It is a common problem with the Vostro you have. No known solution (Mavericks works ok?).

You can use search to find plenty of discussion.
 
Status
Not open for further replies.
Back
Top