home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / g / gus0016.zip / GTEK18.TXT < prev    next >
Text File  |  1993-03-08  |  3KB  |  60 lines

  1.  
  2. TITLE:      Advanced Gravis Tech Note #18
  3. AREA:       GUS SETUP
  4. DATE:       March 8, 1993    
  5. KEY WORDS:  SETUP ULTRASND ULTRADIR BLASTER
  6.  
  7. SUBJECT: Manually Editing AUTOEXEC.BAT for UltraSound
  8.  
  9. If you are expierencing trouble with the UltraSound  SETUP you may
  10. manually add the following lines to the beginning of your AUTOEXEC.BAT.
  11. If you are running DOS V5.0 or later you may use the DOS editor called
  12. EDIT.  The lines are:
  13.  
  14.     SET ULTRASND=220,1,1,12,7
  15.     C:\ULTRASND\ULTRINIT.EXE
  16.     SET ULTRADIR=C:\ULTRASND
  17.     SET BLASTER=A220 I7 D1 T1
  18.  
  19. This will configure your UltraSound for its new recommended default
  20. configuration.  This example assumes that your UltraSound software was
  21. setup on your C drive in a directory called ULTRASND.  It is also
  22. assumed that your base port address is set to 220.
  23.  
  24. After you have made these changes and rebooted your computer try
  25. running some of the demos that came with your UltraSound card
  26. including, FLIDEMO and MIDIDEMO.   If these demo's hang your computer
  27. try changing the GF1 IRQ,  DMA and base port address of your UltraSound
  28. as you have a conflict with another piece of hardware.
  29.  
  30.  If you are still expierencing problems please feel free to call our
  31. technical support line at (604) 431-1807.  Or you may leave us EMail
  32. at any of the following addresses:
  33.  
  34.     InterNET:       tech@gravis.com
  35.     CompuServe:     71333,350 or GO PCVENB
  36.     FidoNET:        1:153/978
  37.  
  38. SET ULTRASND=220,1,1,15,7
  39.                               Other Possible Values Are     Recommended
  40.     220     Base Address      210, 220, 230, 240, 250, 260  220 or 240
  41.     1,1     DMA Channel 1     1, 3, 5, 6, 7                 1 or 3
  42.     15      GF1 IRQ           2, 3, 5, 7, 11, 15            12 or 11
  43.     7       MIDI/SBOS IRQ 7   2, 3, 5, 7                    5 or 7
  44.  
  45. C:\ULTRASND\ULTRINIT.EXE
  46.     Does a hardware reset of the UltraSound board.  You may hear a
  47.     POPPING sound when run.
  48.  
  49. SET ULTRADIR=C:\ULTRADIR
  50.     Tells the UltraSound software where it may find MIDI patches.  This
  51.     is used by various programs including SBOS, PlayMIDI, Patches etc...
  52.  
  53. SET BLASTER=A220 I7 D1 T1     REQUIRED FOR SoundBlaster/Adlib Emulation
  54.     A220    Base Address         220 or 240 recommended
  55.     I7      IRQ 7                Must be the same as your UltraSound
  56.                                    MIDI IRQ
  57.     D1      DMA Channel 1        NEVER CHANGE - MUST ALWAYS BE 1
  58.     T1      Type of SoundBlaster NEVER CHANGE - MUST ALWAYS BE 1
  59.             to emulate
  60.