Enhanced VESA Multi I/O Card (12-10153) Readme.txt Faxback Doc. # 18329 (A) HARDWARE INSTALLATION To install PT-627/8 into your system, follow these steps: 1. Turn OFF all power to your system, including any peripherals (printers, external drives, modem, etc.) 2. Unfasten the cover mounting screws on your system and open the system cover. 3. Select an open VL-BUS slot for PT-627/8 and remove the retaining screw that holds the back panel bracket. Slide the back panel bracket out and put the screw aside. (you will need it to secure the PT-627/8 later.) 4. Check the jumper setting of PT-627/8 with reference to the PT-627/8 manual before installing the card in the slot. 5. Install PT-627/8 in the selected VL-BUS slot, place the gold fingers edge connector of the card directly down until it snaps into place. Make sure it is securely in the slot. 6. Use the screw you removed from the back panel bracket to secure the PT-627/8 in place. 7. Connect the IDE cables, HD LED cable, FDD cable and I/O cables to the correct connectors and ensure the direction of cables are matching with the connectors. (The red wire of the flat cable represents pin 1 of the cable.) 8. Replace the computer's cover and secure it with the mounting screws you removed in the previous step. You have now completed the hardware installation. (B) SOFTWARE DRIVER INSTALLATION UM8672 VL BUS IDE DEVICE DRIVERS are saved in this diskette. These drivers are not only designed for UM8672 to improve IDE I/O data transfer rate between IDE hard disk(s) and your system, but also support up to 4 hard drives. The following files are included : 1. README 2. INSTALL4.EXE ( V2.1, auto install utility ) 3. UM8672.SYS ( V2.1, DOS device driver ) 4. UM8672.386 ( V2.1, Windows device driver for V3.1x ) 5. INT13.386 ( V2.1, Windows device driver for V3.1x ) 6. UMC1S506.ADD ( V2.1, OS/2 device driver for V2.x, 3.0 ) 7. UMC310.DSK ( V2.1, NetWare device driver for V3.10 ) 8. UMC311.DSK ( V2.1, NetWare device driver for V3.11, 3.12 ) 9. UMC401.DSK ( V2.1, NetWare device driver for V4.0x ) 10. ATDISK.SYS ( V2.0, Windows NT device driver for V3.x ) 11. INSTALL.EXE ( V2.0, Install utility for Windows NT ) 12. RESTORE.EXE ( V2.0, Restore utility for Windows NT ) 13. UNIX.UMC ( V2.1, SCO UNIX device drive for 3.2V4.1 ) 14. RELEASE.TXT ( Release Note for Diskette V2.1 ) (C). ┌───────────────────────────────────────────────────────────────────┐ │ Install DOS Device Driver for UM8672 VL-Bus IDE Controller │ └───────────────────────────────────────────────────────────────────┘ The INSTALL4.EXE utility can install DOS device driver automatically. If you want to install DOS device driver manually or change the drive speed, please follow the steps below. I. Copy the DOS\UM8672.SYS into the appropriate path. II. Add following statement to your CONFIG.SYS file to auto load the driver during bootup. device=[drive:][\path\]UM8672.SYS[/D][/Cyl][/Hd][/Sec] where D Drive n speed m(0-11) ( 0 the lowest ) Cyl Drive n(2-3) cylinder number m Hd Drive n(2-3) head number m Sec Drive n(2-3) sector number m For instance, the user wants to load UM8672.SYS with drive 0 speed = 6, and the DOS driver resides in the root directory of the drive C:. Add the following statement to your CONFIG.SYS file: DEVICE = C:\UM8672.SYS /D0:6 You don't need to specify drive speed and Cylinder, Head, Sector parameters usually, because the device driver is reconfigured for the optimal speed setting and detect the Cylinder, Head, Sector automatically. III. Reboot your system. IV. UM82C863, UM8663, UM8668 & UM8672 Software Switch Function En/Disable Hot-key (F10): You can press F10 to get such a picture (power on default): ┌──────────────────────────────────────────────────────────────┐ │ 1. FDC En/Disable : Enable │ │ FDC Port Select : 3F1 => 3F7 │ │ 2. Primary Serial Port : Enable │ │ Primary Serial Port Select : COM1 (3F8) │ │ 3. Secondary Serial Port : Enable │ │ Secondary Serial Port Select : COM2 (2F8) │ │ 4. Parallel Port : Enable │ │ Parallel Port Select : 3F8 => 37F │ │ 5. Primary IDE En/Disable : Enable │ │ Secondary IDE En/Disable : Disable │ │ 6. Game Port En/Disable : Enable │ │ 7. Partition table write protected En/Disable : Disable │ │ │ │ ╔════════════════════════════════════════════╗ │ │ ║Press Key to Quit setup ║ │ │ ║ Key to Set status & Quit ║ │ │ ║ Key to Select item up ║ │ │ ║ Key to Select item down ║ │ │ ║ Key to Toggle status ║ │ │ ╚════════════════════════════════════════════╝ │ └──────────────────────────────────────────────────────────────┘ The user should consider the system environment to change the setup. (D). ┌───────────────────────────────────────────────────────────────────┐ │ Install Windows Device Driver V3.x for VL-Bus IDE Controller │ └───────────────────────────────────────────────────────────────────┘ The INSTALL4.EXE utility can install Windows device driver automatically. If you want to install Windows device driver for your system manually or change the drive speed, please follow the steps below: I. Copy the Windows\UM8672.386 and Windows\INT13.386 into the appropriate path. II. Check if the following lines exist in the [386Enh] section of your SYSTEM.INI file. [386Enh] 32BitDiskAccess=ON device=*int13 device=*wdctrl If any statement does not exist, please add it to the [386Enh] section. Please add a preceding semi-colon in front of "device=*wdctrl" and "device=*int13" command lines. If "32BitDiskAccess" option is set to be "OFF", Please change it to be "ON". III. Add these following statements to the [386Enh] section in your \WINDOWS\SYSTEM.INI file: device = [drive:][\path\] UM8672.386 device = [drive:][\path\] INT13.386 DriveSpeed = [/D] where D Drive n speed m(0-11) ( 0 the lowest ) For instance, the user wants to load Windows drivers with drive 1 speed = 11, and the Windows drivers reside in the WINDOWS\ SYSTEM directory of the drive C:. Add the following statements to your SYSTEM.INI file: [386Enh] 32BitDiskAccess=ON ;device=*int13 ;device=*wdctrl DriveSpeed = /D1:11 device = c:\windows\system\UM8672.386 device = c:\windows\system\INT13.386 You don't need to specify drive speed parameters usually, because the device driver is reconfigured for the optimal speed setting. IV. Reenter your Windows. (E). ┌───────────────────────────────────────────────────────────────────┐ │ Install OS/2 Device Driver V2.x/V3.0 for VL-Bus IDE Controller │ └───────────────────────────────────────────────────────────────────┘ If you want to install OS/2 device driver for your system, please follow the steps below: I. Copy the OS2\UMC1S506.ADD into the OS2 directory of your system for OS/2 V2.x or copy the OS2\UMC1S506.ADD into the OS2\BOOT sub directory of your system for OS/2 V3.0. II. Check if the following line exists in the CONFIG.SYS file: BaseDev = IBM1S506.ADD If the statement exists, please delete it or add "REM" in front of it. III. Add this following statement to your CONFIG.SYS file: BaseDev = UMC1S506.ADD [/A:<0 or 1> /U:<0 or 1> /S:] where speed : drive speed setting from 0 to 11 ( 0 the lowest ) NOTE: The user MUST NOT specify either drive or path name. For instance, the user wants to load UMC1S506.ADD with drive (Unit) 0 speed 6 and drive (Unit) 1 speed 11 which are attached on Adapter 0. Add the following statement to your CONFIG.SYS file: BaseDev = UMC1S506.ADD /A:0 /U:0 /S:6 /U:1 /S:11 You don't need to specify drive speed parameters usually, because the device driver is reconfigured for the optimal speed setting. IV. Reboot your system. (G). ┌───────────────────────────────────────────────────────────────────┐ │ Install NetWare Device Driver for VL-Bus IDE Controller │ └───────────────────────────────────────────────────────────────────┘ If you want to install NetWare device driver for your system, please follow the steps below: I. Copy the NetWare\UMCxxx.DSK into the appropriate path. II. Bring up the NetWare server of your system. III. Type the following statement after the ":" prompt :load UMCxxx PORT= INT= [/D][/Cyl][/Hd][/Sec] where x 1F0 or 170 y E or F D Drive n speed m(0-11) ( 0 the lowest ) Cyl Drive n(2-3) cylinder number m Hd Drive n(2-3) head number m Sec Drive n(2-3) sector number m NOTE: You MUST NOT load the ISADISK.DSK when you are installing UMCxxx.DSK Netware driver. For instance, the user wants to load UMC310.DSK with drive 0 speed 6 and drive 1 speed 11 which are attached on the primary controller. Add the following statement after the ":" prompt. :LOAD UMC310 /D0:6 /D1:11 PORT=1F0 INT=E You don't need to specify drive speed and Cylinder, Head, Sector parameters usually, because the device driver is reconfigured for the optimal speed setting and detect the Cylinder, Head, Sector automatically. (H). ┌───────────────────────────────────────────────────────────────────┐ │ Install Windows NT Device Driver for VL-Bus IDE Controller │ └───────────────────────────────────────────────────────────────────┘ I. Insert this diskette in a floppy disk drive, and close the drive door. II. At the DOS command prompt, type the drive letter of the floppy disk drive you are using, followed by a colon(:), type INSTALL, and then press ENTER. For example: C:\WINNT>a:\winnt\install III. The Installation Utility will install the Windows NT Device Driver automatically. (Hb).┌───────────────────────────────────────────────────────────────────┐ │ Restore Windows NT Device Driver for VL-Bus IDE Controller │ └───────────────────────────────────────────────────────────────────┘ I. At the DOS command prompt, type the drive letter of the floppy disk drive you are using, followed by a colon(:), type RESTORE, and then press ENTER. For example, C:\WINNT>a:\winnt\restore II. The Restore Utility will restore the Windows NT Device Driver automatically. (I). ┌───────────────────────────────────────────────────────────────────┐ │ Install SCO UNIX Device Driver for VL-Bus IDE Controller │ └───────────────────────────────────────────────────────────────────┘ If you want to install SCO UNIX device driver for your system, please follow the steps below. Type the following statements under UNIX system. I. mkdir /UM8672.bin II. cd /UM8672.bin III. doscp a:unix.umc . IV. tar xf - < unix.umc V. cd /UM8672.bin VI. ./istl.um8672 If you want to remove SCO UNIX device driver from your system, please follow the steps below. Type the following statements under UNIX system. I. cd /UM8672.bin II. ./rm.um8672 (J). ┌─────────────────────────────┐ │ Trademark Acknowledgments │ └─────────────────────────────┘ VL-Bus is a trademark of the Video Electronics Standards Association. MS-DOS and Windows are registered trademarks of Microsoft Corporation. OS/2 is a registered trademark of IBM Corporation. NetWare is a registered trademark of Novell Corporation. Other brand names or trademarks are registered trade marks of their respective holders.