Recent content by javilepton

  1. javilepton

    [Guide] Patching DSDT/SSDT for LAPTOP backlight control

    I changed _Q10 for _Q0C (brightness down) and _Q11 for _QBF (brightness up) of your code.. and now is working.. yay:clap:
  2. javilepton

    [Guide] Patching DSDT/SSDT for LAPTOP backlight control

    Hi Rehabman.. I'm following your guide and I generated codes with ACPIDEBUG.kext.. the two first lines is for up button.. and the others for down.. what should I do now? I'm confused :crazy:
  3. javilepton

    [Guide] Patching DSDT/SSDT for LAPTOP backlight control

    I remember have applied the OS check fix (windows 8) with "hd3000/hd4000 brightness fix", "rename gfx0 to igpu", "hd4000 low resolution" in order to get backlight control and other things work.. I didn't apply the "Fix Mutex with non-zero SyncLevel" because I don't know what it is used for.. I...
  4. javilepton

    [Guide] Patching DSDT/SSDT for LAPTOP backlight control

    I started with your ioio binary and both brightness keys generated the code e02d=80, but I don't know what to do next.. As much as i read the mapping wiki I don't get it.
  5. javilepton

    [Guide] Patching DSDT/SSDT for LAPTOP backlight control

    My backlight control is working, the only problem I have is brightness keys.. you say that i have to use the ACPI method? Because I assumed that brightness keys were handled by PS2, so how do you explain that the keys used to work previously?
  6. javilepton

    [Guide] Patching DSDT/SSDT for LAPTOP backlight control

    Sorry for answer late.. here is my files
  7. javilepton

    [Guide] Patching DSDT/SSDT for LAPTOP backlight control

    ok.. I will try and then post the files.
  8. javilepton

    [Guide] Patching DSDT/SSDT for LAPTOP backlight control

    Hi Rehabman.. :) My backlight control used to work perfectly, but one day I applied a wrong battery patch in my DSDT. When I restarted the system my backlight keys stopped to work and it doesn't work since that day. Now I have the right patch for my battery and it's working perfectly but nothing...
  9. javilepton

    [Guide] How to patch DSDT for working battery status

    Works flawlessly :thumbup:.. Thank you so much! :clap:
  10. javilepton

    [Guide] How to patch DSDT for working battery status

    What should I do to fix them? I don't have any idea
  11. javilepton

    [Guide] How to patch DSDT for working battery status

    Yes.. I fixed the errors by adding /* */ in the lines.. I don't know if it's the ideal solution but it works.. now the battery status is showing.. here is the final patch..
  12. javilepton

    [Guide] How to patch DSDT for working battery status

    I applied well now i have these errors..
  13. javilepton

    [Guide] How to patch DSDT for working battery status

    I tried but It can apply..
  14. javilepton

    [Guide] How to patch DSDT for working battery status

    I need to insert the into method label B1B2 remove_entry; code??
  15. javilepton

    [Guide] How to patch DSDT for working battery status

    I'm not a programer so it's very difficult to me to understand and my english is not good enough.. Do you mean that the B1B2 method will not work for me.. or there is something that I miss in the post?.. please give me a hand with this.,
Back
Top