home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / INFO / FAQS / OS2FAX2 / OSMKPA03.FAX < prev    next >
Encoding:
Text File  |  1994-08-13  |  9.6 KB  |  308 lines

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