blob: 1a42b77e2ece7c141febd8a12feea3d6a8ec9f1f [file] [log] [blame]
Henrique de Moraes Holschuh643f12d2007-03-29 01:58:43 -03001 ThinkPad ACPI Extras Driver
Linus Torvalds1da177e2005-04-16 15:20:36 -07002
Henrique de Moraes Holschuh643f12d2007-03-29 01:58:43 -03003 Version 0.14
4 March 26th, 2007
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
6 Borislav Deianov <borislav@users.sf.net>
Henrique de Moraes Holschuh38f996e2007-03-23 17:33:59 -03007 Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 http://ibm-acpi.sf.net/
9
10
Henrique de Moraes Holschuh643f12d2007-03-29 01:58:43 -030011This is a Linux driver for the IBM and Lenovo ThinkPad laptops. It
12supports various features of these laptops which are accessible
13through the ACPI and ACPI EC framework, but not otherwise fully
14supported by the generic Linux ACPI drivers.
15
16This driver used to be named ibm-acpi until kernel 2.6.21 and release
170.13-20070314. It used to be in the drivers/acpi tree, but it was
18moved to the drivers/misc tree and renamed to thinkpad-acpi for kernel
192.6.22, and release 0.14.
Linus Torvalds1da177e2005-04-16 15:20:36 -070020
21
22Status
23------
24
25The features currently supported are the following (see below for
26detailed description):
27
28 - Fn key combinations
29 - Bluetooth enable and disable
Henrique de Moraes Holschuh837ca6d2007-03-23 17:33:54 -030030 - video output switching, expansion control
Linus Torvalds1da177e2005-04-16 15:20:36 -070031 - ThinkLight on and off
32 - limited docking and undocking
33 - UltraBay eject
Borislav Deianov78f81cc2005-08-17 00:00:00 -040034 - CMOS control
35 - LED control
36 - ACPI sounds
37 - temperature sensors
38 - Experimental: embedded controller register dump
Stefan Schmidt24f7ff02006-09-22 12:19:15 +020039 - LCD brightness control
40 - Volume control
Borislav Deianov78f81cc2005-08-17 00:00:00 -040041 - Experimental: fan speed, fan enable/disable
Stefan Schmidt28b779d2006-09-22 12:19:16 +020042 - Experimental: WAN enable and disable
Linus Torvalds1da177e2005-04-16 15:20:36 -070043
44A compatibility table by model and feature is maintained on the web
45site, http://ibm-acpi.sf.net/. I appreciate any success or failure
46reports, especially if they add to or correct the compatibility table.
47Please include the following information in your report:
48
49 - ThinkPad model name
50 - a copy of your DSDT, from /proc/acpi/dsdt
Henrique de Moraes Holschuh643f12d2007-03-29 01:58:43 -030051 - a copy of the output of dmidecode, with serial numbers
52 and UUIDs masked off
Linus Torvalds1da177e2005-04-16 15:20:36 -070053 - which driver features work and which don't
54 - the observed behavior of non-working features
55
56Any other comments or patches are also more than welcome.
57
58
59Installation
60------------
61
62If you are compiling this driver as included in the Linux kernel
Henrique de Moraes Holschuh643f12d2007-03-29 01:58:43 -030063sources, simply enable the CONFIG_THINKPAD_ACPI option, and optionally
64enable the CONFIG_THINKPAD_ACPI_BAY option if you want the
65thinkpad-specific bay functionality.
Linus Torvalds1da177e2005-04-16 15:20:36 -070066
67Features
68--------
69
70The driver creates the /proc/acpi/ibm directory. There is a file under
71that directory for each feature described below. Note that while the
72driver is still in the alpha stage, the exact proc file format and
73commands supported by the various features is guaranteed to change
74frequently.
75
Borislav Deianov78f81cc2005-08-17 00:00:00 -040076Driver version -- /proc/acpi/ibm/driver
77---------------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -070078
79The driver name and version. No commands can be written to this file.
80
Borislav Deianov78f81cc2005-08-17 00:00:00 -040081Hot keys -- /proc/acpi/ibm/hotkey
Linus Torvalds1da177e2005-04-16 15:20:36 -070082---------------------------------
83
84Without this driver, only the Fn-F4 key (sleep button) generates an
85ACPI event. With the driver loaded, the hotkey feature enabled and the
86mask set (see below), the various hot keys generate ACPI events in the
87following format:
88
89 ibm/hotkey HKEY 00000080 0000xxxx
90
91The last four digits vary depending on the key combination pressed.
92All labeled Fn-Fx key combinations generate distinct events. In
93addition, the lid microswitch and some docking station buttons may
94also generate such events.
95
96The following commands can be written to this file:
97
98 echo enable > /proc/acpi/ibm/hotkey -- enable the hot keys feature
99 echo disable > /proc/acpi/ibm/hotkey -- disable the hot keys feature
100 echo 0xffff > /proc/acpi/ibm/hotkey -- enable all possible hot keys
101 echo 0x0000 > /proc/acpi/ibm/hotkey -- disable all possible hot keys
102 ... any other 4-hex-digit mask ...
103 echo reset > /proc/acpi/ibm/hotkey -- restore the original mask
104
105The bit mask allows some control over which hot keys generate ACPI
106events. Not all bits in the mask can be modified. Not all bits that
107can be modified do anything. Not all hot keys can be individually
108controlled by the mask. Most recent ThinkPad models honor the
109following bits (assuming the hot keys feature has been enabled):
110
111 key bit behavior when set behavior when unset
112
113 Fn-F3 always generates ACPI event
114 Fn-F4 always generates ACPI event
115 Fn-F5 0010 generate ACPI event enable/disable Bluetooth
116 Fn-F7 0040 generate ACPI event switch LCD and external display
117 Fn-F8 0080 generate ACPI event expand screen or none
118 Fn-F9 0100 generate ACPI event none
119 Fn-F12 always generates ACPI event
120
121Some models do not support all of the above. For example, the T30 does
122not support Fn-F5 and Fn-F9. Other models do not support the mask at
123all. On those models, hot keys cannot be controlled individually.
124
125Note that enabling ACPI events for some keys prevents their default
126behavior. For example, if events for Fn-F5 are enabled, that key will
127no longer enable/disable Bluetooth by itself. This can still be done
128from an acpid handler for the ibm/hotkey event.
129
130Note also that not all Fn key combinations are supported through
131ACPI. For example, on the X40, the brightness, volume and "Access IBM"
132buttons do not generate ACPI events even with this driver. They *can*
133be used through the "ThinkPad Buttons" utility, see
134http://www.nongnu.org/tpb/
135
136Bluetooth -- /proc/acpi/ibm/bluetooth
137-------------------------------------
138
139This feature shows the presence and current state of a Bluetooth
140device. If Bluetooth is installed, the following commands can be used:
141
142 echo enable > /proc/acpi/ibm/bluetooth
143 echo disable > /proc/acpi/ibm/bluetooth
144
145Video output control -- /proc/acpi/ibm/video
146--------------------------------------------
147
148This feature allows control over the devices used for video output -
149LCD, CRT or DVI (if available). The following commands are available:
150
151 echo lcd_enable > /proc/acpi/ibm/video
152 echo lcd_disable > /proc/acpi/ibm/video
153 echo crt_enable > /proc/acpi/ibm/video
154 echo crt_disable > /proc/acpi/ibm/video
155 echo dvi_enable > /proc/acpi/ibm/video
156 echo dvi_disable > /proc/acpi/ibm/video
157 echo auto_enable > /proc/acpi/ibm/video
158 echo auto_disable > /proc/acpi/ibm/video
159 echo expand_toggle > /proc/acpi/ibm/video
160 echo video_switch > /proc/acpi/ibm/video
161
162Each video output device can be enabled or disabled individually.
163Reading /proc/acpi/ibm/video shows the status of each device.
164
165Automatic video switching can be enabled or disabled. When automatic
166video switching is enabled, certain events (e.g. opening the lid,
167docking or undocking) cause the video output device to change
168automatically. While this can be useful, it also causes flickering
169and, on the X40, video corruption. By disabling automatic switching,
170the flickering or video corruption can be avoided.
171
172The video_switch command cycles through the available video outputs
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400173(it simulates the behavior of Fn-F7).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174
175Video expansion can be toggled through this feature. This controls
176whether the display is expanded to fill the entire LCD screen when a
177mode with less than full resolution is used. Note that the current
178video expansion status cannot be determined through this feature.
179
180Note that on many models (particularly those using Radeon graphics
181chips) the X driver configures the video card in a way which prevents
182Fn-F7 from working. This also disables the video output switching
183features of this driver, as it uses the same ACPI methods as
184Fn-F7. Video switching on the console should still work.
185
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400186UPDATE: There's now a patch for the X.org Radeon driver which
187addresses this issue. Some people are reporting success with the patch
188while others are still having problems. For more information:
189
190https://bugs.freedesktop.org/show_bug.cgi?id=2000
191
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192ThinkLight control -- /proc/acpi/ibm/light
193------------------------------------------
194
195The current status of the ThinkLight can be found in this file. A few
196models which do not make the status available will show it as
197"unknown". The available commands are:
198
199 echo on > /proc/acpi/ibm/light
200 echo off > /proc/acpi/ibm/light
201
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400202Docking / undocking -- /proc/acpi/ibm/dock
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203------------------------------------------
204
205Docking and undocking (e.g. with the X4 UltraBase) requires some
206actions to be taken by the operating system to safely make or break
207the electrical connections with the dock.
208
209The docking feature of this driver generates the following ACPI events:
210
211 ibm/dock GDCK 00000003 00000001 -- eject request
212 ibm/dock GDCK 00000003 00000002 -- undocked
213 ibm/dock GDCK 00000000 00000003 -- docked
214
215NOTE: These events will only be generated if the laptop was docked
216when originally booted. This is due to the current lack of support for
217hot plugging of devices in the Linux ACPI framework. If the laptop was
218booted while not in the dock, the following message is shown in the
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400219logs:
220
Henrique de Moraes Holschuh643f12d2007-03-29 01:58:43 -0300221 Mar 17 01:42:34 aero kernel: thinkpad_acpi: dock device not present
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400222
223In this case, no dock-related events are generated but the dock and
224undock commands described below still work. They can be executed
225manually or triggered by Fn key combinations (see the example acpid
226configuration files included in the driver tarball package available
227on the web site).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228
229When the eject request button on the dock is pressed, the first event
230above is generated. The handler for this event should issue the
231following command:
232
233 echo undock > /proc/acpi/ibm/dock
234
235After the LED on the dock goes off, it is safe to eject the laptop.
236Note: if you pressed this key by mistake, go ahead and eject the
237laptop, then dock it back in. Otherwise, the dock may not function as
238expected.
239
240When the laptop is docked, the third event above is generated. The
241handler for this event should issue the following command to fully
242enable the dock:
243
244 echo dock > /proc/acpi/ibm/dock
245
246The contents of the /proc/acpi/ibm/dock file shows the current status
247of the dock, as provided by the ACPI framework.
248
249The docking support in this driver does not take care of enabling or
250disabling any other devices you may have attached to the dock. For
251example, a CD drive plugged into the UltraBase needs to be disabled or
252enabled separately. See the provided example acpid configuration files
253for how this can be accomplished.
254
255There is no support yet for PCI devices that may be attached to a
256docking station, e.g. in the ThinkPad Dock II. The driver currently
257does not recognize, enable or disable such devices. This means that
258the only docking stations currently supported are the X-series
259UltraBase docks and "dumb" port replicators like the Mini Dock (the
260latter don't need any ACPI support, actually).
261
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400262UltraBay eject -- /proc/acpi/ibm/bay
Linus Torvalds1da177e2005-04-16 15:20:36 -0700263------------------------------------
264
265Inserting or ejecting an UltraBay device requires some actions to be
266taken by the operating system to safely make or break the electrical
267connections with the device.
268
269This feature generates the following ACPI events:
270
271 ibm/bay MSTR 00000003 00000000 -- eject request
272 ibm/bay MSTR 00000001 00000000 -- eject lever inserted
273
274NOTE: These events will only be generated if the UltraBay was present
275when the laptop was originally booted (on the X series, the UltraBay
276is in the dock, so it may not be present if the laptop was undocked).
277This is due to the current lack of support for hot plugging of devices
278in the Linux ACPI framework. If the laptop was booted without the
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400279UltraBay, the following message is shown in the logs:
280
Henrique de Moraes Holschuh643f12d2007-03-29 01:58:43 -0300281 Mar 17 01:42:34 aero kernel: thinkpad_acpi: bay device not present
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400282
283In this case, no bay-related events are generated but the eject
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284command described below still works. It can be executed manually or
285triggered by a hot key combination.
286
287Sliding the eject lever generates the first event shown above. The
288handler for this event should take whatever actions are necessary to
289shut down the device in the UltraBay (e.g. call idectl), then issue
290the following command:
291
292 echo eject > /proc/acpi/ibm/bay
293
294After the LED on the UltraBay goes off, it is safe to pull out the
295device.
296
297When the eject lever is inserted, the second event above is
298generated. The handler for this event should take whatever actions are
299necessary to enable the UltraBay device (e.g. call idectl).
300
301The contents of the /proc/acpi/ibm/bay file shows the current status
302of the UltraBay, as provided by the ACPI framework.
303
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400304EXPERIMENTAL warm eject support on the 600e/x, A22p and A3x (To use
305this feature, you need to supply the experimental=1 parameter when
306loading the module):
Linus Torvalds1da177e2005-04-16 15:20:36 -0700307
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400308These models do not have a button near the UltraBay device to request
309a hot eject but rather require the laptop to be put to sleep
310(suspend-to-ram) before the bay device is ejected or inserted).
311The sequence of steps to eject the device is as follows:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400313 echo eject > /proc/acpi/ibm/bay
314 put the ThinkPad to sleep
315 remove the drive
316 resume from sleep
317 cat /proc/acpi/ibm/bay should show that the drive was removed
318
319On the A3x, both the UltraBay 2000 and UltraBay Plus devices are
320supported. Use "eject2" instead of "eject" for the second bay.
321
322Note: the UltraBay eject support on the 600e/x, A22p and A3x is
323EXPERIMENTAL and may not work as expected. USE WITH CAUTION!
324
325CMOS control -- /proc/acpi/ibm/cmos
326-----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327
328This feature is used internally by the ACPI firmware to control the
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400329ThinkLight on most newer ThinkPad models. It may also control LCD
330brightness, sounds volume and more, but only on some models.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331
332The commands are non-negative integer numbers:
333
334 echo 0 >/proc/acpi/ibm/cmos
335 echo 1 >/proc/acpi/ibm/cmos
336 echo 2 >/proc/acpi/ibm/cmos
337 ...
338
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400339The range of valid numbers is 0 to 21, but not all have an effect and
340the behavior varies from model to model. Here is the behavior on the
341X40 (tpb is the ThinkPad Buttons utility):
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342
343 0 - no effect but tpb reports "Volume down"
344 1 - no effect but tpb reports "Volume up"
345 2 - no effect but tpb reports "Mute on"
346 3 - simulate pressing the "Access IBM" button
347 4 - LCD brightness up
348 5 - LCD brightness down
349 11 - toggle screen expansion
350 12 - ThinkLight on
351 13 - ThinkLight off
352 14 - no effect but tpb reports ThinkLight status change
353
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400354LED control -- /proc/acpi/ibm/led
355---------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -0700356
357Some of the LED indicators can be controlled through this feature. The
358available commands are:
359
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400360 echo '<led number> on' >/proc/acpi/ibm/led
361 echo '<led number> off' >/proc/acpi/ibm/led
362 echo '<led number> blink' >/proc/acpi/ibm/led
Linus Torvalds1da177e2005-04-16 15:20:36 -0700363
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400364The <led number> range is 0 to 7. The set of LEDs that can be
365controlled varies from model to model. Here is the mapping on the X40:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366
367 0 - power
368 1 - battery (orange)
369 2 - battery (green)
370 3 - UltraBase
371 4 - UltraBay
372 7 - standby
373
374All of the above can be turned on and off and can be made to blink.
375
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400376ACPI sounds -- /proc/acpi/ibm/beep
377----------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378
379The BEEP method is used internally by the ACPI firmware to provide
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400380audible alerts in various situations. This feature allows the same
Linus Torvalds1da177e2005-04-16 15:20:36 -0700381sounds to be triggered manually.
382
383The commands are non-negative integer numbers:
384
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400385 echo <number> >/proc/acpi/ibm/beep
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400387The valid <number> range is 0 to 17. Not all numbers trigger sounds
388and the sounds vary from model to model. Here is the behavior on the
389X40:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400391 0 - stop a sound in progress (but use 17 to stop 16)
392 2 - two beeps, pause, third beep ("low battery")
Linus Torvalds1da177e2005-04-16 15:20:36 -0700393 3 - single beep
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400394 4 - high, followed by low-pitched beep ("unable")
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395 5 - single beep
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400396 6 - very high, followed by high-pitched beep ("AC/DC")
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397 7 - high-pitched beep
398 9 - three short beeps
399 10 - very long beep
400 12 - low-pitched beep
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400401 15 - three high-pitched beeps repeating constantly, stop with 0
402 16 - one medium-pitched beep repeating constantly, stop with 17
403 17 - stop 16
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400405Temperature sensors -- /proc/acpi/ibm/thermal
406---------------------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -0700407
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400408Most ThinkPads include six or more separate temperature sensors but
409only expose the CPU temperature through the standard ACPI methods.
Henrique de Moraes Holschuh60eb0b32006-11-24 11:47:08 -0200410This feature shows readings from up to eight different sensors on older
411ThinkPads, and it has experimental support for up to sixteen different
412sensors on newer ThinkPads. Readings from sensors that are not available
413return -128.
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400414
415No commands can be written to this file.
416
Henrique de Moraes Holschuh60eb0b32006-11-24 11:47:08 -0200417EXPERIMENTAL: The 16-sensors feature is marked EXPERIMENTAL because the
418implementation directly accesses hardware registers and may not work as
419expected. USE WITH CAUTION! To use this feature, you need to supply the
420experimental=1 parameter when loading the module. When EXPERIMENTAL
421mode is enabled, reading the first 8 sensors on newer ThinkPads will
422also use an new experimental thermal sensor access mode.
423
424For example, on the X40, a typical output may be:
425temperatures: 42 42 45 41 36 -128 33 -128
426
427EXPERIMENTAL: On the T43/p, a typical output may be:
428temperatures: 48 48 36 52 38 -128 31 -128 48 52 48 -128 -128 -128 -128 -128
429
430The mapping of thermal sensors to physical locations varies depending on
431system-board model (and thus, on ThinkPad model).
432
433http://thinkwiki.org/wiki/Thermal_Sensors is a public wiki page that
434tries to track down these locations for various models.
435
436Most (newer?) models seem to follow this pattern:
437
4381: CPU
4392: (depends on model)
4403: (depends on model)
4414: GPU
4425: Main battery: main sensor
4436: Bay battery: main sensor
4447: Main battery: secondary sensor
4458: Bay battery: secondary sensor
4469-15: (depends on model)
447
448For the R51 (source: Thomas Gruber):
4492: Mini-PCI
4503: Internal HDD
451
452For the T43, T43/p (source: Shmidoax/Thinkwiki.org)
453http://thinkwiki.org/wiki/Thermal_Sensors#ThinkPad_T43.2C_T43p
4542: System board, left side (near PCMCIA slot), reported as HDAPS temp
4553: PCMCIA slot
4569: MCH (northbridge) to DRAM Bus
45710: ICH (southbridge), under Mini-PCI card, under touchpad
45811: Power regulator, underside of system board, below F2 key
459
Henrique de Moraes Holschuh88679a12006-11-24 11:47:09 -0200460The A31 has a very atypical layout for the thermal sensors
461(source: Milos Popovic, http://thinkwiki.org/wiki/Thermal_Sensors#ThinkPad_A31)
4621: CPU
4632: Main Battery: main sensor
4643: Power Converter
4654: Bay Battery: main sensor
4665: MCH (northbridge)
4676: PCMCIA/ambient
4687: Main Battery: secondary sensor
4698: Bay Battery: secondary sensor
470
Henrique de Moraes Holschuh60eb0b32006-11-24 11:47:08 -0200471
Matt LaPlanted6bc8ac2006-10-03 22:54:15 +0200472EXPERIMENTAL: Embedded controller register dump -- /proc/acpi/ibm/ecdump
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400473------------------------------------------------------------------------
474
475This feature is marked EXPERIMENTAL because the implementation
476directly accesses hardware registers and may not work as expected. USE
477WITH CAUTION! To use this feature, you need to supply the
478experimental=1 parameter when loading the module.
479
480This feature dumps the values of 256 embedded controller
481registers. Values which have changed since the last time the registers
482were dumped are marked with a star:
483
Henrique de Moraes Holschuh837ca6d2007-03-23 17:33:54 -0300484[root@x40 ibm-acpi]# cat /proc/acpi/ibm/ecdump
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400485EC +00 +01 +02 +03 +04 +05 +06 +07 +08 +09 +0a +0b +0c +0d +0e +0f
486EC 0x00: a7 47 87 01 fe 96 00 08 01 00 cb 00 00 00 40 00
487EC 0x10: 00 00 ff ff f4 3c 87 09 01 ff 42 01 ff ff 0d 00
488EC 0x20: 00 00 00 00 00 00 00 00 00 00 00 03 43 00 00 80
489EC 0x30: 01 07 1a 00 30 04 00 00 *85 00 00 10 00 50 00 00
490EC 0x40: 00 00 00 00 00 00 14 01 00 04 00 00 00 00 00 00
491EC 0x50: 00 c0 02 0d 00 01 01 02 02 03 03 03 03 *bc *02 *bc
492EC 0x60: *02 *bc *02 00 00 00 00 00 00 00 00 00 00 00 00 00
493EC 0x70: 00 00 00 00 00 12 30 40 *24 *26 *2c *27 *20 80 *1f 80
494EC 0x80: 00 00 00 06 *37 *0e 03 00 00 00 0e 07 00 00 00 00
495EC 0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
496EC 0xa0: *ff 09 ff 09 ff ff *64 00 *00 *00 *a2 41 *ff *ff *e0 00
497EC 0xb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
498EC 0xc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
499EC 0xd0: 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
500EC 0xe0: 00 00 00 00 00 00 00 00 11 20 49 04 24 06 55 03
501EC 0xf0: 31 55 48 54 35 38 57 57 08 2f 45 73 07 65 6c 1a
502
503This feature can be used to determine the register holding the fan
504speed on some models. To do that, do the following:
505
506 - make sure the battery is fully charged
507 - make sure the fan is running
508 - run 'cat /proc/acpi/ibm/ecdump' several times, once per second or so
509
510The first step makes sure various charging-related values don't
511vary. The second ensures that the fan-related values do vary, since
512the fan speed fluctuates a bit. The third will (hopefully) mark the
513fan register with a star:
514
Henrique de Moraes Holschuh837ca6d2007-03-23 17:33:54 -0300515[root@x40 ibm-acpi]# cat /proc/acpi/ibm/ecdump
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400516EC +00 +01 +02 +03 +04 +05 +06 +07 +08 +09 +0a +0b +0c +0d +0e +0f
517EC 0x00: a7 47 87 01 fe 96 00 08 01 00 cb 00 00 00 40 00
518EC 0x10: 00 00 ff ff f4 3c 87 09 01 ff 42 01 ff ff 0d 00
519EC 0x20: 00 00 00 00 00 00 00 00 00 00 00 03 43 00 00 80
520EC 0x30: 01 07 1a 00 30 04 00 00 85 00 00 10 00 50 00 00
521EC 0x40: 00 00 00 00 00 00 14 01 00 04 00 00 00 00 00 00
522EC 0x50: 00 c0 02 0d 00 01 01 02 02 03 03 03 03 bc 02 bc
523EC 0x60: 02 bc 02 00 00 00 00 00 00 00 00 00 00 00 00 00
524EC 0x70: 00 00 00 00 00 12 30 40 24 27 2c 27 21 80 1f 80
525EC 0x80: 00 00 00 06 *be 0d 03 00 00 00 0e 07 00 00 00 00
526EC 0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
527EC 0xa0: ff 09 ff 09 ff ff 64 00 00 00 a2 41 ff ff e0 00
528EC 0xb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
529EC 0xc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
530EC 0xd0: 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
531EC 0xe0: 00 00 00 00 00 00 00 00 11 20 49 04 24 06 55 03
532EC 0xf0: 31 55 48 54 35 38 57 57 08 2f 45 73 07 65 6c 1a
533
534Another set of values that varies often is the temperature
535readings. Since temperatures don't change vary fast, you can take
536several quick dumps to eliminate them.
537
538You can use a similar method to figure out the meaning of other
539embedded controller registers - e.g. make sure nothing else changes
540except the charging or discharging battery to determine which
541registers contain the current battery capacity, etc. If you experiment
542with this, do send me your results (including some complete dumps with
543a description of the conditions when they were taken.)
544
Stefan Schmidt24f7ff02006-09-22 12:19:15 +0200545LCD brightness control -- /proc/acpi/ibm/brightness
546---------------------------------------------------
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400547
548This feature allows software control of the LCD brightness on ThinkPad
549models which don't have a hardware brightness slider. The available
550commands are:
551
552 echo up >/proc/acpi/ibm/brightness
553 echo down >/proc/acpi/ibm/brightness
554 echo 'level <level>' >/proc/acpi/ibm/brightness
555
556The <level> number range is 0 to 7, although not all of them may be
557distinct. The current brightness level is shown in the file.
558
Stefan Schmidt24f7ff02006-09-22 12:19:15 +0200559Volume control -- /proc/acpi/ibm/volume
560---------------------------------------
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400561
562This feature allows volume control on ThinkPad models which don't have
563a hardware volume knob. The available commands are:
564
565 echo up >/proc/acpi/ibm/volume
566 echo down >/proc/acpi/ibm/volume
567 echo mute >/proc/acpi/ibm/volume
568 echo 'level <level>' >/proc/acpi/ibm/volume
569
570The <level> number range is 0 to 15 although not all of them may be
571distinct. The unmute the volume after the mute command, use either the
572up or down command (the level command will not unmute the volume).
573The current volume level and mute state is shown in the file.
574
575EXPERIMENTAL: fan speed, fan enable/disable -- /proc/acpi/ibm/fan
576-----------------------------------------------------------------
577
578This feature is marked EXPERIMENTAL because the implementation
579directly accesses hardware registers and may not work as expected. USE
580WITH CAUTION! To use this feature, you need to supply the
581experimental=1 parameter when loading the module.
582
Henrique de Moraes Holschuha12095c2006-11-24 11:47:13 -0200583This feature attempts to show the current fan speed, control mode and
584other fan data that might be available. The speed is read directly
585from the hardware registers of the embedded controller. This is known
586to work on later R, T and X series ThinkPads but may show a bogus
587value on other models.
588
589Most ThinkPad fans work in "levels". Level 0 stops the fan. The higher
590the level, the higher the fan speed, although adjacent levels often map
591to the same fan speed. 7 is the highest level, where the fan reaches
592the maximum recommended speed. Level "auto" means the EC changes the
593fan level according to some internal algorithm, usually based on
594readings from the thermal sensors. Level "disengaged" means the EC
595disables the speed-locked closed-loop fan control, and drives the fan as
596fast as it can go, which might exceed hardware limits, so use this level
597with caution.
598
599The fan usually ramps up or down slowly from one speed to another,
600and it is normal for the EC to take several seconds to react to fan
601commands.
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400602
603The fan may be enabled or disabled with the following commands:
604
605 echo enable >/proc/acpi/ibm/fan
606 echo disable >/proc/acpi/ibm/fan
607
Henrique de Moraes Holschuha12095c2006-11-24 11:47:13 -0200608Placing a fan on level 0 is the same as disabling it. Enabling a fan
609will try to place it in a safe level if it is too slow or disabled.
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400610
Henrique de Moraes Holschuha12095c2006-11-24 11:47:13 -0200611WARNING WARNING WARNING: do not leave the fan disabled unless you are
612monitoring all of the temperature sensor readings and you are ready to
613enable it if necessary to avoid overheating.
614
615An enabled fan in level "auto" may stop spinning if the EC decides the
616ThinkPad is cool enough and doesn't need the extra airflow. This is
617normal, and the EC will spin the fan up if the varios thermal readings
618rise too much.
619
620On the X40, this seems to depend on the CPU and HDD temperatures.
621Specifically, the fan is turned on when either the CPU temperature
622climbs to 56 degrees or the HDD temperature climbs to 46 degrees. The
623fan is turned off when the CPU temperature drops to 49 degrees and the
624HDD temperature drops to 41 degrees. These thresholds cannot
625currently be controlled.
626
627The fan level can be controlled with the command:
628
629 echo 'level <level>' > /proc/acpi/ibm/thermal
630
631Where <level> is an integer from 0 to 7, or one of the words "auto"
632or "disengaged" (without the quotes). Not all ThinkPads support the
633"auto" and "disengaged" levels.
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400634
635On the X31 and X40 (and ONLY on those models), the fan speed can be
636controlled to a certain degree. Once the fan is running, it can be
637forced to run faster or slower with the following command:
638
639 echo 'speed <speed>' > /proc/acpi/ibm/thermal
640
641The sustainable range of fan speeds on the X40 appears to be from
642about 3700 to about 7350. Values outside this range either do not have
643any effect or the fan speed eventually settles somewhere in that
644range. The fan cannot be stopped or started with this command.
645
Henrique de Moraes Holschuha12095c2006-11-24 11:47:13 -0200646The ThinkPad's ACPI DSDT code will reprogram the fan on its own when
647certain conditions are met. It will override any fan programming done
Henrique de Moraes Holschuh643f12d2007-03-29 01:58:43 -0300648through thinkpad-acpi.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649
Henrique de Moraes Holschuh643f12d2007-03-29 01:58:43 -0300650The thinkpad-acpi kernel driver can be programmed to revert the fan
651level to a safe setting if userspace does not issue one of the fan
652commands: "enable", "disable", "level" or "watchdog" within a
653configurable ammount of time. To do this, use the "watchdog" command.
Henrique de Moraes Holschuh38f996e2007-03-23 17:33:59 -0300654
655 echo 'watchdog <interval>' > /proc/acpi/ibm/fan
656
657Interval is the ammount of time in seconds to wait for one of the
658above mentioned fan commands before reseting the fan level to a safe
659one. If set to zero, the watchdog is disabled (default). When the
660watchdog timer runs out, it does the exact equivalent of the "enable"
661fan command.
662
663Note that the watchdog timer stops after it enables the fan. It will
664be rearmed again automatically (using the same interval) when one of
665the above mentioned fan commands is received. The fan watchdog is,
666therefore, not suitable to protect against fan mode changes made
667through means other than the "enable", "disable", and "level" fan
668commands.
669
Stefan Schmidt28b779d2006-09-22 12:19:16 +0200670EXPERIMENTAL: WAN -- /proc/acpi/ibm/wan
671---------------------------------------
672
673This feature is marked EXPERIMENTAL because the implementation
674directly accesses hardware registers and may not work as expected. USE
675WITH CAUTION! To use this feature, you need to supply the
676experimental=1 parameter when loading the module.
677
678This feature shows the presence and current state of a WAN (Sierra
679Wireless EV-DO) device. If WAN is installed, the following commands can
680be used:
681
682 echo enable > /proc/acpi/ibm/wan
683 echo disable > /proc/acpi/ibm/wan
684
685It was tested on a Lenovo Thinkpad X60. It should probably work on other
686Thinkpad models which come with this module installed.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700687
Borislav Deianov78f81cc2005-08-17 00:00:00 -0400688Multiple Commands, Module Parameters
689------------------------------------
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690
691Multiple commands can be written to the proc files in one shot by
692separating them with commas, for example:
693
694 echo enable,0xffff > /proc/acpi/ibm/hotkey
695 echo lcd_disable,crt_enable > /proc/acpi/ibm/video
696
Henrique de Moraes Holschuh643f12d2007-03-29 01:58:43 -0300697Commands can also be specified when loading the thinkpad-acpi module,
698for example:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699
Henrique de Moraes Holschuh643f12d2007-03-29 01:58:43 -0300700 modprobe thinkpad_acpi hotkey=enable,0xffff video=auto_disable
Linus Torvalds1da177e2005-04-16 15:20:36 -0700701
Henrique de Moraes Holschuh132ce092007-04-21 11:08:30 -0300702Enabling debugging output
703-------------------------
704
705The module takes a debug paramater which can be used to selectively
706enable various classes of debugging output, for example:
707
708 modprobe ibm_acpi debug=0xffff
709
710will enable all debugging output classes. It takes a bitmask, so
711to enable more than one output class, just add their values.
712
Henrique de Moraes Holschuhfe08bc42007-04-21 11:08:32 -0300713 Debug bitmask Description
714 0x0001 Initialization and probing
715 0x0002 Removal
716
Henrique de Moraes Holschuh132ce092007-04-21 11:08:30 -0300717There is also a kernel build option to enable more debugging
718information, which may be necessary to debug driver problems.
Henrique de Moraes Holschuh0dcef772007-04-21 11:08:34 -0300719
720Force loading of module
721-----------------------
722
723If thinkpad-acpi refuses to detect your ThinkPad, you can try to specify
724the module parameter force_load=1. Regardless of whether this works or
725not, please contact ibm-acpi-devel@lists.sourceforge.net with a report.