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

  1. file name
  2.  
  3. OSMKPA02.FAX
  4.  
  5.  
  6.     TITLE
  7.  
  8.     IBM PCMCIA Card Installation and Configuration for OS\2
  9.     2.x and the IBM ThinkPad 720.
  10.  
  11.  
  12.  
  13.     DESCRIPTION OF SYMPTOMS
  14.  
  15.     My programs do not recognize the PCMCIA card.   
  16.     My PCMCIA card works under DOS but not OS/2.
  17.  
  18.  
  19.  
  20.     SUMMARY OF RESOLUTION
  21.  
  22.     1. Identifying the type of Hardware you have.  
  23.     2. Installing PCMCIA Software Support.  
  24.     3. Checking the loading order in the "Config.sys", com.sys later than
  25.     April, 93. 
  26.     4. Verify file versions. 
  27.     5. Verify Modem
  28.     versions. 
  29.     6. Trouble Shooting the Thinkpad 720 for
  30.     PCMCIA problems.
  31.  
  32.  
  33.     DETAILS OF RESOLUTION
  34.  
  35.     I. Identifying the type of Hardware you have.IBM PCMCIA
  36.     DATA/FAX MODEMS
  37.  
  38.  
  39.  
  40.     IBM has PCMCIA Data/FAX modem products which could be
  41.     used on the IBM Thinkpad series of personal notebook
  42.     computers. Two of these products are the IBM PCMCIA
  43.     High-Speed Data/FAX Modem and the IBM PCMCIA Data/FAX
  44.     Modem. The IBM PCMCIA High-Speed (14.4) Data/Fax Modem
  45.     has OS/2 2.1 Client(device) Driver support but the IBM
  46.     PCMCIA (2400/9600) Data/Fax Modem was not announced for
  47.     OS/2 2.1 and was not shipped with OS/2 2.1 Client
  48.     (device) Driver support.
  49.  
  50.  
  51.  
  52.     The way you determine the difference between the modems
  53.     is to examine the front of the modem. The High Speed
  54.     modem has IBM High Speed PCMCIA Data/FAX Modem, the Low
  55.     Speed Modem just has IBM PCMCIA Data/FAX Modem.
  56.  
  57.  
  58.  
  59.     The IBM Model Number for the High Speed PCMCIA Data/FAx
  60.     modem is: FC3635. The IBM Model Number for the Low
  61.     Speed PCMCIA Data/FAX modem is: FC3634.
  62.  
  63.  
  64.  
  65.      II. Installing PCMCIA software support.
  66.  
  67.      INSTALLATION PROBLEMS WITH THE IBM PCMCIA MODEM
  68.  
  69.     There is a problem if installing the IBM PCMCIA High
  70.     Speed Data/FAX modem on a drive other than the OS/2 2.1
  71.     system drive.  You will need to use the
  72.     following procedure:
  73.  
  74.  
  75.  
  76.     1. If you did not install PCMCIA support during OS/2
  77.     2.1 installation, use OS/2 Selective Install to
  78.     installPCMCIA support. Follow the instructions given in
  79.     theOS/2 documentation.
  80.      
  81.     2. Use the PCMCIA Device Driver Diskette that
  82.     shippedwith your system to install Socket Services.
  83.     Followthe instructions delivered with your hardware.
  84.  
  85.     3. After completing installation of Socket Services
  86.     driver, do NOT power off or reboot the system. Editthe
  87.     CONFIG.SYS in the root directory where OS/2
  88.     isinstalled.
  89.  
  90.     4. Find these two statements which were installed
  91.     duringstep 2 above:
  92.  
  93.  
  94.  
  95.      REM DEVICE=D:\OS2\PCMCIA.SYS
  96.     --------------------------------------------------------
  97.  
  98.      REM DEVICE=D:\OS2\MDOS\VPCMCIA.SYS
  99.     --------------------------------------------------------
  100.      NOTE: Make sure that a DEVICE=d:\OS2\COM.SYS statement
  101.     precedes the first PCMCIA.SYS statement.
  102.  
  103.     5. ADD the following statements to your CONFIG.SYS file
  104.     in the order indicated below. The lines starting
  105.     withREM are the ones from a previous step. Make sure
  106.     tosubstitute the drive letter where OS/2 is installed                                                       
  107.     place of the 'd:' in the statements below.
  108.  
  109.        REM DEVICE=d:\OS2\PCMCIA.SYS
  110.        DEVICE=d:\IBMODEM\ESTDFM.OS2 S1C2
  111.        REM DEVICE=d:\OS2\MDOS\VPCMCIA.SYS
  112.        DEVICE=d:\OS2\$ICPMOS2.SYS
  113.        DEVICE=D:\OS2\IBM2SS02.SYS
  114.        DEVICE=D:\OS2\ICRMU02.SYS
  115.  
  116.     6. Remove the REM statements that precede the
  117.     PCMCIA.SYS and VPCMCIA.SYS device driver statements.
  118.  
  119.  
  120.      7. Save the CONFIG.SYS file and exit the editor.
  121.  
  122.  
  123.      8. Create a \IBMODEM directory on the drive where OS/2
  124.     is installed and copy ESTDFM.OS2 from the IBMData/Fax
  125.     Modem Diskette into this directory.
  126.  
  127.  
  128.      9. Shutdown OS/2 and re-IPL your system.
  129.     OS/2 2.1 CONFIG.SYS ORDERING FOR THE OS/2 2.1 PCMCIA
  130.     SUPPORT
  131.  
  132.      There is a problem with COM.SYS and the way it
  133.     interacts to Card Services (PCMCIA.SYS). Normally,
  134.     COM.SYSwould follow PCMCIA.SYS but due to a defect, the
  135.     OS/2 2.1 COM.SYS must come before PCMCIA.SYS. Future
  136.     releases of OS/2 2.1 will require COM.SYS to follow
  137.     PCMCIA.SYS. The next section gives an example of the
  138.     device statements for the IBM PCMCIA High-Speed
  139.     Data/FAX Modem on an IBM Thinkpad 720.
  140.  
  141.  
  142.  
  143.     IV. Checking the loading order in the "Config.sys",
  144.     com.sys later than April, 93.
  145.  
  146.      This is an example of a partial CONFIG.SYS from an IBM
  147.     Thinkpad 720(c) using an IBM High-Speed PCMCIA Data/FAX
  148.     Modem with a later OS/2 2.1 COM.SYS. The COM.SYS MUST
  149.     be dated later 4-29-93.  There are APARs which address
  150.     this issue.
  151.  
  152.  
  153.  
  154.     IFS=C:\OS2\HPFS.IFS /CACHE:64 /CRECL:4
  155.     PROTSHELL=C:\OS2\PMSHELL.EXE
  156.     SET USER_INI=C:\OS2\OS2.INI
  157.     SET SYSTEM_INI=C:\OS2\OS2SYS.INI
  158.     SET OS2_SHELL=C:\OS2\CMD.EXE
  159.     SET AUTOSTART=PROGRAMS,TASKLIST,......
  160.     SET RUNWORKPLACE=C:\OS2\PMSHELL.EXE
  161.     SET COMSPEC=C:\OS2\CMD.EXE . . .
  162.     DEVICE=C:\OS2\APM.SYS {Advance power management}
  163.     DEVICE=C:\OS2\PWRMGMT.SYS
  164.     DEVICE=C:\OS2\MDOS\VAPM.SYS
  165.          {Virtual Advance Power Management}
  166.     DEVICE=C:\OS2\POINTDD.SYS
  167.     DEVICE=C:\OS2\MOUSE.SYS
  168.     DEVICE=C:\OS2\PCMCIA.SYS {Card Services} 
  169.     ----------------------------------------
  170.     DEVICE=C:\OS2\COM.SYS
  171.     -----------------------------------------
  172.     DEVICE=C:\IBMODEM\ESTDFM.OS2 s1c2,s2c2
  173.        {Client Driver for Modem}
  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\IBM2SS02.SYS {Socket Services}
  186.     DEVICE=C:\OS2\ICRMU02.SYS {Resource Map Utility}
  187.  
  188.      V. Verify File Versions.
  189.  
  190.      After you verify that the IBM Thinkpad 720 system
  191.     configuration (via the reference diskette) is correct,
  192.     you need to check the following files versions:
  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.  
  210.      The latest PCMCIA product updates are available from
  211.     the IBM National Support Center BBS. The disk images
  212.     are stored in the Reference Diskette library. You will
  213.     need to enter REF DISK at the main BBS menu to enable
  214.     access to this library.
  215.  
  216.  
  217.  
  218.      VI. Verify Modem Versions.
  219.  
  220.      CHECK MODEM VERSION
  221.  
  222.     If your IBM highspeed PCMCIA Data/FAX modem is losing
  223.     data or does not make consistent connections, you need
  224.     to check the version of the FLASH ROM. The procedure
  225.     should be used:
  226.  
  227.  
  228.      1. Use a terminal emulator (such as PM Terminal) to
  229.     connect directly to the modem.
  230.  
  231.  
  232.      2. Enter "ATI0" and check that the modem responds with
  233.     "14400".
  234.  
  235.  
  236.      3. Enter "ATI3" and check that the modem responds with
  237.     something similar to "PCMCIA HS V1.29 . . . 1993 -028".
  238.     If the number after the "1993" date is lessthan "028",                                               
  239.     you need to contact the support numberwhich came with
  240.     your Thinkpad system.  You will needa FLASH ROM update.
  241.  
  242.  
  243.      VII. Trouble Shooting the Thinkpad 720 for PCMCIA
  244.     problems.
  245.  
  246.     The following sections will highlight key area to
  247.     review should you be having difficulty with the IBM
  248.     High-Speed PCMCIA Data/FAX Modem and the IBM Thinkpad
  249.     720(c).
  250.  
  251.  
  252.  
  253.      THE 720 CONFIGURATION (VIA THE REFERENCE DISKETTE)
  254.  
  255.     Below are some key settings for the IBM Thinkpad 720
  256.     which are set using the reference diskette supplied
  257.     with the computer.  These values were taken from a
  258.     working IBM Thinkpad 720 and could be different on some
  259.     machines. These values, however, are a good reference
  260.     point should you be having difficulties.
  261.  
  262.      1. Boot the 720 from the reference diskette supplied
  263.     with the computer.
  264.  
  265.      2. Select SET CONFIGURATION
  266.  
  267.      3. Select VIEW CONFIGURATION
  268.  
  269.      a. Check the value for SERIAL PORT A. The default
  270.     value should be: SERIAL_1,IRQ4
  271.  
  272.     b. Check the value for PCMCIA INTERFACE CONTROLLER. The
  273.     default value should be: 3E0-3E1  You can modify these
  274.     values if necessary by using the CHANGE CONFIGURATION
  275.     option.
  276.  
  277.  
  278.  
  279.      4. Return to the MAIN MENU by pressing F3 and select
  280.     SET FEATURES.
  281.  
  282.      a. Select SET ADVANCED FEATURES
  283.  
  284.      b. Select SET POWER MANAGEMENT OPTIONS
  285.  
  286.      c. Check that the PROCESSOR setting is NOT set toAUTO
  287.     (LONG BATTERY LIFE) We recommend that you select 50
  288.     MHZ.
  289.  
  290.      d. Check that SERIAL PORT is set to ON.
  291.  
  292.      e. Check that PCMCIA SLOTS is set to ON.
  293.  
  294.      NOTE: These devices can be turned off and on by using
  295.     the PS2.EXE utility. The purpose of setting these
  296.     devices to ON is to assist in problem resolution.
  297.     Please refer to the documentation shipped with your
  298.     system.
  299.  
  300.  
  301.  
  302.      5. Return to the MAIN MENU by pressing F3 and select
  303.     F3=EXIT.
  304.  
  305.  
  306.