Extracting Procedures for Comtrol Drivers This file describes how to manipulate a driver package downloaded from the Comtrol FTP/Web site or from other media to your system for installation. Driver package names are released with the following format: 180####X[tar pax].zzz Where: 180####: Comtrol part number. For example, 18000014. X: Revision letter, may be followed by a beta level number; for example, A5. pax: Optional. Archive format for QNX systems. tar: Optional. Archive format for UNIX systems. zzz: File Suffix, which can be any of the following: .zip Archive suffix for PKUNZIP or WinZip(R) .exe Self-extracting file .Z Compressed format for UNIX systems .F Compressed format for QNX systems .gz Archive suffix for gnuzip The name of the driver package will be refered to as pkgname in the following procedures. ====================================================================== PKUNZIP (Novell and DOS) Use the following procedure to extract driver files. 1. Download the driver package or locate the package on the distribution media, and copy to a temporary directory on your system. 2. Go to your temporary directory, and use PKUNZIP to extract the files: pkunzip -d pkgname.zip 3. Optionally, copy the extracted driver files to a blank floppy to create an installation diskette (or you can install from the directory on your hard drive). 4. To install, follow the software installation instructions found in the Software Installation and Configuration Guide, or readme.txt file that accompanies the driver. See FURTHER INFORMATION for details on downloading manuals. ====================================================================== WinZip (Windows 95/98 and Windows NT) Use the following procedure to extract driver files. 1. Download the driver package or locate the package on the distribution media, and copy to a temporary directory on your system. 2 In Windows Explorer, double-click on the file and follow the on-line instructions. NOTE: We recommend creating a new directory to place the extracted files. 3. Optionally, copy the extracted driver files to a blank floppy to create an installation diskette (or you can install from the directory on your hard drive). 4. To install, follow the software installation instructions found in the Software Installation and Configuration Guide, or readme.txt file that accompanies the driver. See FURTHER INFORMATION for details on downloading manuals. ====================================================================== Self-Extractor (Windows 95/98, Windows NT) Use the following procedure to extract driver files. 1. Download the driver package or locate the package on the distribution media, and copy to a temporary directory on your system. 2. Double-click on the driver package; the self-extractor utility starts. The utility displays your system’s default target drive and directory where the extracted files will be placed. (For example, c:\temp.) 3. Optionally, enter a target drive and/or directory. NOTE: We recommend creating a new directory to place the extracted files. 4. Click the Unzip button. When the process is finished, a reminder message displays, and you may close the self-extractor utility. 5. Optionally, copy the extracted driver files to a blank floppy to create an installation diskette (or you can install from the directory on your hard drive). 6. To install, follow the software installation instructions found in the Software Installation and Configuration Guide, or readme.txt file that accompanies the driver. See FURTHER INFORMATION for details on downloading manuals. ====================================================================== SCO OpenServer, SCO UNIX, or SCO XENIX driver package extraction If you have downloaded the driver package on to a DOS based system, copy the package to a DOS formatted diskette. Use the doscp command to copy the driver package from a DOS diskette onto the UNIX/XENIX system. For example: doscp a:pkgname.z pkgname.Z This copies the package file onto the UNIX box into the current directory. Make sure you use a capital Z. We recommend specifying a temporary directory when copying the package on to your system. ------------------------------------------------ Use the following procedure to extract driver files: 1. If you haven't already done so, copy or download the driver package to a temporary directory. (Example: /temp) 2. In the temporary directory, use the uncompress command on the package file. For example: uncompress pkgname.Z This uncompresses the file and provides you with a file named pkgname. 3. Create an installation diskette by using the dd command to copy the package file out to a floppy drive. For example: dd if=pkgname of=/dev/rfd?135ds18 (high density 3.5") dd if=pkgname of=/dev/rfd?135ds9 (low density 3.5") dd if=pkgname of=/dev/rfd?96ds15 (high density 5.25") dd if=pkgname of=/dev/rfd?ds9 (low density 5.25") where ? = 0 or 1 depending on primary or secondary drive. 4. Use the Custom utility to install the package from the installation diskette. Consult the man pages for more information about custom. 5. For further configuration information, refer to the Software Installation and Configuration Guide, or README file that accompanies the driver. See FURTHER INFORMATION for details on downloading manuals. ====================================================================== Linux driver package extraction If you have downloaded the driver package on to a DOS based system, copy the package file to a DOS formatted diskette. Use the mcopy command to copy the driver package to the /usr/src directory on your linux system. For example: mcopy a:pkgname.gz /usr/src/pkgname.gz ------------------------------------------------ Use the following procedure to extract driver files: 1. If you haven't already done so, copy or download the driver package to the /usr/src/ directory. 2. In the /usr/src directory, use the tar command to uncompress and extract the driver files. tar xzvf pkgname.gz This creates a subdirectory named comtrol, which contains the device driver and associated files. 4. For installation instructions, refer to the README file that accompanies the package. ====================================================================== SCO UnixWare driver package extraction If you have downloaded the driver package on to a DOS based system, copy the package file to a DOS formatted diskette. Use the appropriate copy command to copy the driver package from a DOS formatted diskette to the /var/spool/pkg directory on a UnixWare system. For example: Unixware 2.X: doscp a:pkgname.z /var/spool/pkg/pkgname.Z Unixware 7.X: mcopy a:pkgname.z /var/spool/pkg/pkgname.Z NOTE: For Unixware 7.X, you will need to install mtools from the Skunkware CD. ------------------------------------------------ Use the following procedure to extract driver files: 1. If you haven't already done so, copy or download the driver package to the /var/spool/pkg directory. 2. In the /var/spool/pkg directory, as root, type: uncompress pkgname.Z tar xvf pkgname This creates a subdirectory named rckt, which contains the device driver and associated files. 3. To install the driver, type: pkgadd rckt 4. For further configuration information, refer to the Software Installation and Configuration Guide, or README file that accompanies the driver. See FURTHER INFORMATION for details on downloading manuals. ====================================================================== Solaris driver package extraction If you have downloaded the driver package on to a DOS based system, copy the package file to a DOS formatted diskette. Use the volcheck command to check the floppy, and mount it. Then copy the driver package to the /var/spool/pkg directory on your Solaris system. For example: volcheck cp /floppy/floppy#/pkgname.z /var/spool/pkg/pkgname.Z NOTE: Where # is the drive number (0 or 1). Type eject to unmount the diskette. ------------------------------------------------ OR 1. Start up OpenWindows. Type: /usr/openwin/bin/openwin. 2. Go to the File Manager. 3. Insert the diskette that contains the Solaris file you downloaded. 4. Go to the File menu and select Check Floppy. 5. Drag the pkgname.Z file from the floppy to the /var/spool/pkg directory. ------------------------------------------------ Use the following procedure to extract driver files. 1. If you haven't already done so, copy or download the driver package to the /var/spool/pkg directory. 2. In the /var/spool/pkg directory, as root and type: uncompress pkgname.Z tar xvf pkgname This creates a subdirectory named rckt, which contains the device driver and associated files. 3. To install the driver, type: pkgadd rckt 4. For further configuration information, refer to the Software Installation and Configuration Guide, or README file that accompanies the driver. See FURTHER INFORMATION for details on downloading manuals. ====================================================================== QNX driver package extraction If you have downloaded the driver package on to a DOS based system, copy the package file to a DOS formatted diskette. Use the following procedure to transfer a driver package on a DOS formatted diskette on to a QNX system. Use the Dosfsys command to mount the DOS formatted diskette, and copy the driver package from the DOS diskette to the /bin directory on a QNX system. For example: Dosfsys a=/dev/fd0 cp /dev/fd0/pkgname.f /bin/pkgname.F ------------------------------------------------ Use the following procedure to extract driver files: 1. To extract the driver files, type: install -u pkgname.F OR cat pkgname.F | melt | pax -rv This creates a subdirectory named Comtrol, which contains the device driver and associated files. 2. You can now do one of the following: a.) add this directory to your binary path, or b.) you can make links or copy the Comtrol drivers files (Dev##.rckt) to your /bin directory. ------------------------------------------------ Use the following procedure to create a Comtrol QNX driver diskette: 1. Follow steps 1-3 under "QNX driver file extraction". 2. Place a diskette into the floppy drive (/dev/fd0). 3. To create the diskette, type: cat pkgname.F | vol -ws2 /dev/fd0 4. To install from the floppy, type: install By default, install will look for the floppy. 5. For further configuration information, refer to the Software Installation and Configuration Guide, or README file that accompanies the driver. You may use the 'use' command to list the driver's parameters. and load the driver as discussed in the Software Installation documentation. See FURTHER INFORMATION section for details on downloading manuals. ===================================================================== FreeBSD/BSDI driver package extraction If you have downloaded the driver package on to a DOS based system, copy the package file to a DOS formatted diskette. Use the mount_msdos command to mount the diskette in order to copy the driver package to the /usr/src directory on your system. For example: mkdir /dos (insert the diskette into the drive) mount_msdos /dev/fd0 /dos cp /dos/pkgname.gz /usr/src/pkgname.gz umount /dos ------------------------------------------------ Use the following procedure to extract driver files: 1. If you haven't already done so, copy or download the driver package to the /usr/src/ directory. 2. In the /usr/src directory, use the tar command to uncompress and extract the driver files. gunzip < pkgname.gz |xvf- This creates a subdirectory named comtrol, which contains the device driver and associated files. 3. For installation instructions, refer to the README file that accompanies the driver. ====================================================================== FURTHER INFORMATION If you do not have a current copy of the Software Installation and Configuration Guide, you may download these files from Comtrol's website: http://www.comtrol.com/coperate.htm OR ftp site: ftp://ftp.comtrol.com/docs/Software ====================================================================== TECHNICAL SUPPORT Before contacting Comtrol Technical Support, please make sure that you have the following information: - Comtrol product name and model number - Comtrol driver software product and revision and/or version - Operating system type and release number - Computer make, model, and speed - If ISA, your I/O address selections - If using IRQ, your interrupt selection - List other devices in the computer and their I/O addresses CORPORATE HEADQUARTERS: email: support@comtrol.com web: http://www.comtrol.com ftp: ftp://ftp.comtrol.com fax: (651) 631-8117 phone: (651) 631-7654 COMTROL EUROPE: email: support @comtrol.co.uk web: http://www.comtrol.co.uk fax: +44 (0) 1 869-323-211 phone: +44 (0) 1 869-323-220 ====================================================================== TRADEMARKS Comtrol and RocketModem are trademarks and RocketPort is a registered trademark of Comtrol Corporation. Microsoft and Windows Explorer are registered trademarks of Microsoft Corporation. PKUNZIP are registered trademarks of PKWARE, Inc. QNX is a registered trademark of QNX Software Systems Ltd. WinZip is a registered trademark of Nico Mak Computing, Inc. Novell is a registered trademark of Novell, Inc. OpenWindows and Solaris are trademarks of Sun Microsystems, Inc. in the US and other countries. UnixWare, SCO OpenServer, UNIX, and Xenix are registered trademarks and Skunkware is a trademark of The Santa Cruz Operation, Inc. in the US and other countries. Other product and company names mentioned herein may be the trademarks and/or registered trademarks of their respective owners. ====================================================================== COPYRIGHTS AND NOTICES Copyright (c)1997-1999 Comtrol Corporation. All Rights Reserved. Comtrol Corporation makes no representations or warranties with regard to the contents of this guide or to the suitability of Comtrol products for any particular purpose. Specifications subject to change without notice. Some software or features may not be available at the time of publication. Contact your reseller for current product information. DOCUMENT NUMBER: 8000027 DOCUMENT REV: A