Jump to content

[Asus G73sw] How to enable keyboard backlight


Recommended Posts

Posted

I installed succesfully macOS Sierra 10.12.6 on my Asus G73sw laptop.


A lot of hardware have I got working but not the backlight of my keyboard. Can someone help me to get the backlight working?

  • Administrators
Posted

[ref]FCU4ever[/ref], extract one send_me

--Run_Me

RunMe.app

">

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

  • Administrators
Posted

[ref]FCU4ever[/ref], check if work

DSDT.aml.zip

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

  • Administrators
Posted

[ref]FCU4ever[/ref], check in OSX Latitude forum

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

  • Administrators
Posted

[ref]FCU4ever[/ref], dev from osxlatitude have a patch for backlight keyboard with asus kext, if dont work u need check there

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

[ref]MaLd0n[/ref],

I've patched the DSDT by myself with the info on OSXLatitude. And guess what, I've got my backlight working and can control them with FN+F3 an FN+F4 :frantics

Now I want the brightness keys getting work. I've tried the patch (see attachment) but with no luck. Than I saw a solution but I don't know how to get that into my DSDT.....

Solution.png

DSDT.zip

Fn Brightness Keys Patch.zip

  • Administrators
Posted

[ref]FCU4ever[/ref], but ur brightness keys is _Q0E and _Q0F?

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

  • Administrators
Posted

[ref]FCU4ever[/ref], with debug.kext from rehabman is a good way

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

  • Administrators
Posted

[ref]FCU4ever[/ref], use

log show | grep -i acpidebug

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

[ref]MaLd0n[/ref],

Output when pressing F3 and F3

2019-03-30 09:26:10.777155+0100 0x20db Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q20 enter"

2019-03-30 09:26:10.778273+0100 0x493 Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q20 exit"


Output when pressing FN + F3 and FN + F4

2019-03-30 09:30:10.962291+0100 0x83 Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q20 enter"

2019-03-30 09:30:10.963607+0100 0x493 Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q20 exit"

2019-03-30 09:30:40.988932+0100 0x493 Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q20 enter"

2019-03-30 09:30:40.990190+0100 0x20db Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q20 exit"

2019-03-30 09:30:42.011132+0100 0x493 Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q0E enter"

2019-03-30 09:30:42.011255+0100 0x493 Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q0E exit"

2019-03-30 09:30:43.180490+0100 0x83 Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q0F enter"

2019-03-30 09:30:43.180601+0100 0x83 Default 0x0 0 kernel: (ACPIDebug) ACPIDebug: "EC _Q0F exit"

Posted

[ref]MaLd0n[/ref],

Followed the guide. In the syslog I see that FN + F5 (brightness up) is Q0E and FN + F6 is Q0F. My keyboard device is PS2M z05qhc6anp4.38.07.png

and SBRG is the device name. So I edit the code to

into method label _Q0E replace_content
begin
// Brightness Down\n
Notify(\_SB.PCI0.SBRG.PS2M, 0x0205)\n
Notify(\_SB.PCI0.SBRG.PS2M, 0x0285)\n
end;
into method label _Q1F replace_content
begin
// Brightness Up\n
Notify(\_SB.PCI0.SBRG.PS2M, 0x0206)\n
Notify(\_SB.PCI0.SBRG.PS2M, 0x0286)\n
end;

 

compiled my DSDT with no errors, copied to my EFI folder, reboot. Still can't change my brightness :(

Posted

[ref]FCU4ever[/ref], try PS2K instead of PS2M

Donate

Gitter Chat


Acer Aspire V15 Nitro- Black Edition VN7-592G/HM170 Chipset

Intel i7-6700HQ, 8GB RAM (UEFI Clover Catalina)


MSI B360 Gaming Arctic

Intel i5-8600 16GB RAM Asus Radeon RX580 8GB (UEFI Clover Catalina)

  • Administrators
Posted

[ref]FCU4ever[/ref], check [ref]onemanosx[/ref] words, PS2M is a mouse, u need a PS2K, is keyboard :mrgreen:

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted (edited)

[ref]onemanosx[/ref],[ref]MaLd0n[/ref],

Tried with no luck :( still can't control the brightness with the FN keys...

Maybe I need to use the patch from this guide: https://osxlatitude.com/forums/topic/1968-fn-hotkey-and-als-sensor-driver-for-asus-notebooks/?tab=comments&_fromLogin=1

but how can I add this

      Method (_Q0E, 0, NotSerialized)  
       {
           If (ATKP)
           {
               \_SB.ATKD.IANE (0x20)
           }
       }
       Method (_Q0F, 0, NotSerialized) 
       {
           If (ATKP)
           {
               \_SB.ATKD.IANE (0x10)
           }
       }

to my DSDT?

Attached my DSDT

Edited by Guest
  • Administrators
Posted

[ref]FCU4ever[/ref], u use voodoops2 or ApplePS2SmartTouchPad?

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...