-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening error and fans running on top. #18
Comments
Try to set log level to max and see which sensor is driving the fan regards,
|
Hi Mike, thanks for the reply. Now it gives me the following: Running in foreground, log to stdout. But the fans do clearly not run at base speed of 2000rpm. So what's going wrong here? |
Does /sys/devices/platform/applesmc.768/fan1_min (and the others) exist in the file system? if so, try: $ sudo su If you installed macfanctld correct, it will be run as a daemon as root. If not, perhaps privileges is the issue. Hope that helps.
|
All files exist in the system. Reading them gives me "2000" for the _min-files and and "0" for the _manual-files. I also checked with top that the process "macfanctld" is running as root, it is. |
Strange. In that case the SMC (i.e. them mac bios) might be driving the fans somehow. Try to reset the SMC. Apart from that, I have no other ideas.
You should not have to do anything of the like. |
Reseted the SMC with no effect. |
me too.Macbook pro 13. |
I'm having some trouble with controlling my MacBook Pro 3.1's fans with macfanctld in Ubuntu 14.04.
From startup they run with top speed (6000rpm) although the sensor temperatures are around 50°C. When running macfanctld with the -f option I get the following:
Running in foreground, log to stdout.
Using parameters:
temp_avg_floor: 55
temp_avg_ceiling: 85
temp_TC0P_floor: 55
temp_TC0P_ceiling: 85
temp_TG0P_floor: 55
temp_TG0P_ceiling: 85
fan_min: 2000
exclude: temp12_input
log_level: 0
Found applesmc at /sys/devices/platform/applesmc.768
Found 2 fans.
Found 14 sensors:
1: TB0T - Battery TS_MAX Temp
2: TC0D - CPU 0 Die Temp
3: TC0P - CPU 0 Proximity Temp
4: TG0D - GPU Die - Digital
5: TG0H - Left Heat Pipe/Fin Stack Proximity Temp
6: TG0V - ?
7: TGTV - ?
8: TTF0 - ?
9: TW0P - ?
10: Th0H - ?
11: Th1H - ?
12: Th2H - Right Fin Stack Proximity Temp _EXCLUDED_
13: Tm0P - Battery Charger Proximity Temp
14: Ts0P - Palm Rest Temp
Error: Can't open /sys/devices/platform/applesmc.768/fan1_min
Error: Can't open /sys/devices/platform/applesmc.768/fan1_manual
Error: Can't open /sys/devices/platform/applesmc.768/fan2_min
Error: Can't open /sys/devices/platform/applesmc.768/fan2_manual
I tried chmod-ing those files and restarting macfanctld, which had no effect. After a reeboot the error even continues because the acces right are reset.
This fan noise is driving me crazy by now, is there any possibility to fix this?
Thanks!
The text was updated successfully, but these errors were encountered: