Recent content by jcrnkovic

  1. jcrnkovic

    [Guide] How to patch DSDT for working battery status

    Update: my battery status works. Looks like the computer needed a EC reset, and the battery needed to recalibrate again.
  2. jcrnkovic

    [Guide] How to patch DSDT for working battery status

    Josips-MacBook-Pro:Desktop josip$ /Applications/MaciASL.app/Contents/MacOS/iasl61 -v Intel ACPI Component Architecture ASL+ Optimizing Compiler version 20161117-64(RM) Copyright (c) 2000 - 2016 Intel Corporation
  3. jcrnkovic

    [Guide] How to patch DSDT for working battery status

    Intel ACPI Component Architecture ASL+ Optimizing Compiler version 20161117-64(RM) Copyright (c) 2000 - 2016 Intel Corporation
  4. jcrnkovic

    [Guide] How to patch DSDT for working battery status

    My iasl binary is 20161117-64(RM) version. Not sure from which commit should I build one then.
  5. jcrnkovic

    [Guide] How to patch DSDT for working battery status

    I built the source from "b9c6c2b" commit and extracted using that one. Also I did reset the EC, still nothing. Still screwed up. Shows 100% then randomly changes to 26% or something similar. Also terminal output: Josips-MacBook-Pro:~ josip$ kextstat|grep -y acpiplat 13 2...
  6. jcrnkovic

    [Guide] How to patch DSDT for working battery status

    I used the 6.1 version you provided on your Bitbucket, and I'm not sure what other version you mean and I read the #1 post from the APCI patching guide. Did you mean the 5.1 version, also from your Bitbucket?
  7. jcrnkovic

    [Guide] How to patch DSDT for working battery status

    My battery status is moving really slow down (100 to 99 in like 15 minutes, which I don't believe is fine). It also shows 0:25 minutes remaining. The battery icon is also red. I used the Asus N55SL which worked for me last time, I believe. Terminal output: Josips-MacBook-Pro:~ josip$...
  8. jcrnkovic

    [Guide] Disabling discrete graphics in dual-GPU laptops

    Ok now I don't see the nVidia card in System information -> Graphics. Can you check I did everything fine?
  9. jcrnkovic

    [Guide] Disabling discrete graphics in dual-GPU laptops

    Yeah, that's what I meant, I was too lazy to write. The files are in the attachment.
  10. jcrnkovic

    [Guide] Disabling discrete graphics in dual-GPU laptops

    I removed SGOF from the SSDT-11. Here are my patchmatic and IOReg Files. And the card is still not disabled. Update: I installed FakePCIID_Intel_HD_Graphics.kext and I believe it works now!
  11. jcrnkovic

    [Guide] Disabling discrete graphics in dual-GPU laptops

    I updated my OP with attachments.
  12. jcrnkovic

    [Guide] Disabling discrete graphics in dual-GPU laptops

    I followed the guide, patched all my stuff, but I believe my card is still enabled. Terminal output: Josips-MacBook-Pro:~ josip$ kextstat|grep -y acpiplat 13 2 0xffffff7f82e7e000 0x66000 0x66000 com.apple.driver.AppleACPIPlatform (4.0) A29C7512-D3A8-3AED-9721-3A5FF1A32EB2 <12 11 7...
  13. jcrnkovic

    [Guide] Disabling discrete graphics in dual-GPU laptops

    There is only one _INI. I was using grep to find files containing both _OFF and _INI, and this was the only file that contains both.
  14. jcrnkovic

    [Guide] Disabling discrete graphics in dual-GPU laptops

    My _INI method is significantly different than yours. Also, I don't have the SSDT10 nor 11. My INI method looks like this: Store (DID1, Index (TLPK, Zero)) Store (DID2, Index (TLPK, 0x02)) Store (DID3, Index (TLPK, 0x04)) Store (DID4, Index (TLPK, 0x06))...
  15. jcrnkovic

    [Guide] Booting the OS X installer on LAPTOPS with Clover

    nvm, doing it, delete this post
Back
Top