home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osmkpnpc.txt < prev    next >
Text File  |  1997-06-07  |  2KB  |  62 lines

  1. OSMKPNPC - ENABLING COM.SYS DEVICE DRIVER TO WORK WITH PNP MODEM CARDS
  2. 12/03/96
  3.  
  4. =======================================================================
  5.      Enabling COM.SYS Device Driver to Work with PnP Modem Cards
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. The COM.SYS device driver does not always automatically detect PnP 
  14. (Plug and Play) modem cards. 
  15.  
  16. RESOLUTION
  17.  
  18. To correctly configure the COM.SYS device driver for PnP modem
  19. cards, do the following:
  20.  
  21. 1. Query the system for detected settings of the adapter by
  22.    typing the following from an OS/2 command prompt:
  23.  
  24.       RMVIEW /DC | MORE
  25.  
  26. 2. Search this list for the PnP modem card.
  27.  
  28. 3. Look for the IRQ and I/O Resources that are used by the PnP modem
  29.    card. For example, you might see:
  30.  
  31.       Detected Hardware Function: My 288 V.34 DATA + FAX
  32.  
  33.       PnP Device ID: XXX1234
  34.       PnP Compatible Device ID: none
  35.  
  36.       I/O = 0X03E8  Len =   8  Flg = EXCLUSIVE   Addr Lines = 16
  37.       IRQ Level = 15  PCI Pin = NONE  Flg = EXCLUSIVE
  38.  
  39. 4. Edit the CONFIG.SYS file and update the parameters for the COM.SYS 
  40.    device driver. For example, using the example in step 3, to
  41.    configure the modem for COM3, I/O address 3E8, and IRQ level 15,
  42.    change the statement to:
  43.  
  44.       DEVICE=C:\OS2\BOOT\COM.SYS (3,3E8,15)
  45.  
  46. 5. For more information on the parameters for COM.SYS, type the
  47.    following at an OS/2 command prompt:
  48.  
  49.       HELP COM.SYS
  50.  
  51. warp4
  52. ______________________________________________________________________
  53. IBM disclaims all warranties, whether express or implied, including 
  54. without limitation, warranties of fitness and merchantability with 
  55. respect to the information in this document. By furnishing this 
  56. document, IBM grants no licenses to any related patents or copyrights.  
  57. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  58. or brand names referenced in this document are the property of their 
  59. respective owners. Consult your product manuals for complete trademark 
  60. information. 
  61.  
  62.