PS3HEN 2.0 + integrated Fan Control (for HFW users)
https://github.com/aldostools/MAMBA_PRX_Loader/blob/master/PS3HEN_2.0.x/PS3HEN.BIN
MAMBA 3.0 + integrated Fan Control (for CFW users)
https://github.com/aldostools/webMA...custom/dev_hdd0/plugins/kernel/mamba_484C.bin
Mamba can be booted as Cobra adding the path of the payload to /dev_hdd0/boot_plugins_kernel_nocobra.txt
Or install this package:
https://github.com/aldostools/webMA...updater/pkgfiles/USRDIR/addons/boot_mamba.pkg
Currently there is not any GUI to configure the Fan Control.
Download /dev_hdd0/vm/ps3hen_cfg.bin or /dev_hdd0/vm/mamba_cfg.bin
Edit the file with a hex editor and change the last byte (16th byte) to one of the following values:
00 = SYSCON mode (default)
01 = Dynamic Fan Control
(it uses a very simple algorithm: <60C = SYSCON, 60C-65C = 20% + 4% per degree, 65C-75C = 50% + 6% per degree, >75C = 99%)
0x33 to 0xFF = Manual Fan Speed (0x33 = 20%, 0x66 = 40%, 0x80 = 50%, 0x99 = 60%, 0xCC = 80%, 0xFC = 99%)
Replace the updated config in /dev_hdd0/vm and reboot.
Note: The internal Dynamic Fan Control thread is disabled if another fan controller set the fan mode.
Note2: This payload is only useful if webMAN is not loaded.