Jump to content

Quier

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Quier

  1. Hello, that's me again... (Asus K501n / ATK0100, UID changed, added _WDG/WQBA into ATKD section). I was using kext provided by P3TRO5, but it wasn't working with sleep properly and I'm trying to find solution in newer version of FNHotkey Driver... Unfortunately, despite the new version, it loads but doesn't work. If someone can help me it'll be very appreciated...

     

    Thanks in advance

  2.  

    You have need to change the _UID to "ATK" from the below DSDT code and use the attached kext then let me know.

    Device (ATKD)
            {
                Name (_HID, "ATK0100")  // _HID: Hardware ID
                Name (_UID, 0x01010100)  // _UID: Unique ID

     

     

    Now I have some output in system log, but still not working (only OOTB combinations):

    localhost kernel[0]: Asus Notebooks Fn Keys v2.1 Copyright (c) 2012-2014 EMlyDinEsH (OSXLatitude).
    localhost kernel[0]: AsusNBFnKeys: Found Asus WMI Device ATKD
    localhost kernel[0]: AsusNBFnKeys: No object of method _WDG
    localhost kernel[0]: AsusNBFnKeys: Fn Hotkey events Enabled
    localhost kernel[0]: AsusNBFnKeys: IGPU device not found
    

    //EDIT

     

    I've added _WDG code section to ATKD and now in output it says there's "No object of method WQBA". Then I found WQBA and added to ATKD, now I have only 3 lines of output like this:

    localhost kernel[0]: Asus Notebooks Fn Keys v2.1 Copyright (c) 2012-2014 EMlyDinEsH (OSXLatitude).
    localhost kernel[0]: AsusNBFnKeys: Found Asus WMI Device ATKD
    localhost kernel[0]: AsusNBFnKeys: Fn Hotkey events Enabled
    localhost kernel[0]: AsusNBFnKeys: IGPU device not found
    
  3. Hi!

     

    I've got 2 problems with this driver. At first, my right trackpad button doesn't work (I've tried to change v4ButtonsSimulated/v3HWLegacyMode entries). And a bit more weird situation is linked with my keyboard Fn button. It works only with combination of F1 (Sleep) / F2 (Wi-Fi) / F5/F6 Brightness modes / F7 (Internal display shutdown). And the option key/shift+caps works with all other combinations. I have the AsusFNKeys.kext installed to Extra and Elan Driver to /S/L/E. My laptop is Asus K501n model. Any suggestions?

     

    Thanks a lot ;)

×
×
  • Create New...