Contribute
Register

Hp Envy 13 d006 Skylake multiple problems

Status
Not open for further replies.
What did I missed in implementing PM?

No SSDT.aml from ssdtPRgen.sh in ACPI/patched.

And NVRAM is working correctly but the brightness is always at 100% at login

Check your Clover bootlog to see what NVRAM is doing.
Make sure you clear native NVRAM (CMOS reset).
 
Could you please suggest me some arguments fo the ssdtPRgen.sh for my processor in order to obtain a correct SSDT
 
For what concerns NVRAM, how can I obtain the bootlog?
 
For what concerns NVRAM, how can I obtain the bootlog?

The Clover bootlog is available by running 'bdmesg' in Terminal.
For example:
Code:
bdmesg >bdmesg.txt
open bdmesg.txt
 
here is the file,unfortunately I cannot tell if the nvram works natively
 

Attachments

  • bdmesg.txt
    30.4 KB · Views: 111
here is the file,unfortunately I cannot tell if the nvram works natively

Look:
Code:
1:438  0:000  Loading nvram.plist from Vol 'EFI' - loaded, size=2125
1:440  0:001  === [ PutNvramPlistToRtVars ] =============================
1:440  0:000   Adding Key: EFILoginHiDPI: Size = 4, Data: 00 00 00 00 
...
1:440  0:000   Adding Key: backlight-level: Size = 2, Data: 6C 05

The '6c 05' is 0x056c byte reversed.

0x56c is full brightness.
 
Hi Mr. Rehabman, for what concerns the PM I have generated the SSDT.aml using ssdtPRgen script and I have attached the IOReg and terminal output, if you can tell me if PM now is working would be amazing. I have also run the freqVectorsEdit.sh script and added a script in config.plist (KernelToPatch section) as someone have suggested before.

For what concerns the Brightness it seems that every time the default value is loaded because if I change the brightness using the slider and then I run "nvram -p" I can see that the value is changed! How can I fix this problem?

Thanks a lot
 
Hi Mr. Rehabman, for what concerns the PM I have generated the SSDT.aml using ssdtPRgen script and I have attached the IOReg and terminal output, if you can tell me if PM now is working would be amazing. I have also run the freqVectorsEdit.sh script and added a script in config.plist (KernelToPatch section) as someone have suggested before.

Nothing attached.

For what concerns the Brightness it seems that every time the default value is loaded because if I change the brightness using the slider and then I run "nvram -p" I can see that the value is changed! How can I fix this problem?

You probably forgot to install "RC scripts", so the value is not being saved...
Or the scripts you have are not working.
You should check to see if nvram.plist is being updated on shutdown.
Check that you have a version of Clover with working RC scripts (lots of churn/bugs there lately).
 
Sorry here are the files that I was talking about in the previous post.
You are talking about the nvram.plist in the EFI partition? When should be updated every time a value change or at shutdown?
 

Attachments

  • files.zip
    2 MB · Views: 81
Status
Not open for further replies.
Back
Top