daliansky / XiaoMi-Pro-Hackintosh

XiaoMi NoteBook Pro Hackintosh
BSD Zero Clause License
2.62k stars 473 forks source link

Fans never run #662

Closed Casm101 closed 2 years ago

Casm101 commented 2 years ago

Running MacOS Monterey 12.3.1 on the latest release of OpenCore on the repo, and I've noticed that the fans never run on my Xiaomi Mi Laptop Pro 16" (2020), even though the temps don't normally go above 65ºC.

Today I put the system under a synthetic load, 100% CPU usage at 70ºC sustained for about 5 minutes and the fans never came on, I also downloaded a fan controlling application (Macs Fan Control), but it does not recognise the system has any fans at all.

It's possible that the fans are controlled only by BIOS, but even then, they should still run...

stevezhengshiqi commented 2 years ago

Just to make sure, your laptop is i5-10210U / i7-10510U, right? The fan is indeed controlled by BIOS, and we don't have many methods to control it. Since our DSDT does not have Embedded Control Field, we can't really determine the fan address and utilize https://github.com/acidanthera/VirtualSMC/blob/master/Docs/EmbeddedControllers.md

Casm101 commented 2 years ago

Yeah, thats right, its the i7 10th gen.

If we can control it, the BIOS should at least be doing its own thing, no?

stevezhengshiqi commented 2 years ago

Yes, as far as I know. BIOS fan works fine, thought they may have a quite strategy under other OS.

Casm101 commented 2 years ago

Fair enough then, I guess there's nothing to add to this, I'll check my BIOS fan profiles and mark the issue as closed.