Jump to content

ZChuckMoris

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by ZChuckMoris

  1. Hey, you are loading both the ElanSmartTouchPad AND this AsusFNKeys kext, right ?

    No, I am loading only ElanSmartTouchPad kext, it already contains fn keys patch. I use it's built-in FN Keys patch, cause with it i don't need to hold "FN" button to raise volume or brightness, f1-f12 works as function keys.

    I also tried AsusFNKeys kext, but it couldn't get work keyboard backlight control, so i removed it.

     

  2. Hmmm, where do u get v208 ? I can't find anything beyond v207 out there.

    This version was preinstalled on my laptop.

     

    What are u using to edit DSDTs ?

    I use MaciASL.

     

    However, I believe that our Q500a shipped with the ARB195, combined AR9285+BT so should be good there.

    nope, mine shipped with Intel WiFi card, i changed it to Broadcom BCM94352 (AzureWave AW-CE123H).

     

    Feel free to grab my DSDT above. It's heavily commented source. Just use FileMerge (XCode) to add what makes sense.

     

    Good luck, lmk.

    Thank you very much!
  3. Does your keyboard backlight work with Fn+F3 and Fn+F4 ? I can't get mine to work at all.

    No, everything works, using this kext, except keyboard backlight control.

    What version of the BIOS do you have installed. I am on v207.

    BIOS ver.208.

     

    I found no patches in your DSDT. I fixed the one compilation error, just search for "FIX:" and you'll find my mod.

    No patches because i couldn't save DSDT after editing (see errors). 

     

    You do not have the variable "KBLV" in your DSDT, you have "KBLD" instead. You need to either change KBLV to KBLD in the patch or KBLD in your DSDT to KBLV, your choice. The PWKB variable is also from the K/B backlight patch just like KBLV. Only PWKB is actually defined in the patch. You must have included the part of the patch with the reference but left out the definition. Your 5th error is just a problem with scope, bad placement of the code. In any event, this patch was not at all in the DSDT which you attached here. This one looks to be an original/freshly extracted DSDT. Heck, the error that I just fixed would have prevented any of those others from even getting a chance to happen.

     

    Lmk if you need more help to compile. I've been hacking at this for some time and still no K/B backlight control.

    Thanks! I changed KBLV to KBLD in patch, but there is still no result  :unsure:. I removed PWKB, cause i couldn't save DSDT with it. I don't understand what i can do with it, i am new to this.

  4. Hi everyone. I got FN keys work fine, but I'm getting bunch of errors and warning, compiling DSDT with 4-levels keyboard brightness patch. Here they are (i will also attach screenshot):

     

    Line      Code     Message

    2718     1088      Not all control paths return a value (UPBL)

    2746     1088      Not all control paths return a value (DWBL)
    8418     1088      Not all control paths return a value (UPBL)
    8485     1088      Not all control paths return a value (DWBL)
    10416   1099      Unknown reserved name (_WDG) 
    10578   1093      Called method may not always return a value
    11189   1099      Unknown reserved name (_WED)
    11189   1099      Unknown reserved name (_WED)
    ​11189   1099      Unknown reserved name (_WED)
    11395   1088      Not all control paths return a value (GDSP)
    11834   4064      Object does not exist (KBLV)
    11840   4064      Object does not exist (KBLV)
    11843   4064      Object does not exist (PWKB)
    11844   4065      Object not found or not accessible from scope (^^PCI0.LPCB.EC0.WRAM)
    11853   4064      Object does not exist (KBLV)

    11880   1088      Not all control paths return a value (HSWC)
    11910   1100      Statement is unreachable
    12187   1105      Possible operator timeout is ignored
    12201   1105      Possible operator timeout is ignored
    12216   1105      Possible operator timeout is ignored
    12231   1105      Possible operator timeout is ignored
    12245   1105      Possible operator timeout is ignored
    12260   1105      Possible operator timeout is ignored
    12275   1105      Possible operator timeout is ignored
    16204   1099      Unknown reserved name (_WDG)
    16534   1088      Not all control paths return a value (NTFY)
    16893   1099      Unknown reserved name (_WED)
    16893   1099      Unknown reserved name (_WED)
    18908   1088      Not all control paths return a value (_Q0B)
    20955   1088      Not all control paths return a value (MF42)
    21113   1088      Not all control paths return a value (_PS0)
    21133   1088      Not all control paths return a value (_PS3)

     

    post-115862-0-58973200-1515412657_thumb.png


    Can anyone help me solve this problem?
    Laptop model: Asus Q500A. Ivy Bridge: Core i5-3230M.

    DSDT.zip

×
×
  • Create New...