home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / supraos2.txt < prev    next >
Text File  |  1996-09-28  |  3KB  |  46 lines

  1. How I got my Plug 'n' Play Modem to work with OS/2
  2.  
  3. I purchased a SupraExpress 336i PnP internal faxmodem, largely because Supra has a good 
  4. reputation and because the price was right.  I did not intend to buy a PnP, but the retailer had no
  5. regular Supra modems.  So I had to venture into the land of the unknown.
  6.  
  7. I should state right up front that the main idea is not mine, but I cannot properly credit it author.  I
  8. got the idea from lurking in one of the OS2 fora on CompuServe, but I did not note who came up
  9. with the warm reboot idea.
  10.  
  11. The basic idea is that once a PnP device is configured, as long as the power is applied, it remembers
  12. who and where it is and its relationship to other devices.  I am not sure that the process that I went
  13. through to arrive at a workable solution is that instructive, so I am omitting the details.
  14.  
  15. First, I booted to DOS.  The Supra modem comes with a disk called the Legacy Install Disk.  It is key.
  16. Without it, only a PnP operating system can use the modem, and DOS surely isn't one.  I followed the
  17. instructions and installed the necessary software.  I then installed the Supra WinICU Diagnostic Disk.
  18. This file has the Intel Configuration Utility, which allows the PnP system to be simulated in DOS.  It
  19. creates a reference file, ESCD.RF, in the root of the boot drive and adds this line to CONFIG.SYS:
  20.  
  21.         DEVICE=C:\SUPRA\DWCFGMG.SYS
  22.  
  23. Now the modem can work with DOS.  I do not know if one could do this installation from a DOS
  24. session in OS/2, but I usually install DOS devices in native DOS, just to avoid problems.
  25.  
  26. To get this system to work with OS/2, I had to do three things.  One, I had to state explicitly on the
  27. COM.SYS device call in the OS/2 CONFIG.SYS to what COM port, address, and IRQ that the modem
  28. was assigned.  Of course, this meant I had to get the information from the ICU program.  As expected
  29. in my setup, I got the normal COM2 assignments.  Without the explicit statement, the COM.SYS and
  30. VCOM.SYS would not load, presumably because there seemingly no device for them to control.  Two,
  31. I had to create a DOS batch file, in which I used the DOS settings (DEVICE) to call the needed device
  32. file, which is the same as the indented line above.  Without it, the PnP device has nothing with 
  33. which to configure itself.  I put this batch file, which simply writes a sentence to the screen and
  34. then closes, into the STARTUP folder.  Third, I had to put the ESCD.RF file in the root of the OS/2 
  35. boot disk, so that DWCFGMC.SYS could find the configuration information.  This means that I have 
  36. two copies, one on my DOS boot disk and one on my OS/2 boot disk and I have to manually make 
  37. sure that they stay in sync.  It might be possible to use a shadow of the DOS boot disk file on the 
  38. OS/2 boot disk, but I decided to keep it this way for flexibility.
  39.  
  40. Once that was done, I could use my PnP modem with OS/2, without having to first boot DOS and
  41. then warm booting into OS/2.
  42.  
  43. Submitted by Mark Ensminger.  If you have questions, I can be reached at
  44. 76436.2305@compuserve.com   Please note that I am no expert at this stuff.  I just happened to run
  45. across a good idea and found a way to adapt it to my needs.  So I won't promise that I can help.
  46.