Recent content by dennis97519

  1. dennis97519

    Atheros AR956X - Which kext ?

    Found this on an insanelymac post and it is confirmed to be working on an asus A455L laptop https://raw.githubusercontent.com/kalifans/Darwin/Driver/ar956x-drv-osx.tar.gz
  2. dennis97519

    [Guide] Patching DSDT/SSDT for LAPTOP backlight control

    Thanks for the quick reply. I've read post #1 back and forth a few times. I also read the readme for ACPIKeyboard, and in my ioreg I found that indeed ADB code for Brightness up=0x4d, Brightness down=0x4f. But what is ADB code, and what are the codes 0x10 and 0x20? I want to try directly...
  3. dennis97519

    [Guide] Patching DSDT/SSDT for LAPTOP backlight control

    Hi RehabMan, Thank you very much for your guide. I now have brightness adjustment working on El Capitan with HD4400. Following your guide, I used ACPIDebug and found out _Q11 and _Q12 are the EC methods called for brightness up and down respectively, and by searching for PNP0303 in DSDT I...
  4. dennis97519

    [Guide] How to patch DSDT for working battery status

    Oops. I used the google calculator to add up the hex numbers. How did I get such a huge offset lol. But with the E3 patch it is still the same. I'll try the offset you've given me :)
  5. dennis97519

    [Guide] How to patch DSDT for working battery status

    Actually it looks like the Acer E1 patch would work since the field names are the same... I'll -dl and try that patch. Thanks. Yup it works for battery percentage but battery temperature is still -273.1degC and battery age -92233 something pic: So you can add Acer R7 to the working list of...
  6. dennis97519

    [Guide] How to patch DSDT for working battery status

    Oh -dl for legacy... Which looks like assembly code... Should work OK with C-style operators though? Not sure about the scope lol. To be specific, this is your helper method under device EC0 Method (RE1B, 1, NotSerialized) { OperationRegion(ERAM, EmbeddedControl, Arg0, 1)...
  7. dennis97519

    [Guide] How to patch DSDT for working battery status

    Oh well it went to 100% now lol. Have to look at it again for the battery status stuff... If it says SMD0=Zero, does it mean write zero to SMD0? So is it equivalent to WECB(0x175,256,Zero), if the offset and lengths are specified correctly? Also, there is an existing ERAM operating region in...
  8. dennis97519

    [Guide] How to patch DSDT for working battery status

    Somehow coconutBattery shows my battery age as a negative number and battery temperature as absolute zero... and it says no power adapter found. Also, the charge level shown by mac is always at 99% for a long time without going to 100%. Is that normal?
  9. dennis97519

    [Guide] How to patch DSDT for working battery status

    as in it's already working and i am asking for your help to create a patch for acer r7 from the diff. i did disassemble with all external ssdt but there are still 6 unresolved. nevermind those :p
  10. dennis97519

    [Guide] How to patch DSDT for working battery status

    Thanks, patched DSDT according to instructions and now working with your battery kext, but am unsure how to create maciASL patch. Here is the diff: 42a43,44 > Method (B1B2, 2, NotSerialized) { Return(Or(Arg0, ShiftLeft(Arg1, 8))) } > 16058a16061,16105 > Method (RE1B, 1...
  11. dennis97519

    Your device or computer could not be verified. Contact support for assistance. plz help

    thanks. interestingly, the ig platform id for gfx0 in ioreg is not 0a260006 and is not that in a different endian(0d220003, auto loaded by clover or something?) also... and graphics still worked seems like clover automatically loads the correct endian or something. 0x12040000 gives...
  12. dennis97519

    Your device or computer could not be verified. Contact support for assistance. plz help

    Currently couldn't log in to app store under full graphics acceleration so using text editor as a makeshift :p also, do i have to include ig-platform-id in the device section as well, or is it handled in another section of clover?
  13. dennis97519

    Your device or computer could not be verified. Contact support for assistance. plz help

    Thank you very much, so do I convert the pci device id as a base64 string and put it in between data tags?
  14. dennis97519

    Your device or computer could not be verified. Contact support for assistance. plz help

    Yes, could you instruct me on how to include the fakeid in that? thanks i followed the instructions by noam aa here http://www.insanelymac.com/forum/topic/264393-solved-no-matter-what-i-do-cant-work-app-store-and-facetime/ , so i would just like to know the key name for pci id, and the data...
Back
Top