REDHAT_DRIVER_README_FULL_Installation.txt Driver File Contents (Silicon_v1050.zip)

#######################################################################
#         Silicon Image SiI SATA controller                           #
#               RedHatLinux  Driver 	                              #
#######################################################################

1. OVERVIEW
   This driver disk adds support for SiI SATA controller that is otherwise
   not supported by the RedHatLinux installation program.
   Supported RedHatLinux versions:

      * RedHatLinux 7.3/8.0/9.0 

2. INSTALLATION

2.0 For detailed information about RedHat installation visit:
    http://www.redhat.com/docs/manuals/linux/RHL-8.0-Manual/install-guide
    (substitute 8.0 by the proper release version)
 
2.1 Preparing driver disk 
    
    A floppy disk is required to install into a brand new (or blank) disk drive. 
    
 Several Options:
 
  . Extract the contents of the sii____rhdd.tgz file on to a formatted floppy disk.
    (e.g. use tar xzf sii____rdhh.tgz)
    
  . If running windows: use "rawrite.exe sii____.img A:" 
    (get rawrite from RedHat installation disk #1 \dosutils directory)
  . If running linux:  "dd if=sii6512.img of=/dev/fd0"
  
    (actual file names may vary slightly. ____ identifies a valid chipset for the driver)
     for example: sii3112r.img, sii6512.img are valid names 

  2.1.1 IMPORTANT NOTE FOR OEM CUSTOMERS
        MODIFY "pcitable" file accordingly if OEM VendorId is going to be different 
        from SiI 0x1095 IDs. (End Users should ignore this step) 


2.2 Steps for first-time installation 
   
    Before you start make sure the BIOS sees your adapter card (if applicable) and
    your disk drives.
    
    If just adding Data Drives or upgrading go to sections 2.3 or 2.4
     (non-bootable SATA drives are considered Data Drives)
    
    Step1 Boot from the RedHatLinux CD 1 or a boot diskette that you have created.
          (Refer to "The Official Red Hat Linux x86 Installation Guide" see 2.1)

    *RedHatLinux9.x*
    Step2 At the "Welcome to Red Hat Linux ..." installation screen, a
          prompt labeled "boot:" will appear at the bottom of the screen.
          For installation in graphical mode:
          At the prompt type "linux dd hde=noprobe hdg=noprobe" and press the enter key.
          For installation in text mode:
          At the prompt type "linux text dd hde=noprobe hdg=noprobe" or "expert text" and press the
          enter key.
    
          RedHat 9.0 contains a generic Open Source Driver that must be disabled at
          installation time. Typically hda hdb are on IDE0 and hdc hdd are on IDE1. Then
          the SATA disk drives start at hde. SATA disk drives are all MASTERs so their
          values are typically hde, hdg, hdi, hdk, etc. This driver will behave like a 
          SCSI device and will remap the SATA drives to sda, sdb, etc.  


    *RedHatLinux8.x*
    Step2 At the "Welcome to Red Hat Linux ..." installation screen, a
          prompt labeled "boot:" will appear at the bottom of the screen.
          For installation in graphical mode:
          At the prompt type "linux dd" or "expert" and press the enter key.
          For installation in text mode:
          At the prompt type "linux text dd" or "expert text" and press the
          enter key.





    Step3 Select "Yes" at the "Do you have a driver disk ?" .

    Step4 When the screens prompts for "Insert your driver disk and press OK to
          continue" insert the driver diskette in the floppy drive and select
          "Ok".

    Step5 The installation program will automatically load the SiI driver into
          kernel. Continue installing your system.
          Note, all ATA/ATAPI devices connected to SiI controller will be
          presented as a SCSI devices.

    Step6 Clean Up (recommended but not necessary)


          . # 'sh cleanup-2.4.18-14' or
              'sh cleanup-2.4.20-8', etc.

          It can run before or after rebooting  

2.3  Adding a Data Drive 
    
     If your system is already up and running then you can use execute shell scripts to modify
     the kernel or add loadable modules to access the SATA drives as follows:

     . # mount /mnt/floppy
         in case of DOS formatted floppy
         . # mount -t vfat /dev/fd0 /mnt/floppy  
     
     . # 'sh /mnt/floppy/load.sh 2.4.18-14'  (DATA DRIVES)  
         (or use the scripts provided)
         
     . There are also several scripts samples you could use such as:
        load-2.4.18-14smp
                             
2.4  Upgrading the Kernel

     If your system is already up and running then you can use execute shell scripts to modify
     the kernel or add loadable modules to access the SATA drives as follows:

     . # sh /mnt/floppy/setup-update.sh 2.4.18-14xxx (to create a NEW KERNEL IMAGE with the SiI driver)
          /etc/lilo.conf and /boot/grub/grub.conf will be saved by the setup
          script. you may back them up as you wish. Visually inspect lilo.conf and 
          grub.conf to make sure the result is what you want.   

                     OR

          Take a look at =>  setup-for-2.4.20-kernel-upgrade 
                         or  setup-for-2.4.20smp-kernel-upgrade 
          and modify accordingly 


3.0  Special Cases:

     Mixing Drives. 
     
         if you are using LABELS to define partitions, it is recommended that NO drives have duplicate
         labels. Linux gets confused when partitions have the same names. (check lilo or grub 
         configuration files)
         change from =>  append="root=LABEL=/" to  root=/dev/hda2 for example

         
         The way Linux finds disk drives also affect the booting sequence.
  
         At the prompt type 
	    "linux ide0=0x1f0,0x3f6,14 ide1=0x170,0x376,15 ide2=0 ide3=0 ide4=0
	           ide5=0 ide6=0 ide7=0 ide8=0 ide9=0 expert "
  
         At the "Boot Loader Configuration" installation screen specify following
          kernel parameters:
	    "ide0=0x1f0,0x3f6,14 ide1=0x170,0x376,15 ide2=0 ide3=0 ide4=0
	     ide5=0 ide6=0 ide7=0 ide8=0 ide9=0"
             (this may apply only to old releases)


4.0   Modifying Boot Loaders Manually  (old techniques)
  
  If using LILO boot loader:
    a) Modify /etc/lilo.conf file similar to the example

          EXAMPLE:

	(before modification)
            image=/boot/vmlinuz-2.4.7-10
            label=linux
            read-only
            root=/dev/hda1

       	(after modification)
            image=/boot/vmlinuz-2.4.7-10
            label=Red Hat Linux SiIxxx
            read-only
            root=/dev/sda1
            initrd=/boot/initrd-2.4.7-10.siixxx

    b) Update new configuration of Lilo by the next command:
        /sbin/lilo

  If using GRUB boot loader:
          Modify /boot/grub/grub.conf file similar to the example

          EXAMPLE:

	(before modification)
	   title Red Hat Linux (2.4.7-10)
           root (hd0,1)
	   kernel /boot/vmlinuz-2.4.7-10 ro root=/dev/hda2

       	(after  modification)
	   title Red Hat Linux SiIxxx
           root (hd0,1)
	   kernel /boot/vmlinuz-2.4.7-10 ro root=/dev/sda2
           initrd=/boot/initrd-2.4.7-10.siixxx

 Step2 Flush filesystem buffers 
        #sync
 Step3 Reboot the system
       #reboot

 Step4 Select in boot loader menu item "Red Hat Linux SiI680"

 Step5 If the system reports about swap failure, please,
        modify /etc/fstab file similar to the example:
		
	EXAMPLE 

        (before modification)
		/dev/hda3 swap swap defaults 0 0

        (after  modification)
		 /dev/sda3 swap swap defaults 0 0

 *RedHatLinux7.3* (old techniques)

 Step1 Get driver "siixxx.o" from SiIxxx Driver Disk by issuing commands :
       # mount /dev/fd0 /mnt/floppy
       # /mnt/floppy/load-siixxx
       The shell script "load-siixxx" will load driver in the system and
	   will create initrd image.	   

 Step2
  If using LILO boot loader:
    a) Modify /etc/lilo.conf file similar to the example

          EXAMPLE:

	  (before modification)
            image=/boot/vmlinuz-2.4.18-3
            label=linux
            read-only
            root=/dev/hda1

          (after modification)
            image=/boot/vmlinuz-2.4.18-3
            label=Red Hat Linux SiIxxx
            read-only
            root=/dev/sda1
            initrd=/boot/initrd-2.4.18-3.siixxx
            append="ide0=0x1f0,0x3f6,14 ide1=0x170,0x376,15 ide2=0 
			  ide3=0 ide4=0 ide5=0 ide6=0 ide7=0 ide8=0 ide9=0"

    b) Update new configuration of Lilo by the next command:
        /sbin/lilo

  If using GRUB boot loader:
          Modify /boot/grub/grub.conf file similar to the example

          EXAMPLE:

	(before modification)
	   title Red Hat Linux (2.4.18-3)
           root (hd0,1)
	   kernel /boot/vmlinuz-2.4.18-3 ro root=/dev/hda2

       	(after  modification)
           title Red Hat Linux SiIxxx
           root (hd0,1)
	   kernel /boot/vmlinuz-2.4.18-3 ro root=/dev/sda2 ide0=0x1f0,0x3f6,14 ide1=0x170,0x376,15 
                                           ide2=0 ide3=0 ide4=0 ide5=0 ide6=0 ide7=0 ide8=0 ide9=0
           initrd=/boot/initrd-2.4.18-3.siixxx

 Step3 Flush filesystem buffers 
       #sync

 Step4 Reboot the system
       #reboot
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: ftp, load: 1.12