####################################################################### # Silicon Image SiI SATA controller # # Linux Driver # ####################################################################### 1. OVERVIEW This driver disk adds support for SiI SATA controller that is otherwise not supported by a Distribution. For newer kernels this driver overrides the Open Source Driver. Supported Versions: . SuSE 8.2 2. CREATE FLOPPY dd if=[distribution]_sii6514.img of=/dev/fd0 (In a Linux System) where distribution is redhat or suse_united See Full Install if you want to use WINDOWS to create the floppy => Configure RAID SET using the controller BIOS if you want RAID functionality See FULL INSTRUCTIONS guide to resolve common problems The following BIOS BOOT sequence is recommended => CD, Floppy, Hard Disk 3. INSTALL SOFTWARE SuSE 8.2 3.1 Insert Bootable CDROM 3.2 Press F3 before Installation Begin 3.3 Choose "Installation" instead of "Boot From Disk" 3.4 Follow the rest of the instructions * See Full Instructions if formatting fails (see CTL-ALT-F4 windows) (get a window CTL-ALT-F2) mke2fs /dev/sda; fdisk /dev/sda. 3.5 IF USING RAID then some extra steps are required 1) DO NOT REMOVE CD AND FLOPPY when asked to reboot. 8.2 can actually reboot automatically. In that case you may encounter the prompt at step 4) 2) REPEAT the installation steps EXACTLY as the first time but this time choose 'Boot installed system' instead of 'New installation' 3) Finish the installation but before rebooting the second time do the following: . cd / (goto root and execute the script below) 'sh finish_setup' 4) Reboot System. If you get a 'grub>' screen you will have to go back to step 1. 4. GENERAL INFO . If you cat /proc/scsi/SiI6514/* you should see the Driver as reported by the kernel . If you cat /proc/scsi/scsi you should see the your RAID TYPE as reported by the kernel NOTE: if you change from RAID 0 to RAID 1 you may have to reboot twice (do a CTL-ALT-F4 if the formatting hangs) * If you get Any Errors or 'hangs' before formatting the Disk Drives see Full Installation. ~