Jump to content

Tusticles

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Tusticles

  1. Hey Emly, everything with this driver works great except an issue I hadn't noticed before was pointed out to me. After wake up from sleep, the keyboard backlight shuts off and doesn't turn on again (fn keys do nothing). The console says nothing concerning the kext except except says this when I adjust the screen brightness with the fn keys (which works fine with efi string):

     

    9/24/14 3:18:31.000 PM kernel[0]: AsusNBFnKeys: GPU device not found

     

    Try this patch :D, got it from first post

    # Fix originally discovered by RehabMan and 68x
    # Patch created by 68x
    into Method label _WAK code_regex WAK\s+\(Arg0\) replace_matched begin
    
            If (LOr (LLess(Arg0, 1), LGreater(Arg0,5))) \n
            { \n
                Store(3, Arg0) \n
            } \n
            WAK(Arg0)\n
    end;
    
×
×
  • Create New...