Jump to content

Recommended Posts

  • Administrators
Posted

[ref]rositaott[/ref], u have a patch in _q11 and _q12

 

Scope (_SB.PCI0.LPCB.EC0)
   {
       Method (_Q11, 0, NotSerialized)  // _Qxx: EC Query, xx=0x00-0xFF
       {
           Notify (KBC0, 0x0205)
           Notify (KBC0, 0x0285)
       }

       Method (_Q12, 0, NotSerialized)  // _Qxx: EC Query, xx=0x00-0xFF
       {
           Notify (KBC0, 0x0206)
           Notify (KBC0, 0x0286)
       }

-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 Hackintosh Support since 2006 HERE

Posted

Scope (_SB.PCI0.LPCB.EC0)

{

Method (_Q11, 0, NotSerialized) // _Qxx: EC Query, xx=0x00-0xFF

{

Notify (KBC0, 0x0205)

Notify (KBC0, 0x0285)

}


Method (_Q12, 0, NotSerialized) // _Qxx: EC Query, xx=0x00-0xFF

{

Notify (KBC0, 0x0206)

Notify (KBC0, 0x0286)

}

Hi MaLd0n, yes but I have 2 sets of brightness controls one is the correct keys (Fn+left arrow & Fn+right arrow) the other keys are (Fn+F12 & Fn+Pause/Break keys), I want to remove the brightness control from these keys (Fn+F12 & Fn+Pause/Break keys)

Dell |Inspiron 15 500 | i5-1035G1 | Intel(R) UHD Graphics

Posted (edited)

[ref]rositaott[/ref], what is the EC method for Fn+F12 & Fn+Pause/Break keys? Assuming they are _Q47 and _Q45, you could possibly try disabling by renaming them. Not too sure if it'll work though. But its worth a shot.

Edited by Guest

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)

Posted

[ref]rositaott[/ref], what is the EC method for Fn+F12 & Fn+Pause/Break keys? Are they _Q47 and _Q45? You could possibly try disabling by renaming them. Not too sure if it'll work though. But its worth a shot.

I think so, but how to rename it?

Dell |Inspiron 15 500 | i5-1035G1 | Intel(R) UHD Graphics

Posted

how to rename it?

XQ47/ XQ45 should suffice

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)

Posted

[ref]rositaott[/ref], Well, you did say you are unsure of the EC method for Fn+F12 & Fn+Pause/Break keys. :meeting

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)

Posted

[ref]rositaott[/ref], Well, you did say you are unsure of the EC method for Fn+F12 & Fn+Pause/Break keys. :meeting

I did, that maybe the reason why I wasn't able to :lol:

Dell |Inspiron 15 500 | i5-1035G1 | Intel(R) UHD Graphics

  • Administrators
Posted

[ref]rositaott[/ref], use debug and check what u need remove

-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 Hackintosh Support since 2006 HERE

Posted

[ref]rositaott[/ref], use debug and check what u need remove

same keys are showing even I only press Fn+F12,Fn+Pause/Break


always show EC Q45, Q47, Q11 Q12

Dell |Inspiron 15 500 | i5-1035G1 | Intel(R) UHD Graphics

  • Administrators
Posted

[ref]dinimuhtar[/ref], this tutorial is for all system

-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 Hackintosh Support since 2006 HERE

Posted

i hava a brighness keyboard in aura syn in my laptop asus fx505ge i5, then how remapping britghtness my keyboard?

READ FIRST POST

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)

Posted

into method label _Q1D replace_content

begin

// Brightness Down\n

Notify(\_SB.PCI0.LPCB.PS2M, 0x0205)\n

Notify(\_SB.PCI0.LPCB.PS2M, 0x0285)\n

end;

into method label _Q1C replace_content

begin

// Brightness Up\n

Notify(\_SB.PCI0.LPCB.PS2M, 0x0206)\n

Notify(\_SB.PCI0.LPCB.PS2M, 0x0286)\n

end;

I've done my device is PS2K when is paste patch then apply option no highlighted but my brightness hotkeys doesn't work
Posted

I've done my device is PS2K when is paste patch then apply option no highlighted but my brightness hotkeys doesn't work

What is your EC method?

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)

Posted

ec0 to ec rename

Wrong answer. Read the guide again.

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)

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...