so I have been playing and investigating about the heat and noisy Airs out there... so these are the fruits, I am new to this as you now.
Noisy Air, so whats up:
Apple updated the SMC driver to avoid core shutdowns so this will kick Fans to full for a long time so the processor keeps fresh making the Air noisy.
The problem: air still too hot and now is noisy
Solution: Coolbook (I know you already knew this). remaining problem, several macs still noisy.
Solution: SMCfancontrol. wait! this only limits the lower speed of the fan... yes and no.
So, smcfancontrol has a command line utility called smc which allows you to set top and low fan speed. (standard:min 1800, max 6200 RPM)
@
cd /Applications/smcFanControl.app/Contents/Resources/
max speed:
./smc -k F0Mx -w $(python -c 'print hex(6000 << 2)[2:]')
min speed:
smc -k F0Mn -w $(python -c 'print hex(1900 << 2)[2:]')
So I set my fan speed max 6000 RPM and low 1900 which makes the air very silent, i didnt change the standard values to avoid frying the processor, battery life ? +40 min or so not sure really.
so now a have a fresh and silent Macbook Air thanks to this forum and the coolbook thread + smcfancontrol trick at this blog
so now I am running 47 - 55 C with very variable fan speed instead of blasting 6200 RPM all the time. Silent and Cool
Noisy Air, so whats up:
Apple updated the SMC driver to avoid core shutdowns so this will kick Fans to full for a long time so the processor keeps fresh making the Air noisy.
The problem: air still too hot and now is noisy
Solution: Coolbook (I know you already knew this). remaining problem, several macs still noisy.
Solution: SMCfancontrol. wait! this only limits the lower speed of the fan... yes and no.
So, smcfancontrol has a command line utility called smc which allows you to set top and low fan speed. (standard:min 1800, max 6200 RPM)
@
cd /Applications/smcFanControl.app/Contents/Resources/
max speed:
./smc -k F0Mx -w $(python -c 'print hex(6000 << 2)[2:]')
min speed:
smc -k F0Mn -w $(python -c 'print hex(1900 << 2)[2:]')
So I set my fan speed max 6000 RPM and low 1900 which makes the air very silent, i didnt change the standard values to avoid frying the processor, battery life ? +40 min or so not sure really.
so now a have a fresh and silent Macbook Air thanks to this forum and the coolbook thread + smcfancontrol trick at this blog
so now I am running 47 - 55 C with very variable fan speed instead of blasting 6200 RPM all the time. Silent and Cool