home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / pcmcia.zip / TP500.PCM < prev    next >
Text File  |  1994-09-09  |  10KB  |  253 lines

  1. .FO OFF
  2. .RH ON
  3. Item CTCBS         -PRO
  4. .SP 2
  5. .RH OFF
  6. TITLE: 940620 IBM PCMCIA Card Installation and Configuration for OS
  7.               2.x and the IBM ThinkPad 500.
  8.  
  9.         DESCRIPTION OF SYMPTOMS:
  10.         My programs do not recognize the PCMCIA card.
  11.         My PCMCIA card works under DOS but not OS/2.
  12.  
  13.  
  14.         SUMMARY OF RESOLUTION:
  15.         1. Identifying the type of Hardware you have.
  16.  
  17.         2. Installing PCMCIA Software Support.
  18.  
  19.         3. Checking the loading order in the "Config.sys",
  20.         com.sys later than April, 93. 4. Verify file versions.
  21.  
  22.         5. Verify Modem versions.
  23.  
  24.         6. Trouble Shooting the Thinkpad 500 for PCMCIA
  25.         problems
  26.  
  27.         DETAILS OF RESOLUTION:
  28.         I. Identifying the type of Hardware you have.
  29.  
  30.         IBM PCMCIA DATA/FAX MODEMS
  31.         IBM has PCMCIA Data/FAX modem products which could be
  32.         used on the IBM Thinkpad series of personal notebook
  33.         computers. Two of these products are the IBM PCMCIA
  34.         High-Speed Data/FAX Modem and the IBM PCMCIA Data/FAX
  35.         Modem. The IBM PCMCIA High-Speed (14.4) Data/Fax Modem
  36.         has OS/2 2.1 Client (device) Driver support but the IBM
  37.         PCMCIA (2400/9600) Data/Fax Modem was not announced for
  38.         OS/2 2.1 and was not shipped with OS/2 2.1 Client
  39.         (device) Driver support. The way you determine the
  40.         difference between the modems is to examine the front
  41.         of the modem. The High Speed modem has IBM High Speed
  42.         PCMCIA Data/FAX Modem, the Low Speed Modem just has IBM
  43.         PCMCIA Data/FAX Modem.
  44.         The IBM Model Number for the High Speed PCMCIA Data/FAX
  45.         modem is: FC3635. The IBM Model Number for the Low
  46.         Speed PCMCIA Data/FAX modem is: FC3634.
  47.  
  48.         II. Installing PCMCIA software support.
  49.  
  50.         INSTALLATION PROBLEMS WITH THE IBM  PCMCIA MODEM
  51.  
  52.         There is a problem if installing the IBM PCMCIA High
  53.         Speed Data/FAX modem on a drive other than the OS/2 2.1
  54.         system drive.  You will need to use the following
  55.         procedure:
  56.  
  57.         1. If you did not install PCMCIA support during OS/2
  58.         2.1 installation, use OS/2 Selective Install to install
  59.         PCMCIA support. Follow the instructions given in the
  60.         OS/2 documentation.
  61.  
  62.         2. Use the PCMCIA Device Driver Diskette that shipped
  63.         with your system to install Socket Services. Follow the
  64.         instructions delivered with your hardware.
  65.  
  66.         3. After completing installation of Socket Services
  67.         driver, do NOT power off or reboot the system. Edit the
  68.         CONFIG.SYS in the root directory where OS/2 is
  69.         installed.
  70.  
  71.         4. Find these two statements which were installed
  72.         during step 2 above:
  73.  
  74.         REM DEVICE=D:\OS2\PCMCIA.SYS
  75.         ------------------------------------------
  76.         REM DEVICE=D:\OS2\MDOS\VPCMCIA.SYS
  77.         -------------------------------------------------
  78.  
  79.         NOTE: Make sure that a DEVICE=d:\OS2\COM.SYS statement
  80.         comes after the first PCMCIA.SYS statement.
  81.  
  82.         5. ADD the following statements to your CONFIG.SYS file
  83.         in the order indicated below. The lines starting with
  84.         REM are the ones from a previous step. Make sure to
  85.         substitute the drive letter where OS/2 is installed in
  86.         place of the 'd:'
  87.  
  88.             REM DEVICE=d:\OS2\PCMCIA.SYS
  89.             DEVICE=d:\IBMODEM\ESTDFM.OS2
  90.             REM DEVICE=d:\OS2\MDOS\VPCMCIA.SYS
  91.             DEVICE=d:\OS2\$ICPMOS2.SYS
  92.             DEVICE=D:\OS2\IBM2SS01.SYS
  93.             DEVICE=D:\OS2\ICRMU01.SYS
  94.  
  95.         6. Remove the REM statements that precede the
  96.            PCMCIA.SYS  and VPCMCIA.SYS device driver statements.
  97.  
  98.         7. Save the CONFIG.SYS file and exit the editor.
  99.  
  100.         8. Create a \IBMODEM directory on the drive where OS/2
  101.             is installed and copy ESTDFM.OS2 from the IBM
  102.             Data/Fax Modem Diskette into this directory.
  103.  
  104.         9. Shutdown OS/2 and re-IPL your system.
  105.  
  106.         III. OS/2 2.1 CONFIG.SYS ORDERING FOR  THE OS/2 2.1
  107.         PCMCIA SUPPORT
  108.  
  109.         There is a problem with COM.SYS and the way it
  110.         interacts to Card Services (PCMCIA.SYS). Normally,
  111.         COM.SYS would follow PCMCIA.SYS but due to a defect,
  112.         the OS/2 2.1 COM.SYS must come before PCMCIA.SYS.
  113.         Future releases of OS/2 2.1 will require COM.SYS to
  114.         follow PCMCIA.SYS. The next section gives an example of
  115.         the device statements for the IBM PCMCIA High-Speed
  116.         Data/FAX Modem on an IBM Thinkpad 500.
  117.  
  118.         Checking the loading order in the "Config.sys",
  119.         com.sys later than April, 93.
  120.  
  121.         This is an example of a partial CONFIG.SYS from an IBM
  122.         Thinkpad 500(c) using an IBM High-Speed PCMCIA Data/FAX
  123.         Modem with a later OS/2 2.1 COM.SYS. The COM.SYS MUST
  124.         be dated later 4-29-93.  There are APARs which address
  125.         this issue.
  126.  
  127.         IFS=C:\OS2\HPFS.IFS /CACHE:64 /CRECL:4
  128.         PROTSHELL=C:\OS2\PMSHELL.EXE
  129.         SET USER_INI=C:\OS2\OS2.INI
  130.         SET SYSTEM_INI=C:\OS2\OS2SYS.INI
  131.         SET OS2_SHELL=C:\OS2\CMD.EXE
  132.         SET AUTOSTART=PROGRAMS,TASKLIST,.........
  133.         SET RUNWORKPLACE=C:\OS2\PMSHELL.EXE
  134.         SET COMSPEC=C:\OS2\CMD.EXE . . .
  135.         DEVICE=C:\OS2\APM.SYS {Advance power management}
  136.         DEVICE=C:\OS2\PWRMGMT.SYS
  137.         DEVICE=C:\OS2\MDOS\VAPM.SYS  {Virtual APM}
  138.         DEVICE=C:\OS2\POINTDD.SYS
  139.         DEVICE=C:\OS2\MOUSE.SYS
  140.         DEVICE=C:\OS2\PCMCIA.SYS {Card Services}
  141.         --------------------------------------------------------------
  142.         DEVICE=C:\OS2\COM.SYS
  143.         --------------------------------------------------
  144.         DEVICE=C:\IBMODEM\ESTDFM.OS2 s1c2,s2c2 {Client Driver
  145.         for Modem}
  146.         DEVICE=C:\OS2\MDOS\VPCMCIA.SYS  {Virtual Card Services}
  147.         DEVICE=C:\OS2\MDOS\VMOUSE.SYS
  148.         DEVICE=C:\OS2\MDOS\VCOM.SYS
  149.         CODEPAGE=437,850
  150.         DEVINFO=KBD,US,C:\OS2\KEYBOARD.DCP
  151.         DEVINFO=SCR,VGA,C:\OS2\VIOTBL.DCP
  152.         SET VIDEO_DEVICES=VIO_SVGA
  153.         SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA)
  154.         DEVICE=C:\OS2\MDOS\VSVGA.SYS
  155.         DEVICE=C:\OS2\$ICPMOS2.SYS {HW Resource utility}
  156.         DEVICE=C:\OS2\IBM2SS01.SYS {Socket Services}
  157.         DEVICE=C:\OS2\ICRMU01.SYS {Resource Map Utility}
  158.  
  159.         V. Verify File Versions.
  160.  
  161.         After you verify that the IBM Thinkpad 500 system
  162.         configuration (via the reference diskette) is correct,
  163.         you need to check the following files versions:
  164.  
  165.         +-------------------------------------------------------
  166.         | FILE NAME    | RESOURCE TYPE       | DATE    | SIZE  |
  167.         +-------------------------------------------------------
  168.         | IBM2SS02.SYS | Socket Services     |06-14-93 | 11264 |
  169.         +-------------------------------------------------------
  170.         | ICRMU02.SYS  | Resource Map Utility|05-17-93 | 5797  |
  171.         +-------------------------------------------------------
  172.         | $ICPMOS2.SYS | IC Card Power Mgmt. |06-25-93 | 4879  |
  173.         +-------------------------------------------------------
  174.         | ESTDFM.OS2   | Client Dev. Driver  |04-14-93 | 5173  |
  175.         +-------------------------------------------------------
  176.           OR LATER !
  177.  
  178.  
  179.         The latest PCMCIA product updates are available from
  180.         the IBM National Support Center BBS. The disk images
  181.         are stored in the Reference Diskette library. You will
  182.         need to enter REF DISK at the main BBS menu to enable
  183.         access to this library.
  184.  
  185.         V. Verify Modem Versions.
  186.         If your IBM highspeed PCMCIA Data/FAX modem is losing
  187.         data or does not make consistent connections, you need
  188.         to check the version of the FLASH ROM. The procedure
  189.         should be used:
  190.  
  191.  
  192.         1. Use a terminal emulator (such as PM Terminal) to
  193.         connect directly to the modem.
  194.  
  195.         2. Enter "ATI0" and check that the modem responds with
  196.         "14400".
  197.  
  198.         3. Enter "ATI3" and check that the modem responds with
  199.         something similar to "PCMCIA HS V1.29 . . . 1993 -
  200.         028". If the number after the "1993" date is less than
  201.         "028", you need to contact the support number which
  202.         came with your Thinkpad system. You will need a FLASH
  203.         ROM update.
  204.  
  205.  
  206.         VI. Trouble Shooting the Thinkpad 500 for PCMCIA
  207.         problems.
  208.  
  209.         The following sections will highlight key area to
  210.         review should you be having difficulty with the IBM
  211.         High-Speed PCMCIA Data/FAX Modem and the IBM Thinkpad
  212.         500(c).
  213.  
  214.         TROUBLE SHOOTING THE 500C AND THE  PCMCIA MODEM
  215.  
  216.         The IBM Thinkpad 500 (c) is similar to the IBM Thinkpad
  217.         720 except that the IBM Thinkpad 500  only has one (1)
  218.         PCMCIA socket. In the CONFIG.SYS file, the socket
  219.         service needs to be configured as:Parameters are not
  220.         needed.
  221.  
  222.         IBM2SS01.SYS
  223.  
  224.         NOTE: The IBM Thinkpad 500  comes with a utility
  225.         diskette. This disk has a directory named TP500 which
  226.         contains the OS/2 Socket Service and Resource Map
  227.         Utility.
  228.  
  229.         *****    see 500 help below. ******
  230.  
  231.         o IBM2SS01.SYS
  232.         o ICRMU01.SYS
  233.         o Make sure that the "INTERNAL MODEM" is disabled.
  234.         o The EXTERNAL port should be set to SERIAL 1 (or COM1).
  235.         o Make sure that the "socket" is enabled.
  236.         o Also use the "POWEROS2.EXE" which is shipped with the
  237.  
  238.         Thinkpad 500 and select the "MORE" option to see   that
  239.         the "socket" is enabled.
  240.  
  241.         0 Select SET POWER MANAGEMENT OPTIONS
  242.         0 Check that the PROCESSOR settings is not set to
  243.           AUTO(LONG BATTERY LIFE) We recommend that you select 50
  244.           MHZ.
  245.         0 Check that SERIAL PORT is set to ON.
  246.         0 Check that PCMCIA SLOTS is set to ON.
  247.  
  248.             NOTE: These devices can be turned off and on by using
  249.             the PS2.EXE utility. The purpose of setting these
  250.             devices to ON is to assist in problem resolution.
  251.             Please refer to the documentation shipped with your
  252.             system.
  253.