Recent content by moonhack

  1. moonhack

    Lenovo G500 10.12.3 - Audio/brightness/etc help needed

    Just removed XhciDxe-64.efi and switched OsxLowMemFixDrv-64.efi for OsxAptioFixDrv-64.efi. How could we figure out the problem? Thanks
  2. moonhack

    Lenovo G500 10.12.3 - Audio/brightness/etc help needed

    I moved XHC.PMEE at the end of _PTS, removed DSDT.aml from SortedOrder, and replaced VboxHfs-64.efi for HFSPlus.efi as instructed. My machine will still reboot after shutdown. Why is XhciDxe-64.efi a bad idea? I thought it was necessary for USB ports to work properly.
  3. moonhack

    Lenovo G500 10.12.3 - Audio/brightness/etc help needed

    I hope this one works. Thanks in advance
  4. moonhack

    Lenovo G500 10.12.3 - Audio/brightness/etc help needed

    Here are my files. Thanks a lot for your continued help. Mhks-MacBook-Pro:RehabMan mhk$ kextstat|grep -y acpiplat 13 2 0xffffff7f8311c000 0x60000 0x60000 com.apple.driver.AppleACPIPlatform (5.0) 65E05472-6AE7-3308-8CC8-FA6CB0DB2AEE <12 11 7 6 5 4 3 1> Mhks-MacBook-Pro:RehabMan...
  5. moonhack

    Lenovo G500 10.12.3 - Audio/brightness/etc help needed

    I just tried the following. Method (_PTS, 1, NotSerialized) // _PTS: Prepare To Sleep { Store (Zero, P80D) P8XH (Zero, Arg0, Zero) Store (Arg0, SLPS) If (LEqual (0x05, Arg0)) { Store (Zero, \_SB.PCI0.XHC.PMEE) } If...
  6. moonhack

    Lenovo G500 10.12.3 - Audio/brightness/etc help needed

    This is my _PTS. There's no XHC.PMEE in there. Method (_PTS, 1, NotSerialized) // _PTS: Prepare To Sleep { Store (Zero, P80D) P8XH (Zero, Arg0, Zero) Store (Arg0, SLPS) If (LEqual (Arg0, 0x03)) { P8XH (0x04, 0x53, Zero)...
  7. moonhack

    Lenovo G500 10.12.3 - Audio/brightness/etc help needed

    Seems like Bluetooth is fixed. So, is there a way to customize the brightness range? It still restarts even if I don't have any USB devices plugged in. And yes, seems like it's actually "auto restart after shutdown" as it does the whole shutdown procedure, but then restarts instead of...
  8. moonhack

    Lenovo G500 10.12.3 - Audio/brightness/etc help needed

    It worked! I have a certain range of brightness control now, but not as large as it used to be with the previous patching method. Is there a way to fine tune every step of the range like before? I will start doing the steps on this guide now...
  9. moonhack

    Lenovo G500 10.12.3 - Audio/brightness/etc help needed

    Followed the brightness guide, rebuilt cache as asked, nothing changed. I don't even have a brightness slider on Displays. My updated files are attached. Mhks-MacBook-Pro:~ mhk$ kextstat|grep -y acpiplat 13 2 0xffffff7f830df000 0x60000 0x60000 com.apple.driver.AppleACPIPlatform...
  10. moonhack

    Lenovo G500 10.12.3 - Audio/brightness/etc help needed

    Hello. Sorry for the 5-month long delay :( I checked and BrcmNonPatchRAM2.kext isn't a blank file, maybe it didn't upload correctly. Here are my files again. Symptoms are the same as they were, brightness stuck on max, no way to turn it down. Bluetooth not working at all, and shut down causes...
  11. moonhack

    [Guide] Laptop backlight control using AppleBacklightFixup.kext

    Could you please help me out, RehabMan? Uploaded my problem reporting files in my last post. Thanks.
  12. moonhack

    [Guide] Laptop backlight control using AppleBacklightFixup.kext

    Hello. So I just updated to 10.12.4 and as expected, my laptop's brightness control stopped working (it stayed at 100% throughout the slider). I followed this guide, rebooted, rebuilt caches, rebooted again, rebuilt caches again, but I'm not even getting brightness controls anymore, no slider on...
  13. moonhack

    Lenovo G500 10.12.3 - Audio/brightness/etc help needed

    Sorry, didn't upload it for some reason. Here it is.
  14. moonhack

    Lenovo G500 10.12.3 - Audio/brightness/etc help needed

    Here's the modified kext and the rest of the problem reporting files. Mhks-MacBook-Pro:~ mhk$ kextstat|grep -y acpiplat 13 2 0xffffff7f83044000 0x60000 0x60000 com.apple.driver.AppleACPIPlatform (5.0) 867C81BE-EA01-3A65-89F4-06D78E6514CA <12 11 7 6 5 4 3 1> Mhks-MacBook-Pro:~ mhk$...
  15. moonhack

    Lenovo G500 10.12.3 - Audio/brightness/etc help needed

    I installed BrcmPatchRAM2 and BrcmNonPatchRAM2, and added this to BrcmNonPatchRAM2: <key>hpbt native</key> <dict> <key>CFBundleIdentifier</key> <string>com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport</string> <key>IOClass</key>...
Back
Top