READUNAT.TXT Driver File Contents (CEM33.exe)

.        	XIRCOM CREDITCARD ETHERNET+MODEM 33.6
.            Unattended Install Instructions for Windows NT 4.0 
.                          Driver Release 1.21
.                            July 9, 1998
=======================================================================


CONTENTS
========

1) NT4 Workstation/Server Unattended Installation Instructions
2) Parameter Settings
3) Release Notes



1) NT4 WORKSTATION/SERVER UNATTENDED INSTALLATION INSTRUCTIONS
   ===========================================================

1. If installing from CD-ROM, copy the NT source files to local hard 
   drive or distribution share on server.

2. Create the following directory structure under the source directory:

   NOTE: The \NT351 and \NT40 directories should be created on the same
         directory level. Each is one level below the \CEM33 directory.
         These directories and the files copied to them need to be in 
         place in order to prevent file copy errors. These files are 
         not actually used but are referenced by the OEMSETNT.INF file.
         If these files are not located in their respective directories,
         a file copy error will be generated and will thus force user
         intervention.

         I386
           |_$OEM$
             |_NET
                |_CEM33
                  |_NT351
                  |_NT40
                 
3. Copy the following files to the I386\$OEM$\NET\CEM33 directory
   created in step 2. These files will be located in the root of the 
   install diskette (disk 1). 

        CEM33XPS.DLL    TELSEL.EX_
        CEM33XPS.SYS    XREG3.EX_
        XREG3.DA_       XREGQUES.DA_
        OEMSETNT.INF    MDMTESTW.EX_
        MDMCEM33.INF    README.TXT
        CTL3DV2.DL_     XPSTEST.EX_

4. Copy the following files to the I386\$OEM$\NET\CEM33\NT351 
   directory created in step 2. These files will be located in 
   the \NT351 directory on the install diskette (disk 1). 

         CEM33XPS.DLL      OEMSETNT.INF*
         CEM33XPS.SYS      MODEM.IN_

    *NOTE: The OEMSETNT.INF located in the \NT351 directory is intended
    specifically for Windows NT 3.51 and is not the same as the NT 4.0
    OEMSETNT.INF located in the root of the install diskette (disk 1).
    
5. Copy the following file to the I386\$OEM$\NET\CEM33\NT40 directory
   created in step 2. This file will be located in the \NT40 
   directory on the install diskette (disk 1). 

         MDMCEM33.INF

6. a) Open the \I386\DOSNET.INF file with a text editor. Add the 
      following entry under the [Files] section:

         [Files]
         d1,MDMCEM33.INF

   b) Open the \I386\TXTSETUP.SIF file with a text editor. Add the 
      following entries under the [SourceDisksFiles] and 
      [SourceDisksFiles.x86] sections:

       [SourceDisksFiles.x86]            [SourceDisksFiles]
       MDMCEM33.INF = 1,,,,,,,20,0,0     MDMCEM33.INF = 1,,,,,,,20,0,0

7. Copy the MDMCEM33.INF file located in the \NT40 directory to the \I386 
   directory.                                         

8. Download the latest version of PCMCIA.SYS (pcmfix-i.exe). The latest
   version of this file is required for an unattended install 
   configuration with the CEM33-10BT. It can be downloaded at the URL
   listed below. Rename the existing PCMCIA.SYS_  located in the \I386 
   directory. Copy the updated version to the \I386 directory.
   
   ftp.microsoft.com/bussys/winnt/winnt-public/fixes/usa/nt40/hotfixes-
   postSP3/pcm-fix/
                                  
9. Rename I386\$OEM$\NET\CEM33\OEMSETNT.INF to OEMSETUP.INF.

10. Create or use the sample answer file (ANSWER33.TXT). This file will
    be located in the \NT40 directory on disk 1.Copy it to the I386 directory.
    If you are using an answer file other than the sample provided, it
    must contain the following entries:

    [Network]
    InstallAdapters = SelectedAdaptersSection

    [SelectedAdaptersSection]
    CEM33XPS = OEMAdapterParamSection, \$OEM$\NET\CEM33

    [OEMAdapterParamSection]
    * See Section 2, 'Parameter Settings' *

    [RASParameterSection]
    PortSections = PortSectionParameters

    NOTE:  If installing RAS, there will be additional parameters that
    will need to be added. Please refer to Microsoft for further
    documentation.

    [PortSectionParameters]
    PortName = COM2
    DeviceType = Modem
    PortUsage = DialinOut
    Device = "Modem of Xircom Ethernet+Modem (CEM 33.6)"

    NOTE: The above port assignment (COM2) would assume this to be 
    the next available port. This may differ on your computer.
      
    [MODEM]
    InstallModem = ModemParametersSection

    [ModemParametersSection]
    Com2 = "Modem of Xircom Ethernet+Modem (CEM 33.6)"

    NOTE: The above port assignment (COM2) would assume this to be the
          next available port. This may differ on your computer.
  
11. Copy ANSWER33.TXT to the root of the source directory. 
   
    Execute WINNT.EXE /B /S:< Source Path > /U:< Answer file path >
    Example:  WINNT /B /S:C:\I386 /U:ANSWER33.TXT

    This example points to the answer file which is located in the root
    of the I386 directory. The /B parameter specifies a floppyless
    operation.


2) PARAMETER SETTINGS
   ==================

   NOTE: If no resource parameters are specified, the default settings
   will be used.

   IRQ Level      = 11
   IOBase Address = 0x320
   Memory Address = 0xD4000
   Modem IO       = 02E8

   NOTE: To specify settings other than the default, the values 
   specified must be the decimal equivalent of the hexadecimal value 
   desired.  For example:

   [OEMAdapterParamSection]

   InterruptNumber = Accepted Values are ( 3, 4 , 5 ,7 ,10 ,11 ,15 )
   IoBaseAddress_1 = 640   ; Network Port = 280, 768=300, 800=320;
   IOBaseAddress = 744     ; Modem IO = 03E8, 1016 = 03f8, 760 = 02F8 
   PCCARDAttributeMemoryAddress = 860160 ; Memory Address = D2000
   Mode = IO               ; Choices = 0 = IO or Memory Mapped = 1
   FEnable = 0             ; Power Savings Mode: 0 = Network and Modem,
                           ; 1 = Network Only, 2 = Modem Only

   NOTE: Items following a semi-colon (;) are comments.


   The following table indicates the decimal equivalents to hexadecimal
   values:

   IoBaseAddress_1 = 512    "0x200"
                     544    "0x220"    
                     576    "0x240"   
                     608    "0x260"  
                     640    "0x280"
                     672    "0x2A0"
                     704    "0x2C0"
                     736    "0x2E0"
                     768    "0x300"
                     800    "0x320"
                     832    "0x340"
                     864    "0x360"
                     896    "0x380"
                     928    "0x3A0"
                     960    "0x3C0"

   IOBaseAddress = 744     "02E8"
                   760     "02F8"
                   1000    "03E8"
                   1016    "03F8"

   PCCARDAttributeMemoryAddress =  815104  "0xC7000"
                                   819200  "0xC8000" 
                                   823296  "0xC9000" 
                                   827392  "0xCA000" 
                                   831488  "0xCB000" 
                                   835584  "0xCC000" 
                                   839680  "0xCD000" 
                                   843776  "0xCE000" 
                                   847872  "0xCF000" 
                                   851968  "0xD0000" 
                                   856064  "0xD1000" 
                                   860160  "0xD2000" 
                                   864256  "0xD3000" 
                                   868352  "0xD4000" 
                                   872448  "0xD5000" 
                                   876544  "0xD6000" 
                                   880640  "0xD7000" 
                                   884736  "0xD8000" 
                                   892928  "0xDA000" 
                                   897024  "0xDB000" 
                                   901120  "0xDC000" 
                                   905216  "0xDD000" 
                                   909312  "0xDE000" 
                                   913408  "0xDF000" 


3) RELEASE NOTES
   =============

   The following machines require Systemsoft Card and Socket Services
   for NT 4.0:

   DEC HINOTE VP 575
   GATEWAY 9100 SOLO

==============================end======================================
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web1, load: 0.73