Changes between Version 5 and Version 6 of DebuggingAndSuch


Ignore:
Timestamp:
Feb 28, 2014, 2:10:59 AM (10 years ago)
Author:
David Azarewicz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebuggingAndSuch

    v5 v6  
    11= Debugging the Uniaud drivers =
     2
     3If you open a ticket, additional information will almost always be necessary. You can save a lot of time by always attaching the log file created by the testlog.cmd program to your ticket when you open it, rather than waiting for the developer to ask for it.
    24
    35== Known Problems and Limitations ==
     
    57If you are using ACPI.PSD, you must have version 3.20.01 or later. Uniaud32 will not work with ACPI.PSD versions older than 3.20.01.
    68
    7 == Logging ==
     9== Capturing a testlog log file ==
    810
    9 The drivers do some internal logging.  To extract this data
     11If you don't already have the current version of testlog.cmd, you can download it here: [http://88watts.net/dlfile.php?F=testlog- Get testlog.cmd]
    1012
    11 {{{
    12 copy alsahlp$ alsahlp.log
    13 }}}
    14 
    15 Uniaud16 sends its logging to the uniaud32 log and each line from Uniaud16 is preceded by "U16:".
    16 
    17 The Retail versions of both uniaud16 and uniaud32 only output error messages and other important messages.  The Debug versions output much more
    18 verbose information.
     13Open a command window and execute the testlog command:
     14   {{{
     15testlog uniaud
     16   }}}
    1917
    2018== Real Time Logs ==