DOCUMENT:Q97677 13-JUN-2001 [winmisc] TITLE :Debug Script to Test for Windows Sound System Presence PRODUCT :Miscellaneous Windows Products PROD/VER: OPER/SYS: KEYWORDS: ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Windows Sound System, versions 1.0, 1.0a, 2.0 ------------------------------------------------------------------------------- SUMMARY ======= Under certain conditions it may be necessary to ensure that MS-DOS recognizes the presence of the Windows Sound System board. The following MS-DOS Debug script can be used to test for the presence of the hardware that ships with Windows Sound System versions 1.0 and 1.0a. The following example assumes that the Base I/O address on the card is set for 530. 1. At the MS-DOS command prompt, type "debug" (without the quotation marks). This command starts Debug, a program that allows you to test and debug executable files. When Debug is started, the prompt will be a hyphen (-). 2. Type "i 534" (without the quotation marks). This command reads and displays the byte value at the specified port address. If your port address is something other than 530, type "i XXX" (without the quotation marks), where XXX represents your port address plus 4. The returned value should be 01. 3. Type "o 534 c" (without the quotation marks). This command sends the value of a byte to the specified output port. If your port address is something other than 530, type "i XXX" (without the quotation marks), where XXX represents your port address plus 4. 4. Type "i 535" (without the quotation marks). This command reads and displays the byte value at the specified port address. If your port address is something other than 530, type "i XXX" (without the quotation marks), where XXX represents your port address plus 5. The returned value should be 09. 5. Type "i 533" (without the quotation marks). This command reads and displays the byte value at the specified port address. If your port address is something other than 530, type "i XXX" (without the quotation marks), where XXX represents your port address plus 3. The returned valued should be 4. If the returned values are other than those stated above, MS-DOS is not able to sense the presence of the Windows Sound System hardware. You may want to try setting the board at a different port address and see if the Windows Sound System drivers install. If this test fails with the other settings it could be the result of a damaged board or other hardware conflict. Additional query words: 1.00 ====================================================================== Keywords : Technology : kbWinSoundSysSearch kbWinSoundSys100 kbWinSoundSys100a kbWinSoundSys200 ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 2001.