Contribute
Register

[Guide] HP ProBook 430 G6 (Whiskey Lake)

Status
Not open for further replies.
Hi @antonio765 ,

I tried your guide, and i've got the same result than @diegolave, see attached picture.
I tried with and without SSDT-EC.aml, same result in verbose boot mode.

How do I debug AMF slides to boot correctly ?
 

Attachments

  • IMG_20190916_095358_5.jpg
    IMG_20190916_095358_5.jpg
    925.6 KB · Views: 234
Last edited:
Does anyone know how to make the brightness key work? HP's FN keys feature seems to be more complicated.
 
I spent 2 days on this but no success so far on 450 g6. Only wifi switch key sends GPE event.
 
I spent 2 days on this but no success so far on 450 g6. Only wifi switch key sends GPE event.

In DSDT-> Device WMIV ->Method GHKF find these codes:
If ((WIID == 0x01B6))
{
ODGW (0x87)
\_GPE.VBRE (0x87)
}
ElseIf ((WIID == 0x01B7))
{
ODGW (0x86)
\_GPE.VBRE (0x86)
}
 
I saw this code, added debug code around.
Having passed through the chain of functions, the first function is not called explicitly. Its interesting.
 
I saw this code, added debug code around.
Having passed through the chain of functions, the first function is not called explicitly. Its interesting.

We can have a try with _Lxx Method , Like _L66, _L61, _L62, _L6F, _L72, _L4F.
 
My function keys work normally, no patches needed, including brightness.
 
My function keys work normally, no patches needed, including brightness.
Sounds like a magic.

Does anyone have problems with colors? I mean color banding issue. I'm using device-id and frame buffer from this guide.
 
Status
Not open for further replies.
Back
Top