Skip to content

gcsgithub/smc_util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Nov 15, 2018
73bd581 · Nov 15, 2018

History

20 Commits
Nov 15, 2018
Oct 13, 2014
Oct 13, 2014
Nov 15, 2018
Oct 13, 2014
Nov 15, 2018
Oct 13, 2014
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018
Oct 13, 2014
Oct 13, 2014
Nov 15, 2018
Nov 15, 2018
Oct 13, 2014
Oct 30, 2015
Oct 13, 2014
Nov 15, 2018
Nov 15, 2018
Nov 15, 2018

Repository files navigation

A utility to query and update Apples SMC on intel mac's

smc_util [-c] [-q] [-d] [-D] [-p] [-f] [-v] [-t] [-s] [-x] [-n] [-r ] [ -w ] [-l] [ |keys... ] -c suppress newline -q be quiet as a mouse -d increase debug output -D Display known descriptions -p Private/Paranoide, blank out the System Serial# -f display FAN specific data -v display values -t display type -s display :size -x dump values in (hexbytes) -n when normally a single line output line breaks between variables -w write value to key -l list all keys to stdout with out options -w or -l the default is to read args[] as a series of keys to display

Note: at this time only fan variables are updatable:

(memcmp(key, "F0M", 3)== 0) || (memcmp(key, "F1M", 3)== 0) || (memcmp(key, "F0A", 3)== 0) || (memcmp(key, "F1A", 3)== 0)

About

Utility to query and update Apple SMC on intel Mac's

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published