- Joined
- Mar 29, 2019
- Messages
- 225
- Motherboard
- Zbook G4 17
- CPU
- i7-7820HQ
- Graphics
- HD630+WX4150
- Mac
-
- Classic Mac
-
- Mobile Phone
-
I have an idea for fan controller of zbook g3. Wx4170 have a fan control utility inside vbios. The Strato and Troppo G3 also have that utility, but Wx4150 doesn’t. So I have an idea to use wx4170 registers (they should be the same as 4150 chip have ) to patch data values of Troppo and strato to make fake interface that possibly have pwm functions to EC for controlling fan speed. That’s possibly working idea. But those registers are working through ram and going to cpu, then chipset, LPCBUS and to EC. If this ram addresses are not occupied then it should work. I can try to simply copy data from real registers to fake with mini subprogram attached to the end of speed fan control with simple instruction: if fan register not equal to fake register, then copy data from real register to fake.