home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / sfx400.txt < prev    next >
Text File  |  1994-01-23  |  5KB  |  104 lines

  1. Here's a pass at providing the details on how to get the SFX 400i to work
  2. under OS/2 2.0 (no real changes for 2.1). Feel free to request clarification
  3. if I leave something out. I know how frustrating it can be just starting.
  4.  
  5. (Steve Swanson  CIS ID: 72261,1114)
  6.  
  7. Installation:
  8.  
  9. My setup has the modem on COM 1/IRQ 4 and my mouse on COM 2/IRQ 3.  You need
  10. to read thru the INTEL information to be sure you have all the IRQ's set
  11. so that there is no conflict. OS/2 will complain. I had to disable my COM 3
  12. because it used IRQ 4 (and I had no other available IRQs - remember, the
  13. printer must have IRQ 7 so the SoundBlasterPro has to be reconfigured to
  14. IRQ 5.....<g> gets complicated) After that, you just use the normal
  15. precautions to insert the board.
  16.  
  17. Setup:
  18.  
  19. I don't recall anything remarkable about the setup. I've looked at my notes
  20. and don't see anything. Follow the instructions INTEL provides. The software
  21. is pretty straight forward. It does do some re-boot things so if you have
  22. trouble running in a DVM you may be forced to boot a simple plain DOS session.
  23. You can avoid the re-booting by typing "setup noreboot". One thing you need
  24. to be careful of, is that the install will want to modify your autoexec.bat
  25. and config.sys. You will have to remove or "rem out" these changes in your
  26. OS/2 files. OS/2 satisfies the driver requirements differently. Everything
  27. in the autoexec.bat is inherited by all DOS sessions - you may not NEED to
  28. load the CASMGR each time you open a session. Any DOS device drivers in the
  29. config.sys are automatically loaded for each DOS session - you don't need
  30. to re-initialize the 400i each DOS session. SO, I'd let them be modified
  31. (backup before starting!) then after reading the instructions here and
  32. inspecting the two files, fix them. Worst case - copy the originals over
  33. the changes then fix the specific program objects.
  34.  
  35. OS/2 setup:
  36.  
  37. The 400i needs to be initialized once upon booting. This sets up the hardware
  38. for MODEM use. All comm programs can then work correctly without any additional
  39. initialization or drivers in the settings/devices folder. FAX operations
  40. require the further installation of the CASMGR. Do this ONLY for FAX specific
  41. sessions. OK - here's how you do it!
  42.  
  43. Open the "OS/2 System" folder. Open the "Startup" folder that is in there.
  44. Next, open the "Templets" folder. Drag (right mouse button = RMB) a copy of a
  45. "Program templet" from "Templets" to the "Startup" folder. I think it opens
  46. on up to let you fill in the information but if it doesn't, RMB the program
  47. templet in the startup folder, choose OPEN, Settings. Fill in the settings as
  48. follows:
  49.  
  50.           Program/Settings  - Path and file name = *
  51.  
  52.                             - Optional Parameters = /C  EXIT
  53.  
  54.           Session/Settings  - DOS Window,
  55.  
  56.                             - Start Minimized,
  57.                             - Close on exit
  58.                             - DOS Settings -
  59.  
  60.                                   DOS_DEVICE:  d:\fax\satisfax.sys IOADDR=0350
  61.                                   (Use your own correct path and IOADDR)
  62.  
  63.           Window/Settings   - Min to viewer, Disp Existing.
  64.  
  65.           General/Settings  - Replace the program name "Program" with something
  66.                               like SFX init....what ever suits you.
  67.  
  68. With this in place, the next time you boot, the 400i will be initialized and
  69. all MODEM functions are available.
  70.  
  71. You will need to setup a specific FAX session. Same drill as above. RMB drag a
  72. "Program Templet" to a folder you would like the FAX session to be in - suggest
  73. DOS Programs. Get to the "Settings". The program name = d:\fax\fax.bat Working
  74. Directory is d:\fax. Session/Settings = DOS Window, Close on Exit. Also reload
  75. the 400i initialization in the DOS Settings, DOS_DEVICE d:\fax\satisfax.sys
  76. IOADDR = 0350. FAX programs want the driver loaded specifically in the session
  77. they reside in.
  78.  
  79. Place FAX.BAT in the appropriate directory - mine is:
  80.  
  81.  FAX.BAT
  82.  =======
  83.  d:
  84.  cd \fax
  85.  casmgr.exe casmgr.cfg
  86.  fax.exe
  87.  
  88. The following is a modem initialization string I used for some time and worked
  89. fine:
  90.  
  91.      ^M?1ATZ0^M?KATM0Q0V1X4&C1&D2\V0%C0\N0^M?K
  92.  
  93. The modem init string that follows here is the current string used by Golden
  94. CommPass for my modem and it too works just fine except it does not turn the
  95. volume off and I haven't fixed it!
  96.  
  97.      AT&F^M?KAT&T5^M?K
  98.  
  99. Pick your poison!
  100.  
  101. The INTEL 400 is a great modem for OS/2!! Good luck!
  102.  
  103. Steve
  104.