home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / panasoni / 740pcm32 / read.me < prev   
Text File  |  1995-10-31  |  37KB  |  762 lines

  1. This README file contains the following helpful and useful information.
  2.  
  3.        1. ASPI Manager
  4.        2. CD-ROM Device Driver
  5.        3. Error Messages when installing software
  6.        4. Sample CONFIG.SYS Files
  7.        5. I/O Base Address
  8.        6. Supplement and Troubleshooting Guide
  9.  
  10. 1. ASPI Manager
  11.  
  12.   The following table lists the ASPI(Advanced SCSI Programming Interface)
  13.   managers available with this PC card.
  14.  
  15.   ┌───────────────┬─────────────────────────────────────────────────────────┐
  16.   │ ASPIFMGR.SYS  │ For when your computer has both Card Service and        │
  17.   │               │ Socket Service.                                         │
  18.   ├───────────────┼─────────────────────────────────────────────────────────┤
  19.   │ ASPIFDBK.SYS  │ For when your computer has only DataBook CardTalk.      │
  20.   ├───────────────┼─────────────────────────────────────────────────────────┤
  21.   │ ASPIF365.SYS  │ For when your computer has neither Card Service nor     │
  22.   │               │ Socket Service. This Driver directly controls the PCMCIA│
  23.   │               │ controller chip(Intel i82365 100% compatible LSI).      │
  24.   └───────────────┴─────────────────────────────────────────────────────────┘
  25.  
  26. 1-1. Command Line Options
  27.  
  28.     DEVICE = <path>\ASPIFMGR.SYS [/port=<I/O base address>]
  29.              [/socket=<slot No.>] [/int=<IRQ level>]
  30.  
  31.     DEVICE = <path>\ASPIFDBK.SYS [/port=<I/O base address>]
  32.              [/socket=<slot No.>] [/mem=<base address>]
  33.  
  34.     DEVICE = <path>\ASPIF365.SYS [/port=<I/O base address>]
  35.              [/socket=<slot No.>] [/mem=<base address>]
  36.  
  37.        /port=XXX
  38.          Since the I/O port is needed for the PC card, add this line and
  39.          specify the base address at XXX using a hexadecimal number. The
  40.          PC card occupies 32 bytes of space starting with the specified
  41.          base address. The factory setting is 300h. If the specified
  42.          address is already being used, specify another base address from
  43.          the following addresses. Also, depending on the computer, the
  44.          I/O port may need to be specified in the Card Manager
  45.          (ASPIFMGR.SYS, ASPIFDBK.SYS). Refer to your computer manual.
  46.  
  47.           240  280  2A0  2C0  300  320  340  380
  48.                (240h is not available in ASPIFDBK.SYS)
  49.  
  50.        /socket=X
  51.          When you are using a personal computer with more than two PCMCIA
  52.          card slots, add this line and specify the slot at X meaning the
  53.          slot you will insert the PC card in. If you specify 0 or you
  54.          don't specify the slot, the installation program searches all
  55.          slots, and uses the first slot available.
  56.  
  57.  
  58.       Option effective with ASPIFMGR.SYS only
  59.  
  60.        /int=X
  61.          This option sets the IRQ level of the PC card using a hexadecimal
  62.          number. The valid numbers are 0 through F. The ASPIFMGR.SYS itself
  63.          does not need interruption request, although some kinds of Card
  64.          Services need this option to assign the IRQ level used in the Card
  65.          Configuration process. (Compaq contura aero 4/33c : proved at
  66.          present)
  67.          Make sure this number does not conflict with another device.
  68.          The IRQ level is not set without this option.
  69.          If you're using the SystemSoft Card Service, choose a number from
  70.          the "IRQ=" entries in the CSALLOC.INI file.
  71.  
  72.       Option effective with ASPIFDBK and ASPIF365 only
  73.  
  74.        /mem=XXXX
  75.          Add this line and specify the memory space's base address to read
  76.          the card information by the segment address (hexadecimal number).
  77.          You need to exclude this specified address a in the EMS "X" option
  78.          so that it will not overlap the region of EMS.If you don't specify
  79.          the base address, CE00 is applied, and 8 KB of memory from CE000
  80.          to CFFFF is used.
  81.  
  82.  
  83. 1-2. Messages
  84.  
  85.     (1) ASPIFMGR.SYS
  86.  
  87.       The following message will appear.
  88. ┌─────────────────────────────────────────────────────────────────────────────┐
  89. │ KME PC Card Driver Ver. 1.0 (94XXXX)                                        │
  90. │ for IBM Card Services 1.0.7 / 2.0.0                                         │
  91. │ for SystemSoft Card Services 2.0.1 / 2.1.0                                  │
  92. │ for Phoenix Card Services 2.0.0 / 2.0.1 / 2.1.0                             │
  93. │ (C) Copyright 1994 RATOC System Inc. All Rights Reserved.                   │
  94. │ (C) COPYRIGHT 1994 KYUSHU MATSUSHITA ELECTRIC CO., LTD. All Rights Reserved.│
  95. │ IObase = 0x 300, Socket =  0                                                │
  96. └─────────────────────────────────────────────────────────────────────────────┘
  97.  
  98.       ERROR MESSAGES:
  99. ┌──────────────────────────────────────┐
  100. │ Card Services Program Not Loaded.    │
  101. │ Driver Unloaded.                     │
  102. └──────────────────────────────────────┘
  103.  
  104.        Possible Cause:
  105.          The ASPIFMGR.SYS couldn't start because the Card Service program
  106.          did not load.
  107.  
  108.        Solution:
  109.          ∙ Reinstall the Card Service Program supplied with your computer.
  110.            If your computer did not come with a Card Service program,
  111.            a program is supplied with this player that will operate your
  112.            CD-ROM.
  113.  
  114.          ∙ Confirm the description in the CONFIG.SYS.
  115.            Check the CONFIG.SYS to make sure that the ASPIFMGR.SYS is located
  116.            after the Card Service. If not, please edit.
  117.  
  118.          ∙ Edit the CONFIG.SYS to change the value of "X" at EMM386.EXE
  119.            (EMS driver).
  120.  
  121. ┌──────────────────────────────────────┐
  122. │ Unable to get I/O Window.            │
  123. └──────────────────────────────────────┘
  124.  
  125.        Possible Cause:
  126.          I/O window which is specified at "/port=" is already being used.
  127.  
  128.        Solution:
  129.          Edit the CONFIG.SYS to change the I/O base address which was
  130.          specified at "/port=" option. Refer to 1-1 "/port" option or
  131.          "Options for ASPI Manager" of the Operating Instructions. Then,
  132.          restart your computer.
  133.  
  134. ┌──────────────────────────────────────┐
  135. │ Unable to get IRQ Vector.            │
  136. └──────────────────────────────────────┘
  137.  
  138.        Possible Cause:
  139.          The IRQ vector which is specified at default is already being used.
  140.  
  141.        Solution:
  142.          Edit the CONFIG.SYS. Add "/int=" option and specify a suitable
  143.          IRQ number.
  144.          If you're using the SystemSoft Card Service, choose a number
  145.          from the "IRQ=" entries in the CSALLOC.INI file.
  146.  
  147.  
  148.     (2) ASPIFDBK.SYS
  149.  
  150.       The following message will appear.
  151. ┌─────────────────────────────────────────────────────────────────────────────┐
  152. │ KME PC Card Driver Ver. 1.0 (94XXXX)                                        │
  153. │ for DataBook CardTalk Socket Services                                       │
  154. │ (C) Copyright 1994 RATOC System Inc. All Rights Reserved.                   │
  155. │ (C) COPYRIGHT 1994 KYUSHU MATSUSHITA ELECTRIC CO., LTD. All Rights Reserved.│
  156. │ IObase = 0x 300, Membase = CE00, Socket =  0                                │
  157. └─────────────────────────────────────────────────────────────────────────────┘
  158.  
  159.       ERROR MESSAGE:
  160. ┌──────────────────────────────────────┐
  161. │ DataBook CardTalk Not Loaded.        │
  162. │ Driver Unloaded.                     │
  163. └──────────────────────────────────────┘
  164.  
  165.        Possible Cause:
  166.          The ASPIFDBK.SYS couldn't start because the DataBook CardTalk isn't
  167.          running properly.
  168.  
  169.        Solution:
  170.          ∙ Reinstall the DataBook CardTalk supplied with your computer.
  171.  
  172.          ∙ Confirm the description in the CONFIG.SYS
  173.            Check the CONFIG.SYS to make sure that the ASPIFDBK.SYS is located
  174.            after the CARDTALK.SYS. If it is not, please edit.
  175.  
  176.          ∙ Edit the CONFIG.SYS to specify the "X" option of EMM386.EXE
  177.            (EMS driver). Without the "X" option or "/mem=" option of the
  178.            ASPIFDBK.SYS file, there is a possibility of overlap between
  179.            the memory from CE000h to CFFFFh and the region of EMS or ROM.
  180.            Thus, add "X=CE00-CFFF" to EMM386.EXE.
  181.  
  182.          ∙ Make sure the value specified in "/mem=" option agrees with the
  183.            area specified in "X" option of EMM386.EXE.
  184.  
  185.          ∙ Try to change the value of "/mem=" option and "X" option in
  186.            EMM386.EXE.
  187.  
  188.     (3) ASPIF365.SYS
  189.  
  190.       The following message will appear.
  191. ┌─────────────────────────────────────────────────────────────────────────────┐
  192. │ KME PC Card Driver Ver. 1.0 (94XXXX)                                        │
  193. │ for i82365 direct control and dual socket                                   │
  194. │ (C) Copyright 1994 RATOC System Inc. All Rights Reserved.                   │
  195. │ (C) COPYRIGHT 1994 KYUSHU MATSUSHITA ELECTRIC CO., LTD. All Rights Reserved.│
  196. │ IObase = 0x 300, Membase = CE00, Socket =  0                                │
  197. └─────────────────────────────────────────────────────────────────────────────┘
  198.  
  199.       ERROR MESSAGE:
  200. ┌──────────────────────────────────────┐
  201. │ Card Information Not Found.          │
  202. │ Driver Unloaded.                     │
  203. └──────────────────────────────────────┘
  204.  
  205.        Possible Cause:
  206.          Wrong memory base address which is specified at "/mem=".
  207.  
  208.        Solution:
  209.          ∙ Reinstall the software.
  210.  
  211.          ∙ Make sure the value specified in "/mem=" option agrees with
  212.            the area specified in "X" option of EMM386.EXE.
  213.  
  214.          ∙ Try to change the value of "/mem=" option and "X" option in
  215.            EMM386.EXE.
  216.  
  217.     (4) Common to ASPIFMGR.SYS, ASPIFDBK.SYS and ASPIF365.SYS
  218.  
  219.       ERROR MESSAGE:
  220. ┌──────────────────────────────────────┐
  221. │ Invalid Base Address.                │
  222. │ Driver Unloaded.                     │
  223. └──────────────────────────────────────┘
  224.  
  225.        Possible Cause:
  226.          Wrong base address of I/O port which is specified at "/port=".
  227.  
  228.        Solution:
  229.          ∙ Reinstall the software.
  230.  
  231.          ∙ Edit the CONFIG.SYS. Change the "/port=" option to conform to the
  232.            base address of I/O port.
  233.  
  234. 2. CD-ROM Device Driver
  235.  
  236.     CD-ROM device driver conforms to ASPI.
  237.  
  238. 2-1. Command Line Options
  239.  
  240.     DEVICE = <path>\KMECD.SYS [/d:<DriverName>]
  241.  
  242.        /d:<DriverName>
  243.          This option assigns a driver name to this CD-ROM drive.
  244.          The driver name is the identification string to "/d:" option
  245.          of MSCDEX.EXE. The internal name of KMECD.SYS is PCMCIACD.
  246.  
  247. 2-2. Onscreen Messages
  248.  
  249.       The following message will appear.
  250. ┌─────────────────────────────────────────────────────────────────────────────┐
  251. │ CD-ROM Device Driver                                                        │
  252. │    KMECD  Ver. 1.65 (95XXXX)                                                │
  253. │ (C) Copyright 1994  RATOC system, inc. Osaka, Japan                         │
  254. │ (C) COPYRIGHT 1994 KYUSHU MATSUSHITA ELECTRIC CO., LTD. All Rights Reserved.│
  255. └─────────────────────────────────────────────────────────────────────────────┘
  256.  
  257.       COMMON MESSAGE:
  258. ┌──────────────────────────────────────────────────────────┐
  259. │ CD-ROM SCSI_ID : 5:MATSHITAKME CD-ROM01    1.**          │
  260. │ Device name : PCMCIACD                                   │
  261. └──────────────────────────────────────────────────────────┘
  262.  
  263.       ERROR MESSAGES:
  264. ┌──────────────────────────────────────┐
  265. │ CD-ROM Drive Not Found.              │
  266. │ Driver Unloaded.                     │
  267. └──────────────────────────────────────┘
  268.  
  269.        Possible Cause:
  270.          This message tells you that the CD-ROM drive does not respond.
  271.          1. Hardware trouble such as improper connection between the player
  272.             and your computer (-> Solution 1).
  273.  
  274.          2. Software trouble such as improper running of the ASPI Manager
  275.             (-> Solution 2).
  276.  
  277.          3. Card Services that are not supported are being used.
  278.             (-> Solution 3).
  279.  
  280.        Solution:
  281.          1. Check whether the player is connected properly and if the power
  282.             is turned on or not.
  283.             Confirm that the SCSI ID is set properly.
  284.  
  285.          2. Reinstall the software.
  286.  
  287.          3. If the message still appears, copy ASPIF365.SYS from your setup
  288.             disk to your hard disk (copy A:ASPIF365.SYS C:\CDRM).
  289.             Edit your CONFIG.SYS file (refer to your DOS manual) from
  290.             DEVICE=C:\CDRM\ASPIFMGR.SYS to DEVICE=C:\CDRM\ASPIF365.SYS.
  291.  
  292. ┌──────────────────────────────────────┐
  293. │ ASPI Manager Not Installed.          │
  294. │ Driver Unloaded.                     │
  295. └──────────────────────────────────────┘
  296.  
  297.        Possible Cause:
  298.          KMECD.SYS couldn't start because the ASPI Manager (ASPIFMGR.SYS, 
  299.          ASPIFDBK.SYS, ASPIF365.SYS) has not started yet.
  300.  
  301.        Solution:
  302.          Reinstall the Software.
  303.  
  304.  
  305. 3. Error Messages when installing software
  306.  
  307.      ┌────────────────────────────────┬───────────────────────────────────────┐
  308.      │           Message              │               Solution                │
  309.      ├────────────────────────────────┼───────────────────────────────────────┤
  310.      │ Illegal Directory Name!        │∙ Don't use more than eight characters.│
  311.      │                                │∙ Don't use unavailable characters such│
  312.      │                                │  as "\", "*", etc.                    │
  313.      ├────────────────────────────────┼───────────────────────────────────────┤
  314.      │ Disk Error!                    │∙ Make sure that your floppy disk or   │
  315.      │                                │  hard disk is not damaged.            │
  316.      │                                │∙ Don't install the CD-ROM Drive       │
  317.      │                                │  Software onto the protected disk.    │
  318.      ├────────────────────────────────┼───────────────────────────────────────┤
  319.      │ File not found!                │∙ Make sure that CD-ROM Drive Software │
  320.      │                                │  has been installed onto disk inserted│
  321.      │                                │  into drive A or B.                   │
  322.      ├────────────────────────────────┼───────────────────────────────────────┤
  323.      │ Your computer does not have    │∙ Make sure that your computer has     │
  324.      │ PCMCIA slot!                   │  PCMCIA slot.                         │
  325.      │                                │∙ Make sure that the connection        │
  326.      │                                │  between your computer and the Card   │
  327.      │                                │  Slot Board has been made properly.   │
  328.      └────────────────────────────────┴───────────────────────────────────────┘
  329.  
  330.  
  331. 4. Sample CONFIG.SYS Files
  332.     This section gives instructions about putting the device drivers
  333.     (Card manager,ASPI manager, CD-ROM device driver) into your
  334.     CONFIG.SYS file.
  335.  
  336.     Each driver must be in the CONFIG.SYS file in the following order.
  337.  
  338.      ┌─────────────────────────────────────────────────────────────┐
  339.      │ 1. Expanded Memory Manager (such as EMM386.EXE)             │
  340.      ├─────────────────────────────────────────────────────────────┤
  341.      │ 2. Card Manager (Card Service / CardTalk)                   │
  342.      ├─────────────────────────────────────────────────────────────┤
  343.      │ 3. ASPI Manager (ASPIFMGR.SYS / ASPIFDBK.SYS / ASPIF365.SYS)│
  344.      ├─────────────────────────────────────────────────────────────┤
  345.      │ 4. CD-ROM Device Driver  KMECD.SYS                          │
  346.      ├─────────────────────────────────────────────────────────────┤
  347.      │ 5. LASTDRIVE                                                │
  348.      └─────────────────────────────────────────────────────────────┘
  349.  
  350.     1. Expanded Memory Manager (EMM386.EXE)
  351.        It is necessary to set up the memory manager (EMM386.EXE) so that
  352.        it does not occupy the memory space used for the CIS.(Card Information
  353.        Structure)
  354.  
  355.     2. Card Manager (Card Service / CardTalk)
  356.        Both the ASPIFMGR.SYS and the ASPIFDBK.SYS controls the PC cards
  357.        through card managers. Therefore, the DOS system requires that the
  358.        card manager be installed. Usually, the card manager is supplied
  359.        through your PC vendor.
  360.  
  361.     3. ASPI Manager
  362.        The ASPI manager should be installed with the kind of card managers
  363.        that fit it. An installation program (supplied on the setup disk)
  364.        selects a suitable ASPI manager and installs it automatically.
  365.  
  366.     4. CD-ROM Device Driver  KMECD.SYS
  367.        The installation program on the setup disk automatically installs
  368.        the CD-ROM device driver after the ASPI manager.
  369.  
  370.     5. LASTDRIVE
  371.        Through the Lastdrive command, the final valid drive letter is set.
  372.        The installation program on the setup disk sets this line after the
  373.        CD-ROM device driver.
  374.  
  375. 4-1. Sample for IBM Card Service (conforms to PCMCIA 2.00)
  376.  
  377.     EXAMPLE:
  378.      ┌──────────────────────────────────────────────────────────┐
  379.      │ DEVICE=C:\DOS\EMM386.EXE 1024 FRAME=D000 X=C000-CFFF     │<- (A)
  380.      │ .......                                                  │
  381.      │ .........                                                │
  382.      │ DEVICE=C:\THINKPAD\IBMDSS01.SYS /S0=1                    │<- (B)
  383.      │ DEVICE=C:\THINKPAD\IBMDOSCS.SYS                          │<- (B)
  384.      │ DEVICE=C:\THINKPAD\DICRMU01.SYS /MA=C000-CFFF            │<- (B)
  385.      │ .......                                                  │
  386.      │ DEVICE=C:\CDRM\ASPIFMGR.SYS /port=300                    │<- (C)
  387.      │ DEVICE=C:\CDRM\KMECD.SYS /d:PCMCIACD                     │<- (D)
  388.      │ LASTDRIVE=M                                              │<- (E)
  389.      └──────────────────────────────────────────────────────────┘
  390.  
  391.      ┌───┬──────────────────────────────────────────────────────────────┐
  392.      │(A)│ Installing EMM386.EXE(expanded memory manager) without       │
  393.      │   │ allocating the memory window segment from C000h to CFFFh.    │
  394.      ├───┼──────────────────────────────────────────────────────────────┤
  395.      │(B)│ Installing Card Managers.                                    │
  396.      ├───┼──────────────────────────────────────────────────────────────┤
  397.      │(C)│ Installing ASPIFMGR.SYS (ASPI manager for Card Service)      │
  398.      │   │ in the condition of I/O address = 300h.                      │
  399.      ├───┼──────────────────────────────────────────────────────────────┤
  400.      │(D)│ Installing KMECD.SYS(CD-ROM Device Driver) with internal     │
  401.      │   │ device name. (PCMCIACD)                                      │
  402.      ├───┼──────────────────────────────────────────────────────────────┤
  403.      │(E)│ Setting up the last valid drive to M:.                       │
  404.      └───┴──────────────────────────────────────────────────────────────┘
  405.  
  406. 4-2. Sample for SystemSoft CardService (conforms to PCMCIA 2.00)
  407.  
  408.     EXAMPLE:
  409.      ┌──────────────────────────────────────────────────────────┐
  410.      │ DEVICE=C:\DOS\EMM386.EXE 1024 FRAME=D000 X=D000-DFFF     │<- (A)
  411.      │ .......                                                  │
  412.      │ .........                                                │
  413.      │ DEVICE=C:\CARDSOFT\SS365SL.EXE /SKT 2                    │<- (B)
  414.      │ DEVICE=C:\CARDSOFT\CS.EXE /IRQ A                         │<- (B)
  415.      │ DEVICE=C:\CARDSOFT\CSALLOC.EXE C:\CARDSOFT\CSALLOC.INI   │<- (B)
  416.      │ INSTALL=C:\CARDSOFT\CARDID.EXE C:\CARDSOFT\CARDID.INI    │<- (B)
  417.      │ .......                                                  │
  418.      │ DEVICE=C:\CDRM\ASPIFMGR.SYS /port=300                    │<- (C)
  419.      │ DEVICE=C:\CDRM\KMECD.SYS /d:PCMCIACD                     │<- (D)
  420.      │ LASTDRIVE=M                                              │<- (E)
  421.      └──────────────────────────────────────────────────────────┘
  422.  
  423.      ┌───┬──────────────────────────────────────────────────────────────┐
  424.      │(A)│ Installing EMM386.EXE(expanded memory manager) without       │
  425.      │   │ allocating the memory window segment from D000h to DFFFh.    │
  426.      ├───┼──────────────────────────────────────────────────────────────┤
  427.      │(B)│ Installing Card Managers.                                    │
  428.      │   │ Some computers may use SSCIRRUS.EXE, SSDBOOK.EXE or          │
  429.      │   │ SSVADEM.EXE instead of SS365SL.EXE.                          │
  430.      ├───┼──────────────────────────────────────────────────────────────┤
  431.      │(C)│ Installing ASPIFMGR.SYS (ASPI manager for Card Service)      │
  432.      │   │ in the condition of I/O address = 300h.                      │
  433.      ├───┼──────────────────────────────────────────────────────────────┤
  434.      │(D)│ Installing KMECD.SYS(CD-ROM Device Driver) with internal     │
  435.      │   │ device name. (PCMCIACD)                                      │
  436.      ├───┼──────────────────────────────────────────────────────────────┤
  437.      │(E)│ Setting up the last valid drive to M:.                       │
  438.      └───┴──────────────────────────────────────────────────────────────┘
  439.  
  440.    Example for the CSALLOC.INI:
  441.     CSALLOC.INI is the file referred to by the CSALLOC.EXE program.
  442.  
  443.      ┌─────────────────────────────────────────────────────────────┐
  444.      │ MEM=D000-DFFF                                               │<- (A)
  445.      │ IOP=100-16F,178-1EF,208-2E7,2F0-2F7,300-307,310-36F,380-3BF │<- (B)
  446.      │ RIOP=170-177,2E8-2EF,2F8-2FF,370-377,3E8-3F7                │
  447.      │ IRQ=3,5,A-B,F                                               │<- (C)
  448.      └─────────────────────────────────────────────────────────────┘
  449.  
  450.      ┌───┬──────────────────────────────────────────────────────────────┐
  451.      │(A)│ Specifying the memory window segment address "D000h-DFFF" in │
  452.      │   │ order to get card information. In order to avoid confliction,│
  453.      │   │ this window is not to be used as another program. Thus, you  │
  454.      │   │ must specify "X=D000-DFFF" option of the EMM386.EXE on       │
  455.      │   │ CONFIG.SYS file to reserve this area.                        │
  456.      ├───┼──────────────────────────────────────────────────────────────┤
  457.      │(B)│ Specifying the I/O address "100-16F,178-1EF,208-2E7,2F0-2F7, │
  458.      │   │ 300-307,310-36F,380-3BF" is available for the PC card.       │
  459.      │   │ The address "308-30F" is not described in this case, so you  │
  460.      │   │ can't allocate "/port=300"(300h-31Fh used) for our products. │
  461.      ├───┼──────────────────────────────────────────────────────────────┤
  462.      │(C)│ IRQ numbers available for the Card Service are specified.    │
  463.      └───┴──────────────────────────────────────────────────────────────┘
  464.  
  465. 4-3. Sample for Phoenix Card Service (conforms to PCMCIA 2.00 and 2.10)
  466.  
  467.     EXAMPLE:
  468.      ┌──────────────────────────────────────────────────────────┐
  469.      │ DEVICE=C:\DOS\EMM386.EXE X=C800-CFFF                     │<- (A)
  470.      │ .......                                                  │
  471.      │ .........                                                │
  472.      │ DEVICE=C:\PCMPLUS\PCMSS.EXE                              │<- (B)
  473.      │ DEVICE=C:\PCMPLUS\PCMCS.EXE /WAIT=12 /ADDR=C8 /IRQ=10    │<- (B)
  474.      │ DEVICE=C:\PCMPLUS\PCMSCD.EXE /BEEP /COM=2 /RS=4          │<- (B)
  475.      │ .......                                                  │
  476.      │ DEVICE=C:\CDRM\ASPIFMGR.SYS /port=300                    │<- (C)
  477.      │ DEVICE=C:\CDRM\KMECD.SYS /d:PCMCIACD                     │<- (D)
  478.      │ LASTDRIVE=M                                              │<- (E)
  479.      └──────────────────────────────────────────────────────────┘
  480.  
  481.      ┌───┬──────────────────────────────────────────────────────────────┐
  482.      │(A)│ Installing EMM386.EXE(expanded memory manager) without       │
  483.      │   │ allocating the memory window segment from C800h to CFFFh.    │
  484.      ├───┼──────────────────────────────────────────────────────────────┤
  485.      │(B)│ Installing Card Managers.                                    │
  486.      ├───┼──────────────────────────────────────────────────────────────┤
  487.      │(C)│ Installing ASPIFMGR.SYS (ASPI manager for Card Service)      │
  488.      │   │ in the condition of I/O address = 300h.                      │
  489.      ├───┼──────────────────────────────────────────────────────────────┤
  490.      │(D)│ Installing KMECD.SYS (CD-ROM Device Driver) with internal    │
  491.      │   │ device name. (PCMCIACD)                                      │
  492.      ├───┼──────────────────────────────────────────────────────────────┤
  493.      │(E)│ Setting up the last valid drive to M:.                       │
  494.      └───┴──────────────────────────────────────────────────────────────┘
  495.  
  496. 4-4. Sample for DATABOOK CardTalk V2.20
  497.  
  498.     EXAMPLE:
  499.      ┌──────────────────────────────────────────────────────────┐
  500.      │ DEVICE=C:\DOS\EMM386.EXE X=CE00-CFFF                     │<- (A)
  501.      │ .......                                                  │
  502.      │ .........                                                │
  503.      │ DEVICE=C:\PCMCIA\SOCKET.SYS                              │<- (B)
  504.      │ DEVICE=C:\PCMCIA\CARDTALK.SYS /A /NOSHARE                │<- (B)
  505.      │ .......                                                  │
  506.      │ DEVICE=C:\CDRM\ASPIFDBK.SYS /port=300 /mem=CE00          │<- (C)
  507.      │ DEVICE=C:\CDRM\KMECD.SYS /d:PCMCIACD                     │<- (D)
  508.      │ LASTDRIVE=M                                              │<- (E)
  509.      └──────────────────────────────────────────────────────────┘
  510.  
  511.      ┌───┬──────────────────────────────────────────────────────────────┐
  512.      │(A)│ Installing EMM386.EXE(expanded memory manager) without       │
  513.      │   │ allocating the memory window segment from CE00h to CFFFh.    │
  514.      ├───┼──────────────────────────────────────────────────────────────┤
  515.      │(B)│ Installing Card Managers.                                    │
  516.      ├───┼──────────────────────────────────────────────────────────────┤
  517.      │(C)│ Installing ASPIFDBK.SYS (ASPI manager for DataBook CardTalk) │
  518.      │   │ in the condition of I/O address = 300h.                      │
  519.      │   │ It specifies the memory window segment from CE00h to CFFFh   │
  520.      │   │ in order to read the card information.                       │
  521.      ├───┼──────────────────────────────────────────────────────────────┤
  522.      │(D)│ Installing KMECD.SYS (CD-ROM Device Driver) with internal    │
  523.      │   │ device name. (PCMCIACD)                                      │
  524.      ├───┼──────────────────────────────────────────────────────────────┤
  525.      │(E)│ Setting up the last valid drive to M:.                       │
  526.      └───┴──────────────────────────────────────────────────────────────┘
  527.  
  528. 5. I/O Base Address
  529.  
  530.     You can usually use the base addresses of the I/O port listed under
  531.     the description of "/port=" option in the ASPI manager. (See 1-1)
  532.     However, some of them cannot be used on some computers. For example:
  533.  
  534.      ┌──────────────────────────┬────────────────────────────────────────┐
  535.      │            PC            │  Unavailable Base Address of I/O port  │
  536.      ├──────────────────────────┼────────────────────────────────────────┤
  537.      │ Panasonic CF-580C        │ 240, 280, 2A0, 2C0, 320, 340, 380      │
  538.      │  (Card Service Version)  │  (changeable by "/IOW=" option)        │
  539.      ├──────────────────────────┼────────────────────────────────────────┤
  540.      │ Toshiba T1950C           │ 300                                    │
  541.      ├──────────────────────────┼────────────────────────────────────────┤
  542.      │ NEC Versa 40E            │ 240, 280, 2A0, 2C0, 320, 340, 380      │
  543.      └──────────────────────────┴────────────────────────────────────────┘
  544.  
  545. 6. Supplement and Troubleshooting Guide
  546.  
  547. 6-1. Base address of the I/O on the DataBook Card Service
  548.  
  549.     If you use the DataBook Card Service, you must set the base address
  550.     of I/O in the description of the Card Manager on the CONFIG.SYS file.
  551.  
  552.     EXAMPLE of the CONFIG.SYS:
  553.      ┌─────────────────────────────────────────────────────────────────┐
  554.      │ DEVICE=C:\CARDTALK\TMB240.SYS /io:240                           │
  555.      │ DEVICE=C:\CARDTALK\CTALKCS.EXE                                  │
  556.      │ DEVICE=C:\CARDTALK\CARDTALK.SYS /A /IOW=300-31F /MEMW=D000-D7FF │<- (A)
  557.      └─────────────────────────────────────────────────────────────────┘
  558.  
  559.     As shown above in (A), specify the address of I/O using the "/IOW="
  560.     option. By default, it will assign 300-31F. When you use another device
  561.     (such as a sound card) together with this CD-ROM drive, you will have to
  562.     allocate the address of I/O to both of them by using the "/IOW=" option:
  563.  
  564.       DEVICE=C:\CARDTALK\CARDTALK.SYS /A /IOW=300-31F /IOW=280-29F .......
  565.  
  566. 6-2. Examining the PCMCIA controller LSI(i82365)
  567.  
  568.     When the PC supplies neither Card Service nor Socket Service, and has
  569.     Intel i82365 (or 100% compatible) as PCMCIA controller LSI, the
  570.     installation program on the setup disk installs the ASPIF365.SYS file
  571.     automatically. This ASPI manager controls the PCMCIA controller directly.
  572.     The ASPIF365.SYS doesn't operate on DATABOOK PCMCIA controller, because
  573.     it is set on the condition of using Intel i82365.
  574.     You can look at the PCMCIA controller LSI as follows:
  575.  
  576.     (1) At the DOS prompt, type 'DEBUG'
  577.         This command usually exists in the directory C:\DOS.
  578.  
  579.     (2) Write '00h' into the 3E0h of the I/O port.
  580.  
  581.     (3) Read the returned value 3E1h of the I/O port.
  582.  
  583.     (4) Hit 'q' to quit DEBUG.COM
  584.  
  585.      ┌─────────────────────────┐
  586.      │ C:\DOS>DEBUG <enter>    │<- (1)
  587.      │ -o 3E0 0 <enter>        │<- (2)
  588.      │ -i 3E1 <enter>          │<- (3)
  589.      │ -83                     │<-  TEST RESULT
  590.      │ -q <enter>              │<- (4)
  591.      │ C:\DOS>                 │
  592.      └─────────────────────────┘
  593.  
  594.     A result value of 82, 83 and 84 indicates that the PC is using i82365
  595.     (or compatible LSI), and the ASPIF365.SYS should operate. In case the
  596.     ASPIF365.SYS doesn't operate, follow the error messages on the screen.
  597.  
  598.     When 'FF' appears as the result value, you cannot use the ASPIF365.SYS.
  599.     In such a case, there is a possibility that the PC is using the
  600.     DATABOOK PCMCIA controller. If so, you must setup both CardTalk and the
  601.     ASPIFDBK.SYS to use the CD-ROM drive.
  602.  
  603.     When the installation program of the setup disk cannot detect the Intel
  604.     i82365 (or compatible LSI), a message will appear on the screen as
  605.     follows.
  606.  
  607.      ┌─────────────────────────────────────────────────────┐
  608.      │ CardTalk(PC Card Manager) does not exist!           │
  609.      │ Please install the PC Card Manager, and restart     │
  610.      │ your computer, then install CD-ROM Drive Software.  │
  611.      │                                                     │
  612.      │                                                     │
  613.      │                                                     │
  614.      │                                                     │
  615.      │                                                     │
  616.      │                                                     │
  617.      │                                                     │
  618.      │                                                     │
  619.      │ Press any key to exit.                              │
  620.      └─────────────────────────────────────────────────────┘
  621.  
  622. 6-3. Using the CD-ROM drive with .WAVjammer(PCMCIA sound card)
  623.  
  624.     After operating the CD-ROM player, or after executing the setup disk
  625.     program, install the .WAVjammer driver soft and restart the computer.
  626.     In this condition, the Windows program will probably not operate,
  627.     because the base address of the I/O for both the CD-ROM player and
  628.     .WAVjammer are at 300h.
  629.  
  630.     You can solve this problem in one of the following ways.
  631.  
  632.     (1) Changing the address of the I/O for .WAVjammer to be other than
  633.         300h-31Fh.
  634.     (2) Editing the address of the I/O for the CD-ROM drive by changing
  635.         the "/port=300" option. (See 1-1)
  636.  
  637.     By using either one of the above methods, edit the CONFIG.SYS, restart
  638.     the computer. (Ctrl+Alt+Del) Windows should now be operative.
  639.  
  640. 6-4. In case the PC hangs up in Windows
  641.  
  642.     When operating the CD-ROM soft under Windows, there is a chance that
  643.     the PC will hang up and you can not operate the CD-ROM software.
  644.     The cause is probably a problem in the computer set-up. You can probably
  645.     solve it in the following ways.
  646.  
  647.     Please also refer to the CD-ROM soft manual as well as the computer, DOS,
  648.     and Windows manual.
  649.  
  650.    (1) Reserving memory for Windows operations
  651.        Edit the CONFIG.SYS or the AUTOEXEC.BAT to reserve more memory for
  652.        Windows.
  653.  
  654.         For example:
  655.           Adding the 'NOEMS' option to EMM386.EXE.
  656.           Remove EMM386.EXE from the CONFIG.SYS file.
  657.           Remove SMARTDRV.EXE from the AUTOEXEC.BAT file.
  658.  
  659.    (2) Using 32-Bit disk access
  660.        By using 32bit access, Windows will be able to access the hard disk
  661.        devices without using BIOS. As a result, access to the hard disk drive
  662.        will be easier and smoother.
  663.        However, on some computers you can not do this setting. Please check
  664.        with the following method.
  665.  
  666.        (1) Double click on icon 'Main'. (on 'Program Manager')
  667.        (2) Double click on icon 'Control Panel'.
  668.        (3) Click on button 'Virtual Memory...'.
  669.        (4) Click on button 'Change>>'.
  670.        (5) Click on check-box of 'Use 32-Bit Disk Access' and check
  671.            'X' mark. If this entry does not appear, you cannot use this
  672.            function.
  673.  
  674. 6-5. Playing music CD on Windows MediaPlayer
  675.  
  676.     If you wish to play a music CD on the MediaPlayer through Windows,
  677.     you must add the "[MCI] CD Audio" driver program.
  678.  
  679.     (1) Double click on icon 'Main'. (on Program Manager)
  680.     (2) Double click on icon 'Control Panel'.
  681.     (3) Double click on icon 'Drivers'.
  682.         If you find "[MCI] CD Audio" in it, you do not have to change
  683.         its setting. Quit this procedure.
  684.     (4) Click 'Add' button.
  685.     (5) Click "[MCI] CD Audio"
  686.  
  687. 6-6. In case of shortage of computer's conventional memory
  688.  
  689.     You can get more conventional memory by using the MEMMAKER command
  690.     supplied by MS-DOS (Ver. 6.2 or more). If there is a shortage of memory,
  691.     and you can't operate your CD-ROM soft, try this program.
  692.     Read your DOS manual for further details.
  693.  
  694. 6-7. Connecting to SCSI I/F board on desktop computer
  695.  
  696.     If you are using the CD-ROM with a desktop computer, a SCSI board is
  697.     necessary. If you are already using a SCSI board, before you apply this
  698.     CD-ROM's installation program, check the CONFIG.SYS and the AUTOEXEC.BAT
  699.     files to make sure there is nothing related to CD-ROM.
  700.     If there is something like the following, please erase it.
  701.  
  702.       In the CONFIG.SYS file
  703.           DEVICE=C:\<Path>\ASPICD.SYS /d:ASPICD0
  704.           DEVICE=C:\<Path>\CUNI_ASP.SYS
  705.       In the AUTOEXEC.BAT file
  706.         C:\<Path>\CORELCDX
  707.  
  708. 6-8. Computers which have a PCMCIA slot and are using another company's
  709.      SCSI card
  710.  
  711.     In the case where you will connect this CD-ROM to a computer which
  712.     has a PCMCIA card slot, and you already are using another brand SCSI
  713.     card, before you apply this CD-ROM's installation program, check the
  714.     CONFIG.SYS and the AUTOEXEC.BAT files to make sure there is nothing
  715.     related to the ASPI manager on the CD-ROM. If there is, please erase it.
  716.  
  717.     For example:
  718.  
  719.     In the CONFIG.SYS file
  720.       DEVICE=C:\<Path>\ASPIMGR.SYS
  721.       DEVICE=C:\<Path>\MA460.SYS
  722.  
  723.       DEVICE=C:\<Path>\ASPICD.SYS /d:ASPICD0
  724.       DEVICE=C:\<Path>\CUNI_ASP.SYS
  725.  
  726.     In the AUTOEXEC.BAT file
  727.       C:\<Path>\CORELCDX
  728.  
  729. 6-9. Operation of CD-ROM soft installed in the hard disk is slow
  730.  
  731.     By putting the hard disk in its best condition, operation will become
  732.     faster. You can defragment your hard drive by using the DEFRAG command on
  733.     your computer. (supplied with DOS 6.0 or later)
  734.     Please refer to your DOS manual for details.
  735.  
  736. 6-10. Terminator setting
  737.  
  738.     Please set the terminator switch according to the conditions of the
  739.     CD-ROM player.
  740.  
  741.        ON:  when used with desktop computer.
  742.        OFF: when used with the attached PC card or when used to play
  743.             just music.
  744.  
  745.     The PC card used even with the termination switch in the off position
  746.     is designed so that no problems will occur. Using it in the OFF
  747.     position also cuts power consumption.
  748.  
  749. 6-11. Insertion / Removal of the PC card with the power on
  750.  
  751.     If you are using the card manager(Card Service/Socket Service), you
  752.     can insert or take out the PC card with the computer turned on.
  753.     For example, you have connected the CD-ROM player, and then you want
  754.     to use the FAX modem card. Change the card to the FAX modem card and
  755.     use. Then, change it back to the PC card and continue.
  756.  
  757.     However, in this case if you leave the computer power on, also leave
  758.     the CD-ROM power on, and put the card into the slot. If there is more
  759.     than one card slot, make sure to put the PC card back into the same
  760.     slot as before.
  761.  
  762.