CozmoNate / HWSensors

HWSensors is a software bundle that includes drivers and applications that allow you to access information from hardware sensors available on your Mac
659 stars 133 forks source link

HWMonitor doesn't show fan reading #264

Open philippetev opened 9 years ago

philippetev commented 9 years ago

Yosemite 10.10.1, latest FakeSMC (from source), HP ProBook 4340s. HWmonitor doesn't show the fan reading on cold boot, only on warm boot (reboot). That happens with the last two versions (6.12 and 6.13), HWMonitor 6.11-285-gf024943.1613 doesn't have such issue, I've reverted to that version and it works perfectly with both FakeSMC 6.12 and 6.13.

tluck commented 9 years ago

I found that changing the FNum from 0 to 1 in Info.plist picks up the fan for me. so it looks like this:

                <key>FNum</key>
                <array>
                    <string>ui8</string>
                    <data>
                    AQ==
                    </data>
                </array>
imlucasnguyen commented 9 years ago

I changed Fnum from 0 to 1 in Info.plist. HWmonitor show the Fan but have no number.