Skip to content
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

it does not work in Mac OS 10.15.1 Catalina #97

Open
holyen opened this issue Dec 3, 2019 · 9 comments
Open

it does not work in Mac OS 10.15.1 Catalina #97

holyen opened this issue Dec 3, 2019 · 9 comments

Comments

@holyen
Copy link

holyen commented Dec 3, 2019

run in Mac OS 10.15.1 Catalina it show me error Security Error: smc-binary is not the distributed one

@holyen holyen changed the title it's not work in Mac OS 10.15.1 Catalina it does not work in Mac OS 10.15.1 Catalina Dec 3, 2019
@steve111MV
Copy link

steve111MV commented Jan 31, 2020

I was just going to install it on a Macbook Air early 2015 powered by Catalina. any solution found so far ?
Did you install homebrew before ?

@lacyrhoades
Copy link

No solution yet for Catalina, as far as I can tell. 2018 Mac Mini here and it shows my fan speed as over 33 million RPM (LOL) and the slider doesn't move if you try to click/drag it. Temp readout seems correct, though.

@robertoschwald
Copy link

Here on a mac mini late 2012 (Core i7) it works in Catalina 10.15.3. Installed using HomeBrew.

smcFanContr_Catalina_10 15 3

/Applications/smcFanControl.app/Contents/Resources/smc -f
Total fans in system: 1

Fan #0:
    Fan ID       : Exhaust
    Actual speed : 3460
    Minimum speed: 3469
    Maximum speed: 5500
    Safe speed   : 0
    Target speed : 3469
    Mode         : auto

@lacyrhoades
Copy link

lacyrhoades commented Feb 18, 2020

Same command on 2018 Core i7, 10.15.3 from brew cask install smcfancontrol

% /Applications/smcFanControl.app/Contents/Resources/smc -f
Total fans in system: 1

Fan #0:
    Fan ID       : 
    Actual speed : 36803856
    Minimum speed: 537873
    Maximum speed: 533073
    Safe speed   : 0
    Target speed : 537873
    Mode         : auto
% /Applications/smcFanControl.app/Contents/Resources/smc -r -k F0Tg  
  F0Tg  [flt ]  (bytes 00 80 d4 44)
% /Applications/smcFanControl.app/Contents/Resources/smc -w 36b0 -k F0Tg
Error: SMCWriteKey() = e00002bc
% 

Though, I have to note that if I build the code by hand with Xcode, it does show the right speed in the task bar and on command line. Values in other places are still wrong, and no reasonable value can be "set" even just using the command line tool. Looking at the code I suspect there's some kind of 32bit/64bit issue but that's just a guess because there are so many data types defined.

master at head, Built from Xcode 11.2

% ./build/Debug/smc -f
Total fans in system: 1

Fan #0:
    Actual speed : 1699
    Minimum speed: 1700
    Maximum speed: 4400
    Safe speed   : 0
    Target speed : 1700
    Mode         : auto
% ./build/Debug/smc -r -k F0Tg     
  F0Tg  [flt ]  1700 (bytes 00 80 d4 44)
% ./build/Debug/smc -w 36b0 -k F0Tg
Error: SMCWriteKey() = e00002bc
% 

@steve111MV
Copy link

steve111MV commented Feb 20, 2020

I have solved my freezing issue with the MacBook Air early 2015. The problem isn't the fan but the processor heating because the Thermal paste needed to be refreshed.

@DouggyC
Copy link

DouggyC commented Apr 5, 2020

Awesome package, hope we can get it working on Catalina 10.15.4 soon

@serjyamp
Copy link

still doesn't work on Catalina? I'm setting maximum min. speed but fans don't react

@Blaisorblade
Copy link

See #77 (comment)

@Joyen12
Copy link

Joyen12 commented May 11, 2023

Hello,
So it's still not working on Catalina 15.x for macbook pro ? I download from homebrew cask but maybe you have a beta version we need to compile ourselves idk
Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants