Contribute
Register

Acer Aspire V5-573. Shutdown fix...?

Status
Not open for further replies.
Joined
Feb 28, 2016
Messages
9
Motherboard
5420E
CPU
Intel Core i5 2450M
Graphics
Intel HD3000
Mac
  1. MacBook Pro
Mobile Phone
  1. Android
Hey All! :)

I'm with the titled laptop on El Capitan 10.11.4, Clover (legacy mode)

Works like in my dreams, but don't want to turn off. :(

I tried a lot of solution without success. (EvoReboot, ShutdownFix, etc) Any ideas? Thanks.

Intel HD 4400, (1920x1080p)
Core i5 4200u (Haswell)
2 USB 2.0
1 USB 3.0
Samsung EVO Basic SSD 120 GB
 
Hey All! :)

I'm with the titled laptop on El Capitan 10.11.4, Clover (legacy mode)

Works like in my dreams, but don't want to turn off. :(

I tried a lot of solution without success. (EvoReboot, ShutdownFix, etc) Any ideas? Thanks.

Intel HD 4400, (1920x1080p)
Core i5 4200u (Haswell)
2 USB 2.0
1 USB 3.0
Samsung EVO Basic SSD 120 GB

Note: No reason to use legacy with your laptop.

Did you patch ACPI correctly? Power management? Did you implement USB correctly?

http://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/

http://www.tonymacx86.com/threads/guide-native-power-management-for-laptops.175801/

http://www.tonymacx86.com/threads/guide-10-11-usb-changes-and-solutions.173616/
 
Well...i think i did it all what u mentioned. But still no shutdown.

Let's see what you have...

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.
 
Here is it.

13 2 0xffffff7f82375000 0x60000 0x60000 com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <12 11 7 6 5 4 3 1>
Miki-MacBook-Pro:~ Miki$ kextstat|grep -y appleintelcpu
Miki-MacBook-Pro:~ Miki$ kextstat|grep -y applelpc
90 0 0xffffff7f81fd8000 0x3000 0x3000 com.apple.driver.AppleLPC (3.1) 32BDCF9F-0473-32D4-9DAE-F523EFB2D244 <84 12 5 4 3>
Miki-MacBook-Pro:~ Miki$ kextstat|grep -y applehda
95 0 0xffffff7f822c5000 0x1e000 0x1e000 com.apple.driver.AppleHDAController (274.7) CFF7F97F-6E1F-3CF9-A8E3-76125E9CA414 <94 77 44 12 7 6 5 4 3 1>

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

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

Attachments

  • info.zip
    4.4 MB · Views: 115
Last edited:
You did not provide kextcache output.
Your ioreg shows power management is not implemented.

ACPI patching is incomplete.
USB customization is not implemented.
 
You did not provide kextcache output.
Your ioreg shows power management is not implemented.

ACPI patching is incomplete.
USB customization is not implemented.

Kextcache:

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

kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext GenericUSBXHCI.kext
 
Kextcache:

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

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

Your kextcache output shows that your kexts are not installed correctly.

All kexts should be installed to the system volume (/S/L/E or /L/E, your choice).

And GenericUSBXHCI.kext is not needed with your hardware. You can remove it.
 
Your kextcache output shows that your kexts are not installed correctly.

All kexts should be installed to the system volume (/S/L/E or /L/E, your choice).

And GenericUSBXHCI.kext is not needed with your hardware. You can remove it.

Only one error left: "Object does not exist error \_SB.PCI0.XHC1.DUAM" Do yo know it? :/
 
Only one error left: "Object does not exist error \_SB.PCI0.XHC1.DUAM" Do yo know it? :/

You would need to provide the files that show the error... (and native files).
 
Status
Not open for further replies.
Back
Top