home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1999 February / VPR9902B.ISO / APMKernel / README < prev   
Text File  |  1998-06-26  |  2KB  |  46 lines

  1. APM Kernel README
  2. by Scott Stone <sstone@turbolinux.com>
  3. June 12, 1998
  4. -------------------------------
  5.  
  6. INFORMATION:
  7.  
  8. Most newer computers, desktops and notebooks alike, support APM
  9. (Advanced Power Management).  This will allow you to have the
  10. operating system automatically turn the computer off at shutdown, turn
  11. off hard disks/video after a certain period of inactivity, and on
  12. notebook computers, show remaining battery life and AC status.
  13.  
  14. Linux has had APM support for quite some time, however it has a
  15. tendency to crash certain machines (many Compaq-made machines will
  16. crash when the Linux APM driver loads).  This is why the APM-capable
  17. kernel is not the standard Linux kernel.  Unfortunately, due to the
  18. nature of APM, it cannot be built as a module, so a separate kernel is
  19. required.
  20.  
  21. INSTALLATION INSTRUCTIONS:
  22.  
  23. 1.  Install TurboLinux onto your computer.
  24. 2.  Mount this CD-ROM with 'mount /mnt/cdrom' (as the root user).
  25. 3.  Go into /mnt/cdrom/APMKernel and run './install'
  26. 4.  Reboot the computer.
  27.  
  28. USAGE:
  29.  
  30. APM operation is pretty much user-transparent.  You can, however, look
  31. at /proc/apm for APM statistics (mostly only useful if you're using a
  32. notebook computer).  You can also view your battery life under X
  33. windows with xosview (see the man page for xosview by typing 'man
  34. xosview', for instructions on how to enable the battery meter).
  35.  
  36. RECOVERING FROM FAILURE:
  37.  
  38. If the APM driver locks up your machine, you will need to restore your
  39. kernel back to the original TurboLinux kernel.  Make and boot the
  40. sysboot disk (instructions are in images/sysboot.doc).  When your
  41. system has booted, mount this CD and reinstall the kernel RPM:
  42.  
  43. rpm -ivh --force /mnt/cdrom/TurboLinux/RPMS/kernel-2.0.33-11TL.i386.rpm
  44.  
  45. then reboot your system without the sysboot floppy.
  46.