i8kctl(1) | General Commands Manual | i8kctl(1) |
i8kctl - Utility to get information, and set fans states
i8kctl [<param> [<args>]]
The i8kctl can be used to retrieve the information listed below. It does that by means of querying the system through the dell-smm-hwmon kernel module. When invoked without arguments it reports all the information at once in one line of text. The information is the same as the file /proc/i8k.
The following parameters select one of the information: version, bios, id, temp, fan, speed, ac and fn.
Some examples of usage and output are below.
The fan parameter accepts two optional arguments for the fans states. The state arguments can be:
And the following is an example of usage:
This sets the right fan to high speed and leaves the left unchanged. It should be noted that if the i8kmon(1) daemon is used to control the fans, setting the speed with i8kctl fan is pointless since the daemon override regularly the speed with its own value.
If i8kctl fan is invoked without the optional arguments, the states of the fans are returned, and the output may contains a -1 which indicates that the corresponding fan does not exist.
/proc/i8k
2013-2017 Vitor Augusto <vitorafsr@gmail.com>
2001-2009 Massimo Dal Zotto <dz@debian.org>
i8kctl is part of the i8kutils package. All files are distributed under the GNU General Public License (GPL). On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'.
2017-02-26 | Vitor Augusto |