Jump to content

Recommended Posts

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 Consulting for macOS Hackintosh 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 Consulting for macOS Hackintosh 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)

Posted

[ref]nikhilrathore_1999[/ref], You are expected to find the EC method. This is something only you can provide. I advise you to read and follow the step by step 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)

Posted

My Laptop is HP and the hotkeys are F2 and F3. I did everything but my F2 and F3 keys have same code "_Q13". How can I fix this?


<IMGUR id="CosNBlw"><a href=https://i.imgur.com/CosNBlw.png' alt='IMGUR>'>

  • Administrators
Posted

My Laptop is HP and the hotkeys are F2 and F3. I did everything but my F2 and F3 keys have same code "_Q13". How can I fix this?

in ur case i think use HKNO


check it

into method label _Q13 replace_content
begin
Store(HKNO, Local0)\n
If (LEqual(Local0,7))\n
{\n
// Brightness Down\n
   Notify(\_SB.PCI0.LPCB.PS2K, 0x0405)\n
}\n
If (LEqual(Local0,8))\n
{\n
// Brightness Up\n
   Notify(\_SB.PCI0.LPCB.PS2K, 0x0406)\n
}\n
If (LEqual(Local0,4))\n
{\n
// Mirror toggle\n
   Notify(\_SB.PCI0.LPCB.PS2K, 0x046e)\n
}\n
end

-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

in ur case i think use HKNO


check it

into method label _Q13 replace_content
begin
Store(HKNO, Local0)\n
If (LEqual(Local0,7))\n
{\n
// Brightness Down\n
   Notify(\_SB.PCI0.LPCB.PS2K, 0x0405)\n
}\n
If (LEqual(Local0,8))\n
{\n
// Brightness Up\n
   Notify(\_SB.PCI0.LPCB.PS2K, 0x0406)\n
}\n
If (LEqual(Local0,4))\n
{\n
// Mirror toggle\n
   Notify(\_SB.PCI0.LPCB.PS2K, 0x046e)\n
}\n
end

 

Thank you a lot, this worked very well :)

Posted

Yes! also good to check if ACPIDebug kext is loaded. I see unused EC method I can delete! :ugeek:

 

Dear @onemanosx, How could I get the DSDT file? Please help.

  • Administrators
Posted

Dear @onemanosx, How could I get the DSDT file? Please help.

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

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