Changes between Version 5 and Version 6 of DebuggingAndSuch
- Timestamp:
- Feb 28, 2014, 3:10:59 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebuggingAndSuch
v5 v6 1 1 = Debugging the Uniaud drivers = 2 3 If 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. 2 4 3 5 == Known Problems and Limitations == … … 5 7 If 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. 6 8 7 == Logging==9 == Capturing a testlog log file == 8 10 9 The drivers do some internal logging. To extract this data 11 If 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] 10 12 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. 13 Open a command window and execute the testlog command: 14 {{{ 15 testlog uniaud 16 }}} 19 17 20 18 == Real Time Logs ==