home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / apm2v14.zip / ApmUs.msg (.txt) < prev    next >
OS/2 Message File  |  1998-05-06  |  10KB  |  151 lines

  1. MKMSGF
  2. #=#y#
  3. ApmUs.msg
  4. II The NLS messagefile %s does not exist.
  5.           Please correct that problem,  for now the English messagefile will be
  6.           used instead!
  7. APM/2 V1.40 - Advanced Power Management spec. 1.1/1.2 interface for OS/2
  8. Copyright (C) by Roman Stangl, 1997, 1998 (rstangl@vnet.ibm.com)
  9.                  http://www.geocities.com/SiliconValley/Pines/7885/
  10. IX APM/2 allows you to put your workstation into APM standby, suspend or power off
  11. mode,  to turn your PC on with the automatic  APM power on timer and to restore
  12. to the pre-APM request state.  Requests  can/must  be scheduled with a built-in
  13. scheduler. The sourcecode includes a C/C++ Toolkit for you to make your own APM
  14. OS/2 applications.
  15. This program is Freeware (and can be freely distributed, as long as the archive
  16. is kept complete), however you must not port it to  any of the inferior Windows
  17. platforms!
  18. II Insufficient commandline options specified.
  19. Syntax: APM /?
  20. Where:  /? ... display help
  21. II Commandline options:
  22. IX Syntax: APM Request [Device] [Schedule] [Language] [Version]
  23. Where:  Request  ... /Verbose   to display APM configuration data
  24.                  ... /Ready     to restore pre-APM request state
  25.                  ... /Standby   to invoke APM standby
  26.                  ... /Suspend   to invoke APM suspend
  27.                  ... /Poweroff  to invoke APM power off
  28.                  ... /Poweroff- to invoke DosShutdown(1) and APM power off
  29.                  ... /Poweroff+ to invoke DosShutdown(0) and APM power off
  30.                  ... /Poweron   to schedule to power on PC via APM
  31.         Device   ... /Device BIOS|All|Display|Disk|Parallel|Serial
  32.                                 to apply Request on a device (default is All)
  33.         Schedule ... /Schedule [yyyy:mm:dd:]hh:mm 
  34.                                 to schedule request at the specified date/time
  35.         Language ... /Language xx (to load NLS messages from APMxx.msg)
  36.         Version  ... /Force to ignore OS/2 version detected
  37. Note:   DosShutdown(0) ... Performs full  system  shutdown and locks filesystem
  38.         DosShutdown(1) ... Performs  buffer and  cache flushing to  make system
  39.                            quiescent by stopping thread execution
  40. EE Required parameter "Request" not specified.
  41. EE Ambiguous parameters specified for "Request".
  42. EE Invalid parameters specified for "Device".
  43. II Error SYS$$04d while opening APM device driver.
  44. EE No APM interface available. Please verify that you have installed the
  45.           APM.SYS  device driver  (you can add it by selective install and that
  46.           and that APM support is enabled in BIOS.
  47. II APM configuration data returned by APM.SYS:
  48. IX           BIOS Flags:                                                    0x$$04X
  49. IX           APM BIOS Version:                                              $$d.$$d
  50. IX           APM.SYS Version:                                               $$d.$$d
  51. IX           OS/2 APM Support Version:                                      $$d.$$d
  52. IX           Flags:
  53.           16-bit protected mode interface supported                      0x0001
  54.           32-bit protected mode interface supported                      0x0002
  55.           CPU Idle call slows processor clock                            0x0004
  56.           APM BIOS disabled                                              0x0008
  57.           APM BIOS disengaged                                            0x0010
  58. IX           APM 1.2 Capabilities:                                          0x$$04X
  59.           Number of supported battery units:                             $$d
  60. IX           APM 1.2 Capabilities:
  61.           Can enter global standby state                                 0x0001
  62.           Can enter global suspend state                                 0x0002
  63.           Automatic power on timer will wake up system from standby      0x0004
  64.           Automatic power on timer will wake up system from suspend      0x0008
  65.           Wakeup on Ring will wake up system from standby                0x0010
  66.           Wakeup on Ring will wake up system from suspend                0x0020
  67.           PCMCIA Wakup on Ring will wake up system from standby          0x0040
  68.           PCMCIA Wakup on Ring will wake up system from suspend          0x0080
  69. IX           For more information please look into the APM Specification 1.2 which
  70.           is available as  APMV12.PDF on Intel's Website,  into the OS/2 Input/
  71.           Output Device Driver  Reference which is available as  PDDREF.INF  on
  72.           IBM's Website and Ralf Brown's Interrupt List.
  73. IX           Error:   APM.SYS Error, type HELP SYS$$04d for more information.
  74. IX           Reason:  PowerNoError            0x0000
  75. IX           Reason:  PowerBadSubId           0x0001
  76. IX           Reason:  PowerBadReserved        0x0002
  77. IX           Reason:  PowerBadDevId           0x0003
  78. IX           Reason:  PowerBadPwrState        0x0004
  79. IX           Reason:  PowerSelAlreadySetup    0x0005
  80. IX           Reason:  PowerBadFlags           0x0006
  81. IX           Reason:  PowerBadSemHandle       0x0007
  82. IX           Reason:  PowerBadLength          0x0008
  83. IX           Reason:  PowerDisabled           0x0009
  84. IX           Reason:  PowerNoEventQueue       0x000A
  85. IX           Reason:  PowerTooManyQueues      0x000B
  86. IX           Reason:  PowerBiosError          0x000C
  87. IX           Reason:  PowerBadSemaphore       0x000D
  88. IX           Reason:  PowerQueueOverflow      0x000E
  89. IX           Reason:  PowerStateChangeReject  0x000F
  90. IX           Reason:  PowerNotSupported       0x0010
  91. IX           Reason:  PowerDisengaged         0x0011
  92. IX           Reason:  Unknown (or not documented)
  93. II Error SYS$$04d reading APM configuration data.
  94. EE Unexpected error reading the APM  configuration data.  As the APM.SYS
  95.           device driver  could be opened successfully, this is either a program
  96.           error,  or in case  that the error was a  SYS0087  there seem to be a
  97.           fundamental  incompatibility   between   APM  BIOS   and  OS/2's  APM
  98.           substem.
  99. EE Required parameter month (mm) for "Schedule" not specified.
  100. EE Required parameter day (dd) for "Schedule" not specified.
  101. EE Required parameter hour (hh) for "Schedule" not specified.
  102. EE Required parameter minute (mm) for "Schedule" not specified.
  103. EE Excessive parameters specified for "Schedule".
  104. EE Invalid  parameters detected for  "Schedule",  please ensure that the
  105.           data you entered makes sense. The following ranges are expected:
  106.           yyyy ... year   1990 to 2099 (optional)
  107.           mm   ... month     1 to   12 (optional)
  108.           dd   ... day       1 to   31 (optional)
  109.           hh   ... hour      0 to   23
  110.           mm   ... minute    0 to   59
  111. EE Invalid  combination of "Request"  /Verbose and  "Schedule" detected.
  112.           "Schedule" requires a "Request" not equal to /Verbose.
  113. EE Invalid  combination of "Request"  /Poweron and  "Schedule" detected.
  114.           /Poweron requires a "Schedule" of when that event should occur.
  115. II "Schedule" waits for the planned event...
  116. II Planned event occurred.
  117. EE OS/2 error SYS$$04d reading the System clock.
  118. EE The "Request"  /Poweron requires  APM support at version 1.2 or above
  119.           for which  you need your  APM BIOS at  version 1.2+ and  version 1.2+
  120.           of OS/2's APM.SYS driver. The later can be obtained from IBM's online
  121.           Device Driver site or  Warp 4 Fixpack 6+.  You can use the  "Request"
  122.           /Verbose to show your APM levels,  however you can deactivate version
  123.           checking by supplying the parameter /Force.
  124. EE The "Request"  /Poweroff, /Poweroff- oder /Poweroff+  requires Warp 4
  125.           because otherwise a  CHKDSK will be performed during the  next reboot
  126.           as the filesystem won't be closed correctly, if the request processes
  127.           successfully  at all.  However you can dactivate  version checking by
  128.           supplying the parameter /Force.
  129. EE A unrecoverable error occurred. APM/2 will terminate.
  130. II The APM$ device driver was opened, APM will be enabled in 10 seconds.
  131. II APM power management  could not be enabled, please verify that APM is
  132.           enabled in your BIOS.
  133. EE A unrecoverable error occurred. APM/2 will terminate.
  134. II Filesystem Shutdown will be performed in 10 seconds.
  135. II OS/2 error while callling DosShutdown().
  136. EE A unrecoverable error occurred. APM/2 will terminate.
  137. II Selected APM "Request" will be performed in 10 seconds.
  138. II Unexpected error  executing the selected  APM  "Request".  APM didn't
  139.           accept your  request,  please verify  that your  PC does support  APM
  140.           standby, suspend and power off requests (probably be looking into the
  141.           User's Guide shipped with your PC).  You may also try to upgrade your
  142.           BIOS to the latest level.
  143. EE A unrecoverable error occurred. APM/2 will terminate.
  144. II Your (asynchronous) APM request should be performed shortly.
  145. II Loading the APM automatic power on timer in 10 seconds.
  146. II Unexpected error loading the APM automatic power on timer. APM didn't
  147.           accept your  request,  please verify  that your  PC does support  APM
  148.           automatic power on timer (probably you have to enable it in the BIOS)
  149.           or you may also try to upgrade your BIOS to the latest level.
  150. EE A unrecoverable error occurred. APM/2 will terminate.
  151.