How to make APM work

From ThinkWiki
Jump to: navigation, search

General

You need to enable the APM Power Management support in the kernel and install the apmd to handle the events triggered by the kernel driver. The configuration for what to do at the different events is done in the proxy script which is usually found in /etc/apmd_proxy. See $ man apmd for further information on this.

If both ACPI and APM are enabled in your kernel, ACPI will override APM on boot if an ACPI capable BIOS is detected. To keep it from doing so add acpi=off to your kernel parameters.

Beware that different kernels and distributions will provide different results. Mandrake has been better than Redhat, Fedora, and Debian generally with e.g. T20, 600X and 240X in providing sleep but no blank or hibernation with 2.4 and 2.6 kernels. Debian Sarge with 2.4 kernels also. On a RH9 distribution you can be successful using a MDK kernel.

Screen blanking (Standby)

A # apm -S will standby the machine. FnF3 should result in the same thing.

Suspend to RAM (Sleep)

A # apm -s will suspend the machine. FnF4 should do the same thing.

Suspend to disk (Hibernate)

The Phoenix BIOS allows you three ways to hibernate with APM:

  • using a special partition
  • using a hibernation file on a dos type partition
  • using SoftwareSuspend2

using a hibernation partition

The partition to be used for hibernation must be a primary partition that is at least as big as your laptop's memory including its video ram. First set the partition type of this partition to a0 (IBM ThinkPad hibernation) with fdisk, and then use tphdisk to write a hibernation file directly to this partition.

Only follow these instructions, if you understand them. You will overwrite a partition on your hard disk and might lose valuable data - consider yourself warned. For example, assume that /dev/hda2 is the partition that is to be converted to a hibernation partition.

  1. Become root and type # /sbin/fdisk /dev/hda.
  2. At the fdisk prompt type t to change the partition type, then type 2 (or the number of the partition that's supposed to be the hibernation partition) to indicate that you want to change the type of partition 2, and then enter the partition type: a0.
  3. Now type w to write the partition table back to disk and exit.
  4. After that use tphdisk to initialize the hibernation partition. First estimate the size of your laptop's memory (main and video). For the sake of this example, let us assume that the main memory is 1024 MB and the video card has 128 MB of memory. Then the command # tphdisk 1152 > /dev/hda2 will properly initialize the hibernation partition. Note that this will only work if the partition is big enough.
  5. After a reboot, FnF12 will work as expected.

I have successfully used this method on a T41 (2373GEU) that runs Fedora Core 3.

In case you have a floppy drive you can also use the IBMs Standalone Hibernation Utility Diskette II to create the hibernation partition.
Or you can use this bootable CD image if you don't.

using a hibernation file on a dos partition

The partition to put the file on must be a dos or vfat partition. Fat32 formatted partitions have been reported successful as well as Fat16 formatted ones. The file is either created with phdisk.exe, if you happen to have a floppy drive and a bootable dos floppy disk that you can start it from. Under Linux tphdisk will do this job for you.

If you have 512MB or more of RAM installed, you will need to use a FAT32 partition, due to file-size limits in FAT16.

There have been varying reports of success or lack thereof using tphdisk; see APM setup on a type 2379 ThinkPad T40 for workarounds and notes on required BIOS version, if tphdisk doesn't do the trick.

using SoftwareSuspend2

TODO
For instance check the Project Page. There is a good howto.

Troubleshooting

  • On the 600X (using kernel 2.6.12.5) APM suspend and hibernate functions won't work if the floppy disk driver is not running (must be compiled into kernel or modprobe'd - even if your FDD is not connected). Running $ apm --suspend will return Input/Output Error. After enabling the floppy's driver suspend and hibernate functions are running fine.
  • On at least the T20 APM hibernate won't work if the laptop is on AC power -- Fn-F12 will just produce a low beep.

External Sources

Recommended models for APM