StarLabsLtd / firmware

69 stars 5 forks source link

[Starbook MkVI-intel][ITE]laptop getting very hot #106

Closed aaron-gh closed 1 year ago

aaron-gh commented 1 year ago

Hi,

EC version 1.12 and AMI version 1.3:

The fans do not seem to incease in speed as early as they shoudl to keep the laptop effectively cool, to the point where it is uncofortable to use on your lap or type on the keyboard for an extended period of time.

This issue is not present when using coreboot or when downgrading EC to 1.01.

Sean-StarLabs commented 1 year ago

I'd suggest using the aggressive fan curve

aaron-gh commented 1 year ago

Hi,

is it possible to change the fan curve in the AMI bios?

The issue does not happen when using coreboot, even on normal fan curve, just AMI.

Sean-StarLabs commented 1 year ago

Yup

AMI can reach higher TDP

aaron-gh commented 1 year ago

Perfect, where are these options?

Totally blind, so making an attempt to memorize the layout. e.g. a right 9 down is the battery charge limit (what are the names of the options I'm looking for in this case? I can probably find it from there.)

Sean-StarLabs commented 1 year ago

If it's easier, you could build ectool from the coreboot repo, then set the fan mode with: sudo ectool -w 1b -z bb

(Normal is 00, Aggressive is bb and Quiet is aa)

aaron-gh commented 1 year ago

Hi,

I’m asuming this wouldn't work with the ami bios?

With coreboot I can set it already, but suspend issues stop me from using that on my primary laptop.

On 9 May 2023 16:27:28 BST, Sean Rhodes @.***> wrote:

If it's easier, you could build ectool from the coreboot repo, then set the fan mode with: sudo ectool -w 1b -z bb

(Normal is 00, Aggressive is bb and Quiet is aa)

-- Reply to this email directly or view it on GitHub: https://github.com/StarLabsLtd/firmware/issues/106#issuecomment-1540389105 You are receiving this because you authored the thread.

Message ID: @.***>

Sean-StarLabs commented 1 year ago

It would; that's why I mentioned it :D

aaron-gh commented 1 year ago

Oh awesome!

Is there a guide to do this, and out of interest what else could be changed this way

On 9 May 2023 19:44:38 BST, Sean Rhodes @.***> wrote:

It would; that's why I mentioned it :D

-- Reply to this email directly or view it on GitHub: https://github.com/StarLabsLtd/firmware/issues/106#issuecomment-1540706966 You are receiving this because you authored the thread.

Message ID: @.***>

Sean-StarLabs commented 1 year ago

No, there won't ever be - ectool is designed for debugging, and writing to the EC should be done sparingly. That's the only value that isn't hooked to a EFi variable, so all the others would be overridden shortly anyway.