61 | | 1. Install the debug package from the Warpin package and copy the debug version of ACPI.PSD to \OS2\BOOT on your boot disk. |
62 | | 2. If you did not install from the ACPI Warpin package, download "testlog" from http://www.88watts.net/software.html |
63 | | 3. Add the /DBGLVL=3 switch to the PSD= line in your CONFIG.SYS: |
64 | | 4. Use "testlog acpi" or double click the "ACPI testlog.cmd" object to produce a log. When prompted, type a short description of what the problem is. |
65 | | 5. Attach the ZIP file to your ticket. |
| 61 | If you used the Warpin package, simply re-run it and select the debug package and install it. |
67 | | == Collecting a serial port log == |
| 63 | Copy the following files from the debug directory to \OS2\BOOT on your boot disk. |
| 64 | * ACPI.PSD |
| 65 | * APM.ADD |
| 66 | |
| 67 | == Collecting a Testlog Log == |
| 68 | |
| 69 | 1. If you did not install from the ACPI Warpin package, download "testlog" from http://www.88watts.net/software.html |
| 70 | 2. Add the /DBGLVL=3 switch to the PSD= line in your CONFIG.SYS: |
| 71 | 3. Use "testlog acpi" or double click the "ACPI testlog.cmd" object to produce a log. When prompted, type a short description of what the problem is. |
| 72 | 4. Attach the ZIP file to your ticket. |
| 73 | |
| 74 | == Collecting a Serial Port Log == |
| 99 | == Collecting a Video Log == |
| 100 | |
| 101 | The video log is not nearly as useful as a serial port log, but there is a possibility |
| 102 | that it will contain some useful information. You must have version 3.19.15 or greater |
| 103 | to produce a useful video log. |
| 104 | |
| 105 | 1. Edit the config.sys on the system under test and change the PSD line to: |
| 106 | PSD=ACPI.PSD /DBGLVL=3 /OV |
| 107 | 2. Comment out (using REM) the APM.ADD driver and the AcpiDaemon RUN statement. |
| 108 | 3. Boot the system under test. When it stops take a picture of the screen and attach the picture to your ticket. |
| 109 | |