Jump to content

Recommended Posts

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

  • Administrators
Posted
6 hours ago, Amin said:

console detects only the brightness up key (F12 as EC _Q66) but doesn't detect the down one , what then ?

dell notebooks have a different 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 Hackintosh Support since 2006 HERE

Posted

Hi, not being able to activate acpi debug on catalina. Any ideas how to make it work on catalina?

 

Thx in advance.

  • Administrators
Posted
3 hours ago, pw44 said:

Hi, not being able to activate acpi debug on catalina. Any ideas how to make it work on catalina?

load kext via terminal

Quote

sudo chown -R root:wheel drag kext

sudo chmod -R 755 drag kext

sudo kextload drag kext

 

-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
10 hours ago, MaLd0n said:

sudo chown -R root:wheel drag kext

sudo chmod -R 755 drag kext

sudo kextload drag kext

 

Thanks for answering,

but sorry, did not get it.

could you explain it (drag kext)?

regarding the unix commands, no problem.... :-)

Thx in advance!

 

Posted

sudo chown -R root:wheel ACPIDebug.kext

sudo chmod -R 755 ACPIDebug.kext

sudo kextload ACPIDebug.kext

 

sudo kextload -v ACPIDebug.kext

Requesting load of /Users/paulo/Downloads/Release/ACPIDebug.kext.

/Users/paulo/Downloads/Release/ACPIDebug.kext loaded successfully (or already loaded).

log show | grep -i acpidebug  

nothing......  

Posted

Hi.

Good Day

I have the catalina 10.15.3 version installed on the laptop asus ux501vw

All hardware is working properly only FN Key (Sleep (F1), WIFI (F2) ,Backlight (F3+F4) ,Brightness (F5+F6) ,Touchpad (F9)

asussmc.kext

lilu.kext

virtualsmc.kext

Thank you for helping me.

Posted

Well, i have almost everything working:

- hdmi audio, video, volume up/down keys, wifi/wired network, etc.....

only two items i'm not being able to make work or correct:

- screen flicker, when back from sleep or any unknown condition, where the only solution is a reboot

 and

- brightness keys.

 

ACPI debug not working.

 

Anyone with a good idea?

Catalina on a I5 skylake HP notebook 520 graphics. 

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