Jump to content

Fn HotKey and ALS sensor driver for Asus Notebooks


EMlyDinEsH

Recommended Posts

With added that 2 blocks of code in ATKD, none of them works, even these which were doing well OOTB :(

I had same problems, i played with it for a long time and two months ago i managed it to work for me, i edited your dsdt. Try it with included kext in zip (without kext from this topic), and let me know if it works or not.

dsdt+kext.zip

  • Like 1
Link to comment
Share on other sites

I had same problems, i played with it for a long time and two months ago i managed it to work for me, i edited your dsdt. Try it with included kext in zip (without kext from this topic), and let me know if it works or not.

 

Thanks a lot, IT WORKS! :D

Link to comment
Share on other sites

Hi,

 

I patch my dsdt with Wifi_BT_patch(2 toggles), it's work but :

- If WiFi enable, diode light is off

- if Wifi disable, diode light is on

 

How can i fix it ?

 

Thanks in advance.

Link to comment
Share on other sites

try the new patches i've attached and let me know.

if patch WiFi_BT_Toggle_Patch (2 toggles) -- > compile ok

if patch WiFI_BT_Status_Patch --> can't compile, 2 errors // 10164, 4064, Object does not exist (WIFI)// 10296, 4064, Object does not exist (WIFI)

Link to comment
Share on other sites

if patch WiFi_BT_Toggle_Patch (2 toggles) -- > compile ok

if patch WiFI_BT_Status_Patch --> can't compile, 2 errors // 10164, 4064, Object does not exist (WIFI)// 10296, 4064, Object does not exist (WIFI)

 

Send me your DSDT and i will take a look.

Link to comment
Share on other sites

Hi!

 

Installed latest kext on my Asus G750JW and keyboard backlight (Fn+F3/F4) and screen backlight(Fn+F5/F6) (and also Fn+F2 - wireless key) not working.

Asus Notebooks Fn Keys v2.2 Final Copyright (c) 2012-2014 EMlyDinEsH (OSXLatitude).
AsusNBFnKeys: Found Asus WMI Device ATKD
AsusNBFnKeys: Keyboard backlight method not found
AsusNBFnKeys: Fn Hotkey events Enabled

For keyboard backlight first, I went for one of the patches, noticed it was removing and inserting a new body for SKBL method.

But I had no method with that name, instead I had SLKB. And no GKBL but GLKB.

I assumed those were the methods I was looking for so I edited the patch to suit my names.

 

Also while reading the patch found a line like:

^^PCI0.LPCB.EC0.WRAM (0x04B1, Local1)

but I replaced it with 

^^PCI0.LPCB.EC0.WRAM (0x044B, Local1)

because the original SLKB method had 0x44B and not 0x4B1.

 

To make the story short, it won't work. Fn+F3/F4/F5/F6 are giving me:

 

AsusNBFnKeys: Asus Backlight device not Found
AsusNBFnKeys: Keyboard backlight method not found

P.S. Also did the patches for screenbrightness, the ones with Method (_Q0E, 0, NotSerialized)  and the other one, but like said, not working.

 

Help!?!?!

Link to comment
Share on other sites

Hi!

 

Installed latest kext on my Asus G750JW and keyboard backlight (Fn+F3/F4) and screen backlight(Fn+F5/F6) (and also Fn+F2 - wireless key) not working.

Asus Notebooks Fn Keys v2.2 Final Copyright (c) 2012-2014 EMlyDinEsH (OSXLatitude).
AsusNBFnKeys: Found Asus WMI Device ATKD
AsusNBFnKeys: Keyboard backlight method not found
AsusNBFnKeys: Fn Hotkey events Enabled

For keyboard backlight first, I went for one of the patches, noticed it was removing and inserting a new body for SKBL method.

But I had no method with that name, instead I had SLKB. And no GKBL but GLKB.

I assumed those were the methods I was looking for so I edited the patch to suit my names.

 

Also while reading the patch found a line like:

^^PCI0.LPCB.EC0.WRAM (0x04B1, Local1)

but I replaced it with 

^^PCI0.LPCB.EC0.WRAM (0x044B, Local1)

because the original SLKB method had 0x44B and not 0x4B1.

 

To make the story short, it won't work. Fn+F3/F4/F5/F6 are giving me:

AsusNBFnKeys: Asus Backlight device not Found
AsusNBFnKeys: Keyboard backlight method not found

P.S. Also did the patches for screenbrightness, the ones with Method (_Q0E, 0, NotSerialized)  and the other one, but like said, not working.

 

Help!?!?!

Let me see your patched DSDT so i can help you.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...