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

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