home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / osintpri.txt < prev    next >
Text File  |  1996-12-27  |  3KB  |  74 lines

  1. OSINTPRI - UNKNOWN/UNRECOGNIZED PARAMETER MESSAGE DURING REMOTE INSTALL 
  2. OF PCMCIA SYSTEM
  3. 10/03/96
  4. =======================================================================
  5. Unknown/Unrecognized Parameter Message during Remote Install of PCMCIA 
  6. System
  7. =======================================================================
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10. DESCRIPTION
  11.  
  12. When performing a remote install using the SEDISK /P:n (where n is the 
  13. number of the line in PCMCIA.TBL which corresponds to the users system 
  14. type) on a laptop with a PCMCIA network adapter, in some cases, the 
  15. user may see a message scroll past:  
  16.  
  17.    Unknown/Unrecognized Parameter in CONFIG.SYS
  18.  
  19. The installation continues without pausing.
  20.  
  21. This message is caused by an additional parameter in the BASEDEV 
  22. statements in the CONFIG.SYS file for the PCMCIA drivers.
  23.  
  24. RESOLUTION
  25.  
  26. The problem is resolved by removing the /s0=2 parameter from the second 
  27. BASEDEV statement (not counting the PCMCIA.SYS statement).
  28.  
  29. To resolve this error:
  30.  
  31. 1. Insert the OS/2 Warp 4 Installation Diskette in drive A: 
  32.    and restart the system. Insert Diskettes 1 and 2 when prompted.
  33.  
  34. 2. Press F3 from the Welcome screen to exit to a command prompt.
  35.  
  36. 3. Be sure Diskette 1 is in the drive and type TEDIT A:CONFIG.SYS from 
  37.    the command prompt.
  38.  
  39. 4. Press Esc, then look for the BASEDEV= statements for the PCMCIA 
  40.    drivers. To determine which drivers these are, refer back to the
  41.    PCMCIA.TBL file and locate your system in the file. The drivers will
  42.    be listed in that entry. The following example is for a ThinkPad 
  43.    entry in the PCMCIA.TBL file:
  44.  
  45.    IBM ThinkPad 
  46.    760ED;NULL;IBM2SS04.SYS/IBM2SS14.SYS;/s0=2;NULL;ultrabay0;dockmgr;
  47.  
  48.    This translates to the following BASEDEV statements in the 
  49.    CONFIG.SYS:
  50.  
  51.            BASEDEV=IBM2SS04.SYS /s0=2 
  52.            BASEDEV=IBM2SS14.SYS /s0=2    
  53.            
  54.    (These statements usually follow the BASEDEV=PCMCIA.SYS statement.)
  55.  
  56. 5. Remove the /s0=2 parameter from the second BASEDEV statement, in 
  57.    this example, from the BASEDEV=IBM2SS14.SYS /s0=2.
  58.  
  59.  
  60.  
  61. warp4
  62. ______________________________________________________________________
  63. IBM disclaims all warranties, whether express or implied, including 
  64. without limitation, warranties of fitness and merchantability with 
  65. respect to the information in this document. By furnishing this 
  66. document, IBM grants no licenses to any related patents or copyrights.  
  67. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  68. or brand names referenced in this document are the property of their 
  69. respective owners. Consult your product manuals for complete trademark 
  70. information. 
  71.  
  72.  
  73.  
  74.