-
Notifications
You must be signed in to change notification settings - Fork 142
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
Not turning on #190
Comments
When I am inside the source directory I get no errors but when I am outside of the directory I get the max_fan_speed value is not 6200 error. Either way the fans aren't ramping up when the temp heats up. Even when I lower the max temp, It just doesn't do anything.. ---- Inside directory sudo mbpfan -f -v -t ---- Outside directory sudo mbpfan -f -v -t |
Same here, on MBP 15 Mid 2015 |
@gaul I am a little bit out of the loop, but I suspect that this issue is actually just in the tests part and it is because of the new way mbpfan detects min and max value. Is it the case? Should we remove the tests? |
I think that don't making test is ok. I don't run the tests and the software is running smoothly. I changed the temperatures when the fan are activated and it runs just fine... But the tests allways tell me that they fail. |
I can confirm the same issue. My fan is not turning on and the test throws the same error. I am running Arch Linux on a Macbook Pro 13,1 |
References linux-on-mac#190.
Unfortunately I believe the tests only work on MacBooks which have smaller, higher RPM fans. iMac and Mac Pro have larger, lower RPM fans. Running the tests is not required and something the README should not recommend. I changed the README somewhat but it should really suggest running |
Follows on to 716d9d877a08e0bce0b9a5cf7222ff3a4829e66. References #190.
Could you try running with the latest master? |
I was also getting the same error during the test step when trying to install on an Arch system from AUR (v2.2.0.r2.gb21aaa8-1):
After building from the latest master (b21aaa8) the tests are all passing. |
I'm having the same apparent issue. I can't tell whether the fan is working, but: I'm using an A1278, I believe it is a 2010 13" Macbook Pro. I'm using Ubuntu Studio 19.10, which has kernel 5.x, which might be the issue as I don't see anything indicating mbpfan was tested on a Kernel 5.x. I built mbpfan from source, 2.2.1, even though it says "2.2.0" when you run it, but that's a known issue. The most recent source files are dated November 23.
Maybe coretemp isn't really installed? Update - I rebuilt, reinstalled, ran tests. Now I get:
That said, I still can't tell if it's working. My hearing isn't that great and it's raining and unlike my Dell laptop, there's not a vent on the Macbook where hot air obviously comes out. The left side is now warm, not hot. How do I test this? |
Hello, I installed mbpfan and it worked fine (actually just lowered fans, when it got heaten up it didn't went up again) on ubuntu 18.04 (same imac model) but I freshly installed ubuntu 20.04 and now same issue as mentioned before is happening, the only way of making it work is uninstall and renstall. Also I noticed the process does not appear at task manager |
Did anyone found any solution for this? Please post here 🙏, if you have found any solution. I have installed this package from AUR (mbpfan-git). |
Idk if this is ot but to fight my issue I wrote a script to control fan speed via terminal |
Thanks @juampapo546 I will check that out. |
Unfortunately this will require some community contribution since I lack access to test a desktop Mac. If someone can grant me ssh and root access to their machine (unlikely, ha!) I can fix this otherwise I hope someone with the hardware and interest can step forward and volunteer. |
@gaul I have a 5,1 Mac Pro I'd be happy to let you into. There's nothing important on it. I have a couple of derelict iMacs laying around I could load Linux on as well. Could probably scare up a laptop or two as well. |
@playaspec Can you email or Twitter DM me from my contact details via my GitHub profile so you can provide login details? Note that it is a bad idea to share these with people you don't know (like me) so I recommend using a temporary key or password. That said, this seems like the fastest and plausible way to fix this issue. |
I am having a problem getting this working. I used the tutorial located here...
https://ineed.coffee/3838/a-beginners-tutorial-for-mbpfan-under-ubuntu/
My system is iMac 12,1 Dual boot Mac OSx and Ubuntu 19.04 Kernel 5.0.0-23-generic. Coretemp and applesmc are loaded at boot.
Using mbpfan 2.1.1
Everything went as it should. During make, make install, make tests, I didn't get any errors. After a reboot I am getting an error max_fan_speed value is not 6200.
$ sudo mbpfan -f -v
mbpfan[4476]: A previously created .pid file exists at: /var/run/mbpfan.pid. Aborting
ERROR: a previously created .pid file exists at: /var/run/mbpfan.pid.
Aborting
sudo mbpfan -t
Starting the tests..
It is normal for them to take a bit to finish.
Error: max_fan_speed value is not 6200
Tests run: 5
-------- My mbpfan.conf
#min_fan1_speed = 2000 # put the lowest value of "cat /sys/devices/platform/applesmc.768/fan*_min"
#max_fan1_speed = 6200 # put the highest value of "cat /sys/devices/platform/applesmc.768/fan*_max"
low_temp = 40 # try ranges 55-63, default is 63
high_temp = 50 # try ranges 58-66, default is 66
max_temp = 70 # take highest number returned by "cat /sys/devices/platform/coretemp./hwmon/hwmon/temp*_max", divide by 1000
polling_interval = 1 # default is 1 seconds
The text was updated successfully, but these errors were encountered: