Revision History | ||
---|---|---|
Revision v1.6 | 2004-07-23 | ejh |
Spelling mistakes fixed, converted the bibliography, added a glossary, moved step-by-step instructions to procedures in examples, and updated the information on the 2.6 kernel and random freezes. | ||
Revision v1.5.1 | 2004-07-15 | ejh |
Link included to the French translation of this document. | ||
Revision v1.5 | 2004-05-21 | ejh |
Minor updates for the 2.6.6 kernel and corrections regarding which kernels need patching. | ||
Revision v1.4 | 2004-05-12 | ejh |
Initial thoughts on the 2.6.5 kernel; includes information on battery monitoring applications causing touch pad lockup problems. |
Abstract
Outlines how to patch a kernel for ACPI support.
Table of Contents
Copyright (c) 2003, 2004 Emma Jane Hogbin.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in Appendix D, GNU Free Documentation License.
This document is also available in the following languages:
Français. Merci à Guillaume Lelarge et Vanessa Conchodon pour le traduction !
If you know of any other translations, please email me <emmajane@xtrinsic.com>
.
When I first started the switch from APM to ACPI I did not realize the kernel needed to be patched. My problem (very loud fan) was fixed just by upgrading to 2.4.20 (Debian packaged kernel with an earlier patch from acpi.sourceforge.net). Unfortunately after the first upgrade I was not able to correctly power down my computer. It was not until later that I realized I had an old, ineffectual ACPI patch. This HOWTO was written to summarize the install process for myself, and hopefully help others who are also having a hard time finding information about ACPI. Please note: the main article outlines The Debian Way of doing things. There is also generic information in the Appendix B, Compiling Kernels the Non-Debian Way for those of you who prefer ... the generic way.
I have found that it takes a whole community to write a technical guide. I am forever grateful for all of the support that I have received along the way. Without this (ever growing) group of people our document would not exist.
TLDP mailing lists (discuss and docbook)
Sebastian Henschel for reminding me I had promised to write it all down
Erich Schubert for writing the section on DSDTs when I could not
Werner Heuser for suggesting I submit the document to The LDP
Tabatha Marshall for editing and generally being very enthusiastic about learning DocBook
Pavel Machek, Len Brown and Hartwig Felger for patiently answering my questions
Werner (again) and Nicolas “nico” Boulay for helping me to update my BIOS at the 2004 Libre Software Meeting
Michal “mizu” Zimen for discovering the solution to the acpi_power_off problem
Traduc for working on the French translation.
Find something wrong with this document? (Or perhaps something right?) I would love to hear from you. Please email me at <emmajane@xtrinsic.com>
.
The following typographic and usage conventions occur in this text:
Table 1. Typographic and usage conventions
Text type | Meaning |
---|---|
“Quoted text” | Quotes from people, quoted computer output. |
terminal view | Literal computer input and output captured from the terminal. |
command | Name of a command that can be entered on the command line. |
option | Option to a command, as in “the -a option to the
ls command”. |
parameter | Parameter to a command, as in “read
man ls ”. |
| Command synopsis or general usage, on a separated line. |
filename | Name of a file or directory, for example “Change to the
/usr/bin directory.” |
→ | Choice to select from a graphical menu, for instance: “Select ” → in your browser. |
The author | Click-able link to an external web resource. |
Thanks to Machtelt “Tille” Garrels for this list of conventions.
In the world of power management ACPI is relatively new to the game. It was first released in 1996 by Compaq/Hewlett-Packard, Intel, Microsoft, Phoenix and Toshiba. These developers aimed to replace the previous industry standard for power management. Their ACPI.info site includes the official specifications, and a list of companies that support ACPI. This is not required reading, but may be of some interest to the curious.
ACPI allows control of power management from within the operating system. The previous industry standard for power management, Advanced Power Management (APM), is controlled at the BIOS level. APM is activated when the system becomes idle--the longer the system idles, the less power it consumes (for example: screen saver, sleep and suspend). In APM, the operating system has no knowledge of when the system will change power states.
ACPI can typically be configured from within the operating system. This is unlike APM where configuration often involves rebooting and entering the BIOS configuration screens to set parameters.
ACPI has several different software components:
a subsystem which controls hardware states and functions that may have previously been in the BIOS configuration
These states include:
thermal control
motherboard configuration
power states (sleep, suspend)
a policy manager, which is software that sits on top of the operating system and allows user input on the system policies
device drivers that control/monitor devices such as a laptop battery, SMBus (communication/transmission path) and EC (embedded controller).
More information on power management in laptops is available from tuxmobil.org. Specifically: Power Management with Linux - APM, ACPI, PMU and the Hardware in Detail section of the Linux on the Road.
Not all systems support both APM and ACPI. I switched because my system only supported ACPI. Pretty easy decision really. If you are switching to get S3 (suspend to RAM) support and you are using a 2.4.x kernel, do not bother. It is not supported.
ACPI4Linux has a list of supported machines/BIOSes and a list of unsupported machines. Please contribute to the list!
For more information about the power management in laptops you may (also) find the Battery Powered Linux Mini-HOWTO useful.
As ACPI support matures in Linux there may be some specific things you should know with regards to your distribution. At this time there is very little news to share, but I hope this section will grow with time. Please email me at <emmajane@xtrinsic.com>
if there is anything else that should be reported in this section!
News for your distro
Red Hat Fedora Core 2 now ships with ACPI enabled by default! This is big progress for the ACPI development team. Congratulations to everyone. Fedora Core 2 users please skip right past the installation instructions and go directly to Using ACPI.
ACPI is constantly being revised. It is available in later versions of the 2.4.x series kernel (2.4.22 and higher), and all 2.6.x series kernels. You should always use the latest stable version of the kernel that your system will support. Patches are available from acpi.sourceforge.net. If you must use a kernel older than version 2.4.22 you will need to patch your kernel to get ACPI support.
Even the latest kernel will sometimes have minor bug fixes available as a patch. You should check the ACPI4Linux web site to see if there are any patches available.
You need to get the patch that exactly matches the version of the kernel that you are running. Since this is the “install from scratch” section I will assume you know exactly which kernel you will be installing.
Thanks to Erich writing this section.
You might need to override the DSDT when certain features like battery status are incorrectly reported (usually causing error messages to syslog). DELL laptops usually need this kind of override. Fixed DSDT for many systems are available on the DSDT page, along with a patch that tells the kernel to ignore the BIOS-supplied table but use the compiled-in fixed DSDT.
Basically you need to copy the fixed table into your kernel source with a special filename (or modifying the filename in the patch supplied at the DSDT page) This override is quite easy: instead of loading the DSDT table from BIOS, the kernel uses the compiled-in DSDT table. That is all.
This document was originally written for the 2.4.20 kernel and has been updated since to include information about the 2.6.x series kernels. At the time of this update the 2.6.x series kernels are proving easy for some and harder for others.
If you can, I would recommend waiting to upgrade your kernel to the 2.6.x series until more bugs are ironed out, and more documentation is available. There are a lot of changes in the 2.6.x series kernel. When I upgraded to 2.6.5 to update this document I ran into problems with my wireless connection, my nVidia graphics card, my touch pad, and with ACPI. Your mileage may vary. I personally had good success with the 2.4.20 with the latest patch and the 2.4.22 kernel with no patch. (And then I upgraded from 2.4.22 directly to 2.6.5.) A Google through your distribution's mailing list, and the acpi-devel mailing list should help you to pick the right kernel.
Regardless of which kernel you choose, if it is a kernel that
requires patching, it is important to use the latest version of the ACPI patch. Some
distributions have already patched their kernels. This is the case for
Debian, and may be the case for others. For more information on the
patches that have been applied to the Debian kernel source package scan through:
/usr/src/kernel-source-
. If you are not using Debian
look in the <version>
/README.Debian/usr/src/kernel-source-
directory for an equivalent file.<version>
I do not use the Debian pre-compiled kernels. I always opt to compile my own kernels using The Debian Way. If you are using your distribution's pre-compiled kernel, please check to make sure it has all relevant ACPI patches applied before you install it.
If you are running a production-level server and/or are serving web pages to the Internet, please also apply any additional security patches. You may have additional patches which must be applied for hardware or software problems specific to your system. Most laptop users should be fine with only the ACPI patch. If possible laptop users should also apply any additional security patches.
If a kernel has had other patches applied to it, you may have problems applying the ACPI patch. Of course, an ACPI patch should not be applied to a kernel that is already patched for ACPI. Depending on the patches applied, you may need to modify some of the Makefiles for your patch to be successful. This is beyond my current grasp of reality so it is not covered in this document.
If you are already running a kernel that is the same version of the one you are about to patch I recommend creating a fresh directory for the newly patched kernel. You should create a backup of all important kernel configuration and kernel-related files that may be affected by your work. Remember that backups are never a bad thing and can be easily deleted after your system has been successfully patched.
Example 1. Files to backup
/etc/lilo.conf
/usr/src/*.deb
(Debian-specific)
/etc/modules
/etc/modutils/aliases
/usr/src/linux/.config
If you are not doing things The Debian Way you should also back up the following files:
/lib/modules
(the entire directory)
/boot/vmlinuz
/usr/src/linux/arch/i386/boot/bzImage
/usr/src/System.map
It is possible the location of these files differs on your system. Use locate as follows if the files are not in the locations specified above:
locate
<file>
The following is a list of packages required to patch a kernel.
Example 2. Packages required for patching your kernel
2.6.x series kernels
kernel source files
ACPI patch that exactly matches the kernel version
debian packages: binutils, e2fsprogs, gcc, make, module-init-tools, procps, util-linux (see also the list from 2.4)
This HOWTO does not include information on how to migrate from a 2.4 series kernel to a 2.6 series kernel. Please read the resources listed in Migrating to the 2.6 series kernels before attempting a kernel upgrade.
2.4.x series kernels
kernel source files
ACPI patch that exactly matches the kernel version
debian packages: make, bzip2, gcc, libc6-dev, tk8.3, libncurses5-dev, kernel-package
Download a fresh kernel from www.kernel.org. You need to make sure you
get a full kernel. Find the “latest stable version of the Linux kernel”
and click on F
for FULL. Wait patiently. A bzipped kernel
is about 26M. If you are feeling particularly geeky you could also grab the file from the command line with wget.
You may or may not want the latest stable version. For more information read the Section 3.2, “Choosing a kernel” section of this document. If you decide to use a version of the kernel that is not published on the front page, use the /pub/linux/kernel directory on the kernel.org site to find the kernel you would like.
Example 3. Download the kernel and patch
wget
http://kernel.org/pub/linux/kernel/v2.4/linux-
<version>
.tar.bz2Download the latest patch for your kernel. This may or may not be the newest patch available. Please look carefully. For example: if you are using the 2.4.20 kernel you would get
acpi-20021212-2.4.20.diff.gz
. The patches can be downloaded from: http://prdownloads.sourceforge.net/acpi.Note the revision date. In this example above the date is 20021212 (December 12, 2002), but it will almost certainly be different for your kernel. You will need to know this number when you check to make sure the patch worked.
You will need to unpack the bz2 file (bzip2) and move the directories into place.
/usr/src/linux
probably points
to your current kernel. This link must point to the new kernel, you will update that link now as well.
Example 4. Unpacking your kernel source files
cd
/usr/src
tar
xjfv
linux.
<version>
.tar.bz2rm
linux
(assuming it is a link to your old kernel)ln
-s
/usr/src/linux.
<version>
linux
If your kernel needs to be patched, do so now. Full instructions are available from Appendix A, Patching Kernels or you can skip right to the step-by-step instructions at Patching your kernel.
If you are using an old kernel you will need to patch it before you can proceed. Instructions on patching your kernel are available from Appendix A, Patching Kernels. Always check to see if your kernel should be patched.
Use make oldconfig
to configure your new kernel. Using oldconfig
instead of menuconfig
allows you to start with the options you have selected in your current kernel and prompts you to select your preference for all new kernel options. This is much easier than looking for all of the new options by hand. For everything specific to ACPI and your
hardware (if you use a Toshiba choose the Toshiba options, Asus choose the Asus
options) choose M
for module. There are about ten
different ACPI related options that you will need to select.
Example 5. Configuring your kernel
Please also read the list of Known Issues.
cd
/usr/src/linux
cp
/usr/src/
<oldkernel-source-directory>
/.config.config
make
oldconfig
(sayM
to all new options for ACPI--you can also say “Y
” if you prefer to compile it directly into your kernel)Please confirm the kernel is properly configured:
make
menuconfig
Select “”
Confirm
is ONConfirm
is OFF (this is the old style of power management that is being replaced)Check everything to do with ACPI. Options related to your hardware should be
M
(modules) or*
(compiled directly into the kernel). Read the list carefully. Some options will not apply to your hardware.Exit and save the new configuration
It is now time to compile the kernel. These instructions are for Debian users. If you are not using Debian, or you do not like compiling your kernel The Debian Way, please read Appendix B, Compiling Kernels the Non-Debian Way for more help.
If you have additional modules that are not part of the main source
tree, you will need to add modules_image
when you make your Debian
packages. This is almost inevitable if you are using a laptop and an older
kernel. I still need this option even in the 2.6.6 kernel due to my nVidia graphics card.
Example 6. Compiling the kernel The Debian Way
Each of these steps should be performed as the root user.
cd
/usr/src/linux
make-kpkg
clean
make-kpkg
--append-to-version=.
<a_unique_and_clever_name>
kernel_image
modules_image
I no longer use .date
to distinguish
kernel builds. It was too frustrating to have 030627a, 032627b (etc) as I tried to figure things out. I now use names, in alphabetical order, starting with the kernel build “alien”. My current kernel build is “Ulairi.” (The machine itself is “Smeagol”--a name it has earned.)
Now that the kernel is compiled it can be “installed.” For Debian users this means installing the Debian package file you created in the last step and then loading the new kernel into lilo. I like to configure lilo on my own and have provided the instructions here, but I leave that decision up to you.
Example 7. Install the new kernel
Each of these steps should be performed as the root user.
cd
/usr/src
dpkg
-i
kernel-image-<version>
.<a_unique_and_clever_name>
_10.00.Custom_i386.debAt this point I decline all the lilo updates and configure it myself by hand.
To configure lilo:
vi
/etc/lilo.conf
Scroll to the end of the file and look for a line that starts with
image=
.Create an entry for your new kernel by adding the following three lines:
image=/vmlinuz label=<a_unique_and_clever_name>
read-onlyUpdate the entry for your old kernel so that it points to the right
vmlinuz
file. You can use eithervmlinuz.old
if this is your first time recompiling the kernel, or look in/boot
for the correct file.If you would like, you can update the kernel that is selected by default by changing the
default=
parameter.load the new kernel into lilo by running lilo from the command line. You need only type: lilo
If you have any other deb files for your modules you should install them now as well. If you are not sure check
/usr/src
for additional.deb
files.
At this point you should reboot your machine. When your system comes back up (assuming of course that everything went well and you still have a system), you will need to check that you are running the new kernel with the correct patch.
Example 8. Confirm installed kernel and ACPI patch version
First you need to make sure you are running the correct kernel. This can be done with the command line tool uname. The revision is the date the patch was released and will be different for each kernel release.
$
uname -a
Assuming you are indeed running the new kernel, you can now check the ACPI's revision date with the following command.
$
cat /proc/acpi/info
This may give you only a version number, or a more detailed list. You are looking for the line that starts with version:
.
If for some reason that gives you no information, you can also check the message printed when ACPI was first loaded as the system was booting. This information can be printed to a terminal window with the application dmesg.
$
dmesg | grep ACPI.*Subsystem\ revision
It should give the output:
ACPI: Subsystem revision 20040326
. The revision number is the date the patch was originally released by the development team. If you patched your kernel according to Appendix A, Patching Kernels this number will match the patch that you installed in Patching your kernel.
To read all the ACPI-related information, you can expand the pattern that grep matches and selectively print all ACPI messages:
$
dmesg | grep ACPI
Check to see that each of the ACPI modules have been loaded after your machine boots. You can do this with the command lsmod. You are looking for the following options: button, battery, fan, ac, thermal and processor. If you chose “Y” instead of modules when you compiled your kernel, you will not see this list. The output on my computer looks like this:
Module Size Used by Tainted: P button 2420 0 (unused) battery 5960 0 (unused) ac 1832 0 (unused) fan 1608 0 (unused) thermal 6664 0 (unused) processor 8664 0 [thermal] NVdriver 945408 11
The last module is my graphics card, which uses proprietary drivers. This is why I have a “P” next to Tainted on the top line.
If you compiled ACPI support in as “M”odules and you
do not see the ACPI modules listed you will need to load the modules by
hand. The modules should be in
/lib/modules/
, and are as
follows:<version>
.
<a_unique_and_clever_name>
/kernel/drivers/acpi/
-rw-r--r-- 1 root root 4.1k Jun 3 23:57 ac.o -rw-r--r-- 1 root root 9.5k Jun 3 23:57 battery.o -rw-r--r-- 1 root root 5.2k Jun 3 23:57 button.o -rw-r--r-- 1 root root 3.7k Jun 3 23:57 fan.o -rw-r--r-- 1 root root 14k Jun 3 23:57 processor.o -rw-r--r-- 1 root root 11k Jun 3 23:57 thermal.o -rw-r--r-- 1 root root 6.2k Jun 3 23:57 toshiba_acpi.o
The module name is the bit
before .o
extension on a module
filename. processor.o
is the file, and processor is
the module name. To install a loadable kernel module use:
insmod processor
.
The 2.4.x series kernels use the extension .o
; however, the 2.6.x
series kernel use the extension .ko
.
The first time I rebooted I loaded them all by hand, typing
insmod <modulename>
.
I personally load processor
first, although there are mixed feelings on whether or not the order
matters.
The first time I tried this the modules were all in separate directories and were ospm_<name>. This was probably because I was using an old patch, but it is something to be aware of. The OSPM modules are now deprecated so hopefully you will not see them.
To prevent having to load
the modules each time you reboot you can do one of two things: compile them
directly into the kernel (bit late for that though, eh?), or add them to
your /etc/modules
file. If you do not already have a copy of the
file just create a new one and add each module name (remember, no
dot-o) on a separate line. You can also try running
update-modules which should automatically update your
/etc/modules.conf
configuration file.
There are a few different applications/daemons you should install on your system: acpid (the daemon that will control your hardware states), and a monitoring program. I personally use wmacpi. There are lots to choose from in ACPI packages and related software.
Do not let apmd and acpid run at the same time unless you REALLY know what you are doing. Debian will not make sure only one is running at a time. You will have to check.
APM will try to put your system into S3. On the 2.4.x (and before) series kernels this will probably cause your machine to lock up. S3 is not supported until at least 2.5.x. Even the patch will not provide support for S3 in the 2.4.x series kernels. I completely removed APM support from the kernel, and removed the apmd daemon from my system. On Debian this was as easy as apt-get remove apmd.
You can also look in each of the ACPI files individually for
information about your system. Look in the /proc/acpi
directory
for various things of importance. If I want to check my battery I read the
following file like this: cat
/proc/acpi/battery/BAT0/state
. The output is as follows:
present: yes capacity state: ok charging state: discharging <-- running off battery present rate: unknown remaining capacity: 3920 mAh <-- watch this number present voltage: 14800 mV
present: yes capacity state: ok charging state: discharging present rate: unknown remaining capacity: 3840 mAh <-- capacity getting smaller present voltage: 14800 mV
present: yes capacity state: ok charging state: charging <-- AC adapter plugged in present rate: unknown remaining capacity: 3840 mAh present voltage: 14800 mV
If I want information about my battery in general I check it out like
this: cat /proc/acpi/battery/BAT0/info
present: yes design capacity: 3920 mAh last full capacity: 3920 mAh battery technology: rechargeable design voltage: 14800 mV design capacity warning: 30 mAh design capacity low: 20 mAh capacity granularity 1: 10 mAh capacity granularity 2: 3470 mAh model number: Bat0 serial number: battery type: Lion OEM info: Acer
For more information on each of these files, please read http://acpi.sourceforge.net/documentation/index.html.
If you are using a 2.4.x series kernel, the kernel will need to be patched before you can add ACPI support. Although ACPI is included in the 2.6.x series kernels you should check to see if any patches have been released to fix bugs. You can find this information on the ACPI4Linux site.
Now you are going to actually patch the kernel. I take one extra step from the instructions at ACPI4Linux. Instead of gunzipping and patching in the same line, I use two lines. This is purely a matter of preference. When you patch the kernel you want to make sure there are no error messages. (There is no “yay” line, instead look for the absence of errors.)
Example A.1. Patching your kernel
These steps should be performed as the root user.
cd
/usr/src/linux
cp
acpi-20021212-2.4.20.diff.gz
/usr/src/linux/.
(Your patch filename will be different if you are not using the 2.4.20 kernel.)gunzip
acpi-20021212-2.4.20.diff.gz
patch
-p
<1
acpi-20021212-2.4.20.diff
(this is the actual patching part)
Once you have finished patching your kernel, continue reading at Section 3.5, “Configure the new kernel”.
There is very little difference between The Debian Way and the generic way. In fact it is probably only 10 or so lines of difference.
The “normal” way of compiling a kernel does not use make-kpkg. Instead, it uses the following steps:
Example B.1. Compile the kernel
cd
/usr/src/linux
which should point to the kernel (unzipped) filesmake
dep
make
clean
make
bzImage
make
modules
(remember to unpack your modules first)
In The Debian Way, you create a deb file which contains information about where the kernel is (and makes the kernel and yada-yada). In the “normal” way, you put things where they need to be right away. You need to install your modules and then configure lilo to point to the new kernel and then run lilo. If you are not doing things The Debian Way your “install” will look like this:
Example B.2. Install the new kernel
cd
/usr/src/linux
make
modules_install
cp
arch/i386/boot/bzImage
/boot/vmlinuz.
<a_unique_and_clever_name>
vi
/etc/lilo.conf
and copy the structure of your existing kernel. Do NOT delete the reference to your existing kernel! You need to point lilo to the “vmlinuz” file that was created when you compiled the kernel abovelilo (yup, just exactly like that.) LILO will let you know if it is going to have major problems loading the new kernel.
Do NOT forget to run lilo before rebooting. Type lilo. It is that easy (and that easy to forget).
You can still use all of the software mentioned in this HOWTO even if you are not using Debian. Unfortunately it will take a little more effort on your part to download and install everything. Fortunately it is really not that difficult. Most software packages include a README file when you gunzip them which will explain what you need to do to get things working on your system.
For more information about software for ACPI, please use the ACPI packages and related software.
There are a number of problems which have been identified for various laptop models. Please scan through this list before you finish compiling the kernel to see if your hardware is affected by any of the following problems. You may also want to use this as a trouble shooting guide after installing your system if you are still having problems.
Known issues for the 2.4 kernel include:
DPMS (Energy Star) features try to suspend the laptop
Known issues for the 2.6 kernel include:
acpi_power_off hangs
touch pad/mouse or keyboard freezes
This is not a bug exactly, but it is something to be aware of. The XFree86 server has an option for DPMS (Energy Star) features. The DPMS states can be one of standby, suspend, off or on. Since the 2.4.x kernels cannot suspend to disk, this can cause problems. I fixed my system by doing two things:
xset -dpms
(disables DPMS features)
In /etc/X11/XF86Config-4
I commented out
the line Option "DPMS"
under Section "Monitor".
There are a couple of solutions to this problem, depending on your laptop.
The easiest option to try is to remove the APIC options at boot time. This has been reported to work on a Sony TR2. In the /etc/lilo.conf
file look for a line that has append=""
. Inside the quotes add the words nolapic
and noapic
.
Example C.1. Updating the append directive in LILO
Open and edit the /etc/lilo.conf
configuration file as root. Add the appropriate instructions to the existing append statement. If there is not an append statement you can add one right before the list of boot disk images. In my /etc/lilo.conf
it would look like this:
append="
default="nolapic
noapic
"<a_unique_and_clever_name>
" image=/vmlinuz label=<a_unique_and_clever_name>
read-only
After editing the configuration file, load the new information by running the command lilo as root.
#
lilo
You can also remove these two modules from the kernel completely by removing the following kernel options: CONFIG_X86_UP_APIC
, CONFIG_X86_UP_IOAPIC
. This is what I have done with my Acer TravelMate.
Acer TravelMates should also disable the RTC-related modules. They are not needed for “normal” operation.
The following kernel modules should be unselected to allow the notebook to power off correctly:
CONFIG_HPET_EMULATE_RTC
CONFIG_RTC
CONFIG_SND_RTCTIMER
Thank you to mizu for discovering this solution!
Karl Hegbloom emailed me to say that “keyboard keys sticking, touch pad pointer jumping suddenly across the screen, lockups under heavy network I/O [was] caused by polling the battery state via ACPI and the proc file system.” This problem is caused by a delay between the initial request for information about the battery's status and the response. In that delay communication with the keyboard or touch pad may be temporarily interrupted causing the device to become out of sync (jumpy) or the communication lost (freeze). “The overnight solution is to either turn off the battery applet, or reduce its polling frequency.” Karl also notes that a BIOS update was also able to solve the problem. Thanks Karl!
I did not find this to be a problem for me in the 2.4.x kernels,
however, it was a problem when I upgraded to 2.6.5. I use
wmacpi to monitor my battery status. By
setting the polling frequency to 1 (the lowest possible number), I seem
to have eliminated the touch pad lockups. In my
.xinitrc
file I use:
/usr/bin/wmacpi
-s 1
The -s 1
represents the polling frequency
(sample rate) of “once per minute.” The default is 20.
If you recently upgraded to the 2.6 series kernel, make sure your touch pad drivers are correctly installed as well. You may find the following KernelTrap article useful if you are not sure where to start: http://kerneltrap.org/node/view/2199.
Version 1.1, March 2000
Copyright (C) 2000 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
The purpose of this License is to make a manual, textbook, or other written document "free" in the sense of freedom: to assure everyone the effective freedom to copy and redistribute it, with or without modifying it, either commercially or noncommercially. Secondarily, this License preserves for the author and publisher a way to get credit for their work, while not being considered responsible for modifications made by others.
This License is a kind of "copyleft", which means that derivative works of the document must themselves be free in the same sense. It complements the GNU General Public License, which is a copyleft license designed for free software.
We have designed this License in order to use it for manuals for free software, because free software needs free documentation: a free program should come with manuals providing the same freedoms that the software does. But this License is not limited to software manuals; it can be used for any textual work, regardless of subject matter or whether it is published as a printed book. We recommend this License principally for works whose purpose is instruction or reference.
This License applies to any manual or other work that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License. The "Document", below, refers to any such manual or work. Any member of the public is a licensee, and is addressed as "you".
A "Modified Version" of the Document means any work containing the Document or a portion of it, either copied verbatim, or with modifications and/or translated into another language.
A "Secondary Section" is a named appendix or a front-matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document's overall subject (or to related matters) and contains nothing that could fall directly within that overall subject. (For example, if the Document is in part a textbook of mathematics, a Secondary Section may not explain any mathematics.) The relationship could be a matter of historical connection with the subject or with related matters, or of legal, commercial, philosophical, ethical or political position regarding them.
The "Invariant Sections" are certain Secondary Sections whose titles are designated, as being those of Invariant Sections, in the notice that says that the Document is released under this License.
The "Cover Texts" are certain short passages of text that are listed, as Front-Cover Texts or Back-Cover Texts, in the notice that says that the Document is released under this License.
A "Transparent" copy of the Document means a machine-readable copy, represented in a format whose specification is available to the general public, whose contents can be viewed and edited directly and straightforwardly with generic text editors or (for images composed of pixels) generic paint programs or (for drawings) some widely available drawing editor, and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters. A copy made in an otherwise Transparent file format whose markup has been designed to thwart or discourage subsequent modification by readers is not Transparent. A copy that is not "Transparent" is called "Opaque".
Examples of suitable formats for Transparent copies include plain ASCII without markup, Texinfo input format, LaTeX input format, SGML or XML using a publicly available DTD, and standard-conforming simple HTML designed for human modification. Opaque formats include PostScript, PDF, proprietary formats that can be read and edited only by proprietary word processors, SGML or XML for which the DTD and/or processing tools are not generally available, and the machine-generated HTML produced by some word processors for output purposes only.
The "Title Page" means, for a printed book, the title page itself, plus such following pages as are needed to hold, legibly, the material this License requires to appear in the title page. For works in formats which do not have any title page as such, "Title Page" means the text near the most prominent appearance of the work's title, preceding the beginning of the body of the text.
You may copy and distribute the Document in any medium, either commercially or noncommercially, provided that this License, the copyright notices, and the license notice saying this License applies to the Document are reproduced in all copies, and that you add no other conditions whatsoever to those of this License. You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute. However, you may accept compensation in exchange for copies. If you distribute a large enough number of copies you must also follow the conditions in section 3.
You may also lend copies, under the same conditions stated above, and you may publicly display copies.
If you publish printed copies of the Document numbering more than 100, and the Document's license notice requires Cover Texts, you must enclose the copies in covers that carry, clearly and legibly, all these Cover Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on the back cover. Both covers must also clearly and legibly identify you as the publisher of these copies. The front cover must present the full title with all words of the title equally prominent and visible. You may add other material on the covers in addition. Copying with changes limited to the covers, as long as they preserve the title of the Document and satisfy these conditions, can be treated as verbatim copying in other respects.
If the required texts for either cover are too voluminous to fit legibly, you should put the first ones listed (as many as fit reasonably) on the actual cover, and continue the rest onto adjacent pages.
If you publish or distribute Opaque copies of the Document numbering more than 100, you must either include a machine-readable Transparent copy along with each Opaque copy, or state in or with each Opaque copy a publicly-accessible computer-network location containing a complete Transparent copy of the Document, free of added material, which the general network-using public has access to download anonymously at no charge using public-standard network protocols. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public.
It is requested, but not required, that you contact the authors of the Document well before redistributing any large number of copies, to give them a chance to provide you with an updated version of the Document.
You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version:
Use in the Title Page (and on the covers, if any) a title distinct from that of the Document, and from those of previous versions (which should, if there were any, be listed in the History section of the Document). You may use the same title as a previous version if the original publisher of that version gives permission.
List on the Title Page, as authors, one or more persons or entities responsible for authorship of the modifications in the Modified Version, together with at least five of the principal authors of the Document (all of its principal authors, if it has less than five).
State on the Title page the name of the publisher of the Modified Version, as the publisher.
Preserve all the copyright notices of the Document.
Add an appropriate copyright notice for your modifications adjacent to the other copyright notices.
Include, immediately after the copyright notices, a license notice giving the public permission to use the Modified Version under the terms of this License, in the form shown in the Addendum below.
Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document's license notice.
Include an unaltered copy of this License.
Preserve the section entitled "History", and its title, and add to it an item stating at least the title, year, new authors, and publisher of the Modified Version as given on the Title Page. If there is no section entitled "History" in the Document, create one stating the title, year, authors, and publisher of the Document as given on its Title Page, then add an item describing the Modified Version as stated in the previous sentence.
Preserve the network location, if any, given in the Document for public access to a Transparent copy of the Document, and likewise the network locations given in the Document for previous versions it was based on. These may be placed in the "History" section. You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission.
In any section entitled "Acknowledgements" or "Dedications", preserve the section's title, and preserve in the section all the substance and tone of each of the contributor acknowledgements and/or dedications given therein.
Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers or the equivalent are not considered part of the section titles.
Delete any section entitled "Endorsements". Such a section may not be included in the Modified Version.
Do not retitle any existing section as "Endorsements" or to conflict in title with any Invariant Section.
If the Modified Version includes new front-matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document, you may at your option designate some or all of these sections as invariant. To do this, add their titles to the list of Invariant Sections in the Modified Version's license notice. These titles must be distinct from any other section titles.
You may add a section entitled "Endorsements", provided it contains nothing but endorsements of your Modified Version by various parties--for example, statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard.
You may add a passage of up to five words as a Front-Cover Text, and a passage of up to 25 words as a Back-Cover Text, to the end of the list of Cover Texts in the Modified Version. Only one passage of Front-Cover Text and one of Back-Cover Text may be added by (or through arrangements made by) any one entity. If the Document already includes a cover text for the same cover, previously added by you or by arrangement made by the same entity you are acting on behalf of, you may not add another; but you may replace the old one, on explicit permission from the previous publisher that added the old one.
The author(s) and publisher(s) of the Document do not by this License give permission to use their names for publicity for or to assert or imply endorsement of any Modified Version.
You may combine the Document with other documents released under this License, under the terms defined in section 4 above for modified versions, provided that you include in the combination all of the Invariant Sections of all of the original documents, unmodified, and list them all as Invariant Sections of your combined work in its license notice.
The combined work need only contain one copy of this License, and multiple identical Invariant Sections may be replaced with a single copy. If there are multiple Invariant Sections with the same name but different contents, make the title of each such section unique by adding at the end of it, in parentheses, the name of the original author or publisher of that section if known, or else a unique number. Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work.
In the combination, you must combine any sections entitled "History" in the various original documents, forming one section entitled "History"; likewise combine any sections entitled "Acknowledgements", and any sections entitled "Dedications". You must delete all sections entitled "Endorsements."
You may make a collection consisting of the Document and other documents released under this License, and replace the individual copies of this License in the various documents with a single copy that is included in the collection, provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects.
You may extract a single document from such a collection, and distribute it individually under this License, provided you insert a copy of this License into the extracted document, and follow this License in all other respects regarding verbatim copying of that document.
A compilation of the Document or its derivatives with other separate and independent documents or works, in or on a volume of a storage or distribution medium, does not as a whole count as a Modified Version of the Document, provided no compilation copyright is claimed for the compilation. Such a compilation is called an "aggregate", and this License does not apply to the other self-contained works thus compiled with the Document, on account of their being thus compiled, if they are not themselves derivative works of the Document.
If the Cover Text requirement of section 3 is applicable to these copies of the Document, then if the Document is less than one quarter of the entire aggregate, the Document's Cover Texts may be placed on covers that surround only the Document within the aggregate. Otherwise they must appear on covers around the whole aggregate.
Translation is considered a kind of modification, so you may distribute translations of the Document under the terms of section 4. Replacing Invariant Sections with translations requires special permission from their copyright holders, but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections. You may include a translation of this License provided that you also include the original English version of this License. In case of a disagreement between the translation and the original English version of this License, the original English version will prevail.
You may not copy, modify, sublicense, or distribute the Document except as expressly provided for under this License. Any other attempt to copy, modify, sublicense or distribute the Document is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance.
The Free Software Foundation may publish new, revised versions of the GNU Free Documentation License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. See http://www.gnu.org/copyleft/.
Each version of the License is given a distinguishing version number. If the Document specifies that a particular numbered version of this License "or any later version" applies to it, you have the option of following the terms and conditions either of that specified version or of any later version that has been published (not as a draft) by the Free Software Foundation. If the Document does not specify a version number of this License, you may choose any version ever published (not as a draft) by the Free Software Foundation.
To use this License in a document you have written, include a copy of the License in the document and put the following copyright and license notices just after the title page:
Copyright (c) YEAR YOUR NAME. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with the Invariant Sections being LIST THEIR TITLES, with the Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. A copy of the license is included in the section entitled "GNU Free Documentation License".
If you have no Invariant Sections, write "with no Invariant Sections" instead of saying which ones are invariant. If you have no Front-Cover Texts, write "no Front-Cover Texts" instead of "Front-Cover Texts being LIST"; likewise for Back-Cover Texts.
If your document contains nontrivial examples of program code, we recommend releasing these examples in parallel under your choice of free software license, such as the GNU General Public License, to permit their use in free software.
Abstract
Terms and definitions for the many TLAs in this document. Some entries are modified from the Linux Dictionary.
Abbreviation for Advanced Control and Power Interface. Allows control of power management from within the operating system.
See also: APM
Abbreviation for Advanced Programmable Interrupt Controller. A set of devices that make up an interrupt controller for multi-processor support. It consists of three parts: local APIC, In/Out APIC and an APIC bus.
Abbreviation for Advanced Power Management. Power management from within the BIOS. Replaced by ACPI.
See also: ACPI
See also: BIOS
The distribution of Linux used by the author. http://www.debian.org
Abbreviation for Display Power Management Signaling. A standard developed to extend the life of PC monitors and conserve energy when monitors are not in use.
Abbreviation for Differentiated System Description Table. This table contains information and configuration about the base system. It is not always capable of supplying fully function tables and sometimes must be patched.
See also: patch, http://acpi.sourceforge.net/dsdt/index.php.
The core of an operating system. Responsible for many things including managing resources, sharing memory and user access.
See also: http://www.kernel.org
A piece of code that can be loaded or unloaded from the main program. In this document module refers to kernel modules.
See also: kernel
HOWTO install ACPI under Linux. http://sylvestre.ledru.info/howto/howto_acpi.php.
Linux ACPI-HOWTO. http://www.columbia.edu/~ariel/acpi/acpi_howto.txt.
Linux on the road. http://tuxmobil.org/Mobile-Guide.db/Mobile-Guide.html.
Hardware in Detail. http://tuxmobil.org/Mobile-Guide.db/mobile-guide-p2c1-hardware-in-detail.html.
Power Management with Linux - APM, ACPI, PMU. http://tuxmobil.org/apm_linux.html.
Battery Powered Linux Mini-HOWTO. http://www.tldp.org/HOWTO/mini/Battery-Powered/.
Creating custom kernels with Debian's Kernel-Package system. http://newbiedoc.sourceforge.net/system/kernel-pkg.html.
Installation Reports. http://acpi.sourceforge.net/wiki/index.php/InstallationReports.
DSDT: Overview. http://acpi.sourceforge.net/dsdt/index.php.
BIOS Settings for the AcerTM (Phoenix BIOS). http://help.nec-computers.com/au/pri/item_instr_bios_7521N.asp.
ACPI4Linux. http://acpi.sf.net.
ACPI Special Interest Group. http://www.acpi.info/.
Fan Speed Control Techniques in PCs. http://www.analog.com/library/analogDialogue/archives/34-04/fan/.
debian-laptop thread: can't restore from suspend. http://lists.debian.org/debian-laptop/2003/debian-laptop-200304/msg00367.html.
acpi-support thread: newbie HOWTO and debian patching. http://sourceforge.net/mailarchive/forum.php?forum_id=7803&max_rows=25&style=flat&viewmonth=200304&viewday=17.
debian-laptop thread: acer 634 acpi & apm. http://lists.debian.org/debian-laptop/2002/debian-laptop-200212/msg00242.html.
The Kernel. http://www.kernel.org.
ACPI kernel patch. http://sourceforge.net/project/showfiles.php?group_id=36832.
ACPI daemon acpid. http://sourceforge.net/projects/acpid.
aKpi. http://akpi.scmd.at/.
wmacpi+clecourt. http://open.iliad.fr/~clecourt/wmacpi/index.html.
HowTo Upgrade to the 2.6 Kernel. http://kerneltrap.org/node/view/799.
Kernel Build HOWTO. http://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html.
The post-Halloween document. http://www.codemonkey.org.uk/post-halloween-2.5.txt.