Changes between Version 16 and Version 17 of TestingGuide
- Timestamp:
- Jan 9, 2012, 9:58:51 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestingGuide
v16 v17 1 = = Testing Guidelines ==1 = Testing Guidelines = 2 2 3 3 Your system should *always* boot and run correctly with no PSD installed. If it does not, … … 37 37 If the system boots ok -> Check to make sure all of your drivers support interrupts 38 38 greater than 15. If any of them do not, then this is how you need to run your system. 39 Otherwise, install debug version, collect logs, report problem39 Otherwise, collect a testlog log and a serial port log as described below. 40 40 41 41 If the system won't boot, how far does it get? … … 52 52 53 53 4. PSD=ACPI.PSD /PIC[[BR]] 54 if the system boots ok -> install debug version, collect logs, report problem[[BR]]55 if the system won't boot -> report problem54 if the system boots ok -> Collect a testlog log and collect a serial port log as described below.[[BR]] 55 if the system won't boot -> collect a serial port log as described below. 56 56 57 = Collecting Logs, Reporting Problems, and Submitting Tickets = 57 58 59 == Collecting a testlog log == 58 60 59 == Reporting Problems and Submitting Tickets == 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. 60 66 61 Before you submit a ticket: 67 == Collecting a serial port log == 62 68 63 1. Download "testlog" from http://www.88watts.net/software.html 64 2. Install the debug version (from the "debug" directory) of ACPI.PSD and ACPI32.DLL. !AcpiDaemon.exe and APM.ADD are optional. 65 3. Add the /DBGLVL=3 switch to the PSD= line in your CONFIG.SYS: 66 4. Use "testlog acpi" to produce a log. When prompted, type a short description of what the problem is. 67 5. Attach the ZIP file to your ticket. 69 If your system won't boot, the most useful log is captured from the serial port. 70 To capture a log from the serial port you need: 71 72 1. A fully wired null modem cable (ie. one that supports hardware handshaking). 73 A 3 wire cable might work ok but the system will boot very slowly and you 74 may lose some characters. 75 2. Another computer that will capture the serial data. 76 3. A terminal emulator program that will capture the serial data such as ZOC. 77 78 Then follow these steps: 79 80 1. Connect the null modem cable from the system under test to the system that 81 will capture the serial data. 82 2. Start the terminal emulator program and set the baud rate of the terminal 83 emulator to "115200,8,n,1", Enable hardware handshaking (RTS/CTS), and 84 enable logging to a file. 85 3. Edit the config.sys on the system under test and change the PSD line to: 86 PSD=ACPI.PSD /DBGLVL=3 /O1 87 4. Comment out (using REM) the APM.ADD driver and the AcpiDaemon RUN statement. 88 5. Boot the system under test. When it stops close the log file on the system 89 that was capturing the serial data and attach the log to your ticket. 90