blob: 82346433d29374074a243954200882c6d8a802a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
i8kutils package contains user-space programs for controlling the fans
on some Dell laptops.
Note: i8kutils is entirely built upon the dell-smm-hwmon kernel module.
These data contains the states and the system temperature along with
others infos. The fields returned in a query to the system are
summarized below.
* BIOS version
* Dell service tag (later known as 'serial number')
* CPU temperature
* fan status
* fan rotation speed (only on some models)
* ac power status
* volume buttons status (not the multimedia buttons)
The data are collected from the dell-smm-hwmon kernel module that is
included in recent kernels.
|