Changes between Version 26 and Version 27 of TestingGuide


Ignore:
Timestamp:
Jan 26, 2012, 4:51:50 PM (12 years ago)
Author:
David Azarewicz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestingGuide

    v26 v27  
    6565  * APM.ADD (if used)
    6666
     67For example, if your boot disk is driver C: and you let the Warpin install the debug files in the default location:
     68{{{
     69  COPY C:\TOOLS\ACPI\DEBUG\ACPI.PSD C:\OS2\BOOT
     70}}}
     71
    6772== Collecting a Testlog Log ==
    6873
    69 1. If you did not install from the ACPI Warpin package, download "testlog" from http://www.88watts.net/software.html
     741. Install the debug version of the PSD as describe in the beginning of this section.
     752. If you did not install from the ACPI Warpin package, download "testlog" from http://www.88watts.net/software.html
    70762. Add the /DBGLVL=3 switch to the PSD= line in your CONFIG.SYS:
    71773. Reboot your system to start using the debug version of the software.
     
    8086To capture a log from the serial port you need:
    8187
    82 1. A fully wired null modem cable (ie. one that supports hardware handshaking).
    83    A 3 wire cable might work ok but the system will boot very slowly and you
    84    may lose some characters.
    85 2. Another computer that will capture the serial data.
    86 3. A terminal emulator program that will capture the serial data such as ZOC.
     881. The debug version of the PSD installed as described in the beginning of this section.
     892. A fully wired null modem cable (ie. one that supports hardware handshaking). A 3 wire cable might work OK but the system will boot very slowly and you may lose some characters.
     904. Another computer that will capture the serial data.
     915. A terminal emulator program that will capture the serial data such as ZOC.
    8792
    8893Then follow these steps:
     
    104109to produce a useful video log.
    105110
    106 1. Edit the config.sys on the system under test and change the PSD line to:
     1111. Install the debug version of the PSD as described at the beginning of this section.
     1122. Edit the config.sys on the system under test and change the PSD line to:
    107113   PSD=ACPI.PSD /DBGLVL=3 /OV
    108 2. Comment out (using REM) the APM.ADD driver and the !AcpiDaemon RUN statement.
    109 3. Rename /OS2LOGO to /OS2LOGO.sav so that the eCS logo won't be displayed. You may need to change the permissions of the file before you can rename it.  You can rename this file back after you are done.
    110 4. Boot the system under test. When it stops take a picture of the screen and attach the picture to your ticket. Do not use a flash when taking the picture of the screen.
     1143. Comment out (using REM) the APM.ADD driver and the !AcpiDaemon RUN statement.
     1154. Rename /OS2LOGO to /OS2LOGO.sav so that the eCS logo won't be displayed. You may need to change the permissions of the file before you can rename it.  You can rename this file back after you are done.
     1165. Boot the system under test. When it stops take a picture of the screen and attach the picture to your ticket. Do not use a flash when taking the picture of the screen.
    111117
    112118= Internal Processing Errors reported by the kernel =