home *** CD-ROM | disk | FTP | other *** search
/ ftp.comtrol.com / 2014.07.ftp.comtrol.com.tar / ftp.comtrol.com / beta / extract.txt
Text File  |  2000-08-16  |  16KB  |  484 lines

  1. EXTRACTING COMTROL DRIVERS PACKAGES
  2.  
  3.  
  4.  
  5. This file describes how to manipulate a driver package downloaded 
  6. from the Comtrol FTP/Web site or from other media to your
  7. system for installation. 
  8.  
  9. Driver package names are released with the following format:
  10.  
  11.    180####X[tar pax].zzz
  12.  
  13. Where:
  14.  
  15.    180####:  Comtrol part number. For example, 1800014.
  16.  
  17.          X:  Revision letter, may be followed by a beta level 
  18.              number; for example, A_5.
  19.  
  20.        pax:  Optional. Archive format for QNX systems.
  21.  
  22.        tar:  Optional. Archive format for UNIX systems.
  23.  
  24.        zzz:  File Suffix, which can be any of the following:
  25.              .zip  Archive suffix for PKUNZIP or WinZip(R)
  26.              .exe  Self-extracting file
  27.              .Z    Compressed format for UNIX systems
  28.              .tz   Archive suffix for tar and compressed files
  29.              .F    Compressed format for QNX systems
  30.              .[t]gz   Archive suffix for tar and gnuzip files
  31.  
  32. The name of the driver package will be referred to as pkgname in
  33. the following procedures.
  34.        
  35. =================================================================
  36. Novell and DOS (PKUNZIP)
  37.  
  38. Use the following procedure to extract driver files.
  39.  
  40. 1.  Download the driver package or locate the package on the
  41.     distribution media, and copy to a temporary directory on your
  42.     system.
  43.  
  44. 2.  Go to your temporary directory and use PKUNZIP to extract 
  45.     the files:
  46.  
  47.        pkunzip -d pkgname.zip
  48.  
  49. 3.  Optionally, copy the extracted driver files to a blank floppy
  50.     to create an installation diskette (or you can install from
  51.     the temporary directory on your hard drive).
  52.  
  53. 4.  To install, follow the software installation instructions
  54.     found in the software installation documentation or 
  55.     readme.txt file that accompanies the driver. See FURTHER 
  56.     INFORMATION for details on downloading current documentation.
  57.  
  58.  
  59. =================================================================
  60. Windows 95/98 and Windows NT (WinZip)
  61.  
  62. Use the following procedure to extract driver files.
  63.  
  64. 1.  Download the driver package or locate the package on the
  65.     distribution media, and copy to a temporary directory on your
  66.     system.
  67.  
  68. 2   In Windows Explorer, double-click on the file and follow the
  69.     on-line instructions.
  70.  
  71.     NOTE: Creating a new directory to place the extracted files
  72.           is recommended.
  73.  
  74. 3.  Optionally, copy the extracted driver files to a blank floppy
  75.     to create an installation diskette (or you can install from
  76.     the temporary directory on your hard drive).
  77.  
  78. 4.  To install, follow the software installation instructions
  79.     found in the software installation documentation or 
  80.     readme.txt file that accompanies the driver. See FURTHER 
  81.     INFORMATION for details on downloading current documentation.
  82.  
  83.  
  84. =================================================================
  85. Windows 95/98 and Windows NT (Self-Extracting)
  86.  
  87. Use the following procedure to extract driver files.
  88.  
  89. 1.  Download the driver package or locate the package on the
  90.     distribution media, and copy to a temporary directory on your
  91.     system.
  92.  
  93. 2.  Double-click on the driver package; the self-extractor 
  94.     utility starts.
  95.  
  96.     The utility displays your systemÆs default target drive and 
  97.     directory where the extracted files will be placed.  (For
  98.     example, c:\Comtrol)
  99.  
  100. 3.  Optionally, enter a target drive and/or directory.
  101.  
  102.     NOTE: Creating a new directory to place the extracted files
  103.           is recommended.
  104.  
  105. 4.  Click the Unzip button.
  106.  
  107.     When the process is finished, a message displays, and
  108.     you may close the self-extractor utility.
  109.  
  110. 5.  Optionally, copy the extracted driver files to a blank floppy
  111.     to create an installation diskette (or you can install from
  112.     the directory on your hard drive).
  113.  
  114. 6.  To install, follow the instructions found in the software
  115.     installation documentation or readme.txt file that
  116.     accompanies the driver. See FURTHER INFORMATION for 
  117.     details on downloading current documentation.
  118.  
  119.  
  120. =================================================================
  121. SCO OpenServer, SCO UNIX, or SCO XENIX Driver Package Extraction
  122. (compressed Image files)
  123.  
  124. If you have downloaded the driver package on to a DOS based
  125. system, copy the package to a DOS formatted diskette.
  126.  
  127. Use the doscp command to copy the driver package from a DOS
  128. diskette into a temporary directory on the UNIX/XENIX system. 
  129. For example:
  130.     
  131.    doscp a:pkgname.z /tmp/pkgname.Z
  132.  
  133. This copies the package file onto the UNIX box into the /tmp 
  134. directory. Make sure you use a capital Z. 
  135.  
  136. ------------------------------------------------
  137. Use the following procedure to extract driver files: 
  138.  
  139. 1.  Copy or download the driver package to a temporary 
  140.     directory. (For example: /tmp)
  141.  
  142. 2.  In the temporary directory, use the uncompress command on the
  143.     package file. For example:
  144.  
  145.        uncompress pkgname.Z  
  146.  
  147.     This uncompresses the file and provides you with a diskette
  148.     image file named pkgname. 
  149.  
  150. 3.  Create an installation diskette by using the dd command to 
  151.     copy the package file out to a floppy drive. For example:
  152.  
  153.        dd if=pkgname of=/dev/rfd?135ds18 (high density 3.5")
  154.  
  155.     where ? = 0 or 1 depending on primary or secondary drive.
  156.     For more options for dd, consult the man pages for dd.
  157.  
  158. 4.  Use the Custom utility to install the package from the 
  159.     installation diskette. Consult the man pages for more
  160.     information about Custom. 
  161.  
  162. 5.  For further configuration information, refer to the
  163.     software installation documentation or the readme file
  164.     packaged with the driver. See FURTHER INFORMATION
  165.     for details on downloading current documentation.
  166.  
  167. =================================================================
  168. Linux Driver Package Extraction (tar and gunzip files)
  169.  
  170. If you have downloaded the driver package on to a DOS based 
  171. system, copy the package file to a DOS formatted diskette.
  172.  
  173. Use the mount command to mount the diskette in order to copy 
  174. the driver package to the /usr/src directory on your system.
  175. For example:
  176.    mkdir /dos
  177.    mount -t msdos /dev/fd0 /dos
  178.    cp /dos/pkgname.[t]gz /usr/src/pkgname.[t]gz
  179.    umount /dos
  180.  
  181. Or you may use the mcopy command to copy the driver package 
  182. to the /usr/src directory on your linux system. For example:
  183.  
  184.    mcopy a:pkgname.[t]gz /usr/src/pkgname.[t]gz
  185.  
  186. ------------------------------------------------
  187. Use the following procedure to extract driver files: 
  188.  
  189. 1.  If you havenÆt already done so, copy or download the driver 
  190.     package to the /usr/src/ directory.
  191.  
  192. 2.  In the /usr/src directory, use the tar command to uncompress
  193.     and extract the driver files.
  194.  
  195.        tar xzvf pkgname.[t]gz
  196.  
  197.     This creates a subdirectory (ie. comtrol or vs1000) that
  198.     contains the device driver and associated files.
  199.  
  200. 3.  For installation instructions, refer to the readme file
  201.     packaged with the driver.
  202.  
  203. ==================================================================
  204. SCO UnixWare Driver Package Extraction (tar and compressed files)
  205.  
  206. If you have downloaded the driver package on to a DOS based
  207. system, copy the package file to a DOS formatted diskette.
  208.  
  209. Use the appropriate copy command to copy the driver package 
  210. from a DOS formatted diskette to the /var/spool/pkg directory
  211. on a UnixWare system. For example:
  212.  
  213.      Unixware 2.X:
  214.         doscp a:pkgname.z /var/spool/pkg/pkgname.Z
  215.  
  216.      Unixware 7.X:
  217.         mcopy a:pkgname.z /var/spool/pkg/pkgname.Z
  218.  
  219.     NOTE: For Unixware 7.X, you will need to install mtools 
  220.           from the Skunkware CD.
  221.  
  222. ------------------------------------------------
  223. Use the following procedure to extract driver files: 
  224.  
  225. 1.  If you havenÆt already done so, copy or download the driver 
  226.     package to the /var/spool/pkg directory.
  227.  
  228. 2.  In the /var/spool/pkg directory, as root, type:
  229.  
  230.        uncompress pkgname.Z
  231.        tar xvf pkgname
  232.  
  233.     This creates a subdirectory (for example, rckt) that 
  234.     contains the device driver and associated files.
  235.  
  236. 3.  To install the driver, type: pkgadd [name of subdirectory].
  237.  
  238. 4.  For further configuration information, refer to the software
  239.     installation documentation, or readme file packaged with
  240.     the driver.  See FURTHER INFORMATION for details on
  241.     downloading current documentation.
  242.  
  243. ==================================================================
  244. Solaris Driver Package Extraction (tar and compressed files)
  245.  
  246. If you have downloaded the driver package on to a DOS based 
  247. system, copy the package file to a DOS formatted diskette.
  248.  
  249. Use the volcheck command to check the floppy, and mount it. Then 
  250. copy the driver package to the /var/spool/pkg directory on 
  251. your Solaris system. For example:
  252.  
  253.    volcheck
  254.    cp /floppy/floppy#/pkgname.z /var/spool/pkg/pkgname.Z
  255.  
  256.    NOTE: Where # is the drive number (0 or 1). 
  257.  
  258.    Type eject to unmount the diskette.
  259.  
  260. OR
  261.  
  262. 1.  Start up OpenWindows by typing:
  263.  
  264.        /usr/openwin/bin/openwin
  265.  
  266. 2.  Go to the File Manager.
  267.  
  268. 3.  Insert the diskette that contains the Solaris file you
  269.     downloaded. 
  270.  
  271. 4.  Go to the File menu and select Check Floppy. 
  272.  
  273. 5.  Drag the pkgname.Z file from the floppy to the 
  274.     /var/spool/pkg directory. 
  275.  
  276. ------------------------------------------------
  277. Use the following procedure to extract driver files.
  278.  
  279. 1.  If you havenÆt already done so, copy or download the driver 
  280.     package to the /var/spool/pkg directory.
  281.  
  282. 2.  In the /var/spool/pkg directory, as root and type:
  283.  
  284.        uncompress pkgname.Z
  285.        tar xvf pkgname
  286.  
  287.     This creates a subdirectory named (for example, rckt) that
  288.     contains the device driver and associated files.
  289.  
  290. 3.  To install the driver, type: pkgadd [name of subdirectory].
  291.  
  292. 4.  For further configuration information, refer to the software
  293.     installation documentation or the readme file packaged with
  294.     the driver. See FURTHER INFORMATION for details
  295.     on downloading current documentation.
  296.  
  297.  
  298. ==================================================================
  299. QNX Driver Package Extraction (pax and frozen files)
  300.  
  301. If you have downloaded the driver package on to a DOS based 
  302. system, copy the package file to a DOS formatted diskette.
  303.  
  304. Use the following procedure to transfer a driver package on 
  305. a DOS formatted diskette on to a QNX system.
  306.  
  307. Use the Dosfsys command to mount the DOS formatted diskette
  308. and copy the driver package from the DOS diskette to the 
  309. /bin directory on a QNX system. For example: 
  310.  
  311.    Dosfsys a=/dev/fd0
  312.    cp /dev/fd0/pkgname.f /bin/pkgname.F
  313.  
  314. ------------------------------------------------
  315. Use the following procedure to extract driver files: 
  316.  
  317. 1.  To extract the driver files, type:
  318.  
  319.        install -u pkgname.F
  320.     OR
  321.        cat pkgname.F | melt | pax -rv
  322.  
  323.     This creates a subdirectory named (for example, Comtrol) 
  324.     that contains the device driver and associated files.
  325.  
  326. 2.  You can now do one of the following:
  327.     *  Add this directory to your binary path
  328.     or 
  329.     *  Make links or copy the Comtrol drivers files
  330.        (Dev##.rckt) to your /bin directory.
  331.  
  332. ------------------------------------------------
  333. Use the following procedure to create a Comtrol QNX driver 
  334. diskette: 
  335.  
  336. 1.  Follow Steps 1-3 under "QNX Driver File Extraction."
  337.  
  338. 2.  Place a diskette into the floppy drive (/dev/fd0).
  339.  
  340. 3.  To create the diskette, type:
  341.  
  342.        cat pkgname.F | vol -ws2 /dev/fd0
  343.  
  344. 4.  To install from the floppy, type:
  345.  
  346.        install
  347.  
  348.     By default, install will look for the floppy.   
  349.  
  350. 5.  For further configuration information, refer to the software
  351.     installation documentation or readme file package with the
  352.     driver. 
  353.  
  354. Note: You can use the ÆuseÆ command to list the driverÆs 
  355.       parameters and load the driver as discussed in the 
  356.       software installation documentation. 
  357.  
  358. See FURTHER INFORMATION for details on downloading current 
  359. documentation.
  360.  
  361. ==================================================================
  362. FreeBSD Driver Package Extraction (tar and gunzip files)
  363.  
  364. If you have downloaded the driver package on to a DOS based 
  365. system, copy the package file to a DOS formatted diskette.
  366.  
  367. Use the mount_msdos command to mount the diskette in order 
  368. to copy the driver package to a temporary directory on your 
  369. system. For example:
  370.     
  371.    mkdir /dos (Insert the diskette into the drive.)
  372.    mount_msdos /dev/fd0 /dos
  373.    cp /dos/pkgname.[t]gz /tmp/pkgname.[t]gz
  374.    umount /dos
  375.  
  376. ------------------------------------------------
  377. Use the following procedure to extract driver files: 
  378.  
  379. 1.  If you havenÆt already done so, copy or download the driver 
  380.     package to a temporary directory.
  381.  
  382. 2.  In your temporary directory, use the tar command to 
  383.     uncompress and extract the driver files.
  384.  
  385.        tar xzvf pkgname.[t]gz
  386.  
  387.     This extracts the device driver files and associated text
  388.     files.
  389.  
  390. 3.  For installation instructions, refer to the readme file
  391.     packaged with the driver.
  392.  
  393. ==================================================================
  394. FURTHER INFORMATION
  395.  
  396. If you received media packaged with your hardware, you can check
  397. the ftp or web site address below for updated:
  398.  
  399. *  Device driver or diagnostics for your operating system
  400.  
  401. *  Software installation documentation
  402.  
  403. http://www.comtrol.com/coperate.htm
  404.  
  405.    or
  406.  
  407. ftp://ftp.comtrol.com/
  408.  
  409.  
  410. ==================================================================
  411. TECHNICAL SUPPORT
  412.  
  413. Before contacting Comtrol Technical Support, please make sure
  414. that you have the following information:
  415.  
  416. -  Comtrol product name and model number
  417. -  Comtrol driver software product and revision and/or version
  418. -  Operating system type and release number
  419. -  Computer make, model, and speed
  420. -  If ISA, your I/O address selections
  421. -  If using IRQ, your interrupt selection
  422. -  List other devices in the computer and their I/O addresses 
  423.  
  424. CORPORATE HEADQUARTERS:
  425.   email: support@comtrol.com
  426.   web: http://www.comtrol.com
  427.   ftp: ftp://ftp.comtrol.com
  428.   fax: (651) 494-4199
  429.   phone: (651) 494-4100
  430.  
  431. COMTROL EUROPE:
  432.   email: support@comtrol.co.uk
  433.   web: http://www.comtrol.co.uk
  434.   fax: +44 (0) 1 869-323-211
  435.   phone: +44 (0) 1 869-323-220
  436.  
  437.  
  438. ==================================================================
  439. TRADEMARKS
  440.  
  441. Comtrol is a registered trademark of Comtrol Corporation.
  442.  
  443. Linux is a registered trademark of Linux Torvalds.
  444.  
  445. Windows and Windows Explorer are registered trademarks of 
  446. Microsoft Corporation.
  447.  
  448. WinZip is a registered trademark of Nico Mak Computing, Inc. 
  449.  
  450. Novell is a registered trademark of Novell, Inc.
  451.  
  452. PKUNZIP are registered trademarks of PKWARE, Inc.
  453.  
  454. QNX is a registered trademark of QNX Software Systems Ltd.
  455.  
  456. OpenWindows and Solaris are trademarks of Sun Microsystems,
  457. Inc. in the US and other countries.
  458.  
  459. UnixWare, SCO OpenServer, UNIX, and Xenix are registered 
  460. trademarks and Skunkware is a trademark of The Santa Cruz
  461. Operation, Inc. in the US and other countries.
  462.  
  463. Other product and company names mentioned herein may be 
  464. the trademarks and/or registered trademarks of their 
  465. respective owners.
  466.  
  467.  
  468. ==================================================================
  469. COPYRIGHTS AND NOTICES
  470.  
  471. Copyright (c)1997-2000 Comtrol Corporation. 
  472. All Rights Reserved.
  473.  
  474. Comtrol Corporation makes no representations or warranties with
  475. regard to the contents of this file or to the suitability of
  476. Comtrol products for any particular purpose. Specifications
  477. subject to change without notice. Some software or features may
  478. not be available at the time of publication. Contact your
  479. reseller for current product information.
  480.  
  481.  
  482. DOCUMENT NUMBER: 2000159
  483. DOCUMENT REV: A
  484.