Contribute
Register

Sony Vaio SVE17 DSDT-Fan doesn't show in latest HWMonitor

Status
Not open for further replies.
You should use FAN0, not FAN1. Also, refer to the ProBook examples.
It's the same when I use either fan0 or fan1,and I've modified probook fan speed example,but I still get the same results,I can see my fan in old hwmonitor but nothing in latest hwmonitor. It's confusing because I get CPU heatsink from the same smcd device in latest hwmonitor but without fan.
 
It's the same when I use either fan0 or fan1,and I've modified probook fan speed example,but I still get the same results,I can see my fan in old hwmonitor but nothing in latest hwmonitor. It's confusing because I get CPU heatsink from the same smcd device in latest hwmonitor but without fan.

You might need to do some debugging of the HwMonitor code...
 
You might need to do some debugging of the HwMonitor code...
Is there a way to show in hwmonitor a dummy fan without any readings,only the name given from tach method?
 
I got it to finally show,turned off my laptop, turned it back on and it showed my fan in hwmonitor but after a restart it's gone again. I've tried same thing again,turn off and on,but still nothing. Any ideas?
 
I got it to finally show,turned off my laptop, turned it back on and it showed my fan in hwmonitor but after a restart it's gone again. I've tried same thing again,turn off and on,but still nothing. Any ideas?

Sounds like it might be a kernel cache issue.
 
Sounds like it might be a kernel cache issue.
Might be a stupid question,but how can i resolve that issue?
sudo rm -r /System/Library/Caches/com.apple.kext.caches
then rebuilt with kext wizard,tried that,still the same
 
Last edited:
Might be a stupid question,but how can i resolve that issue?

Rebuild kernel cache, check for errors.

Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
 
Rebuild kernel cache, check for errors.

Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /
The result

Code:
MacBook-Pro:~ damir$ sudo rm -r /System/Library/Caches/com.apple.kext.caches
Password:
MacBook-Pro:~ damir$ sudo touch /System/Library/Extensions && sudo kextcache -u /
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext tcpblocknke.kext
kext file:///System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns/PACESupportSnowLeopard.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleBacklight.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AnyiSightCam.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext aDummyHDA.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIDebug.kext
kext file:///System/Library/Extensions/ACPIBatteryManager.kext/ is in hash exception list, allowing to load
 
The result

Code:
MacBook-Pro:~ damir$ sudo rm -r /System/Library/Caches/com.apple.kext.caches
Password:
MacBook-Pro:~ damir$ sudo touch /System/Library/Extensions && sudo kextcache -u /
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext tcpblocknke.kext
kext file:///System/Library/Extensions/PACESupportFamily.kext/Contents/PlugIns/PACESupportSnowLeopard.kext/ is in hash exception list, allowing to load
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext AppleBacklight.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext AnyiSightCam.kext
kext-dev-mode allowing invalid signature -67030 0xFFFFFFFFFFFEFA2A for kext aDummyHDA.kext
kext-dev-mode allowing invalid signature -67062 0xFFFFFFFFFFFEFA0A for kext ACPIDebug.kext
kext file:///System/Library/Extensions/ACPIBatteryManager.kext/ is in hash exception list, allowing to load

It shows you didn't install FakeSMC kexts correctly.

All kexts should be installed to the system volume (/L/E or /S/L/E, your choice on 10.11).
 
Status
Not open for further replies.
Back
Top