README.TXT Driver File Contents (ARB1684.zip)

           
    Tekram SCSI adapters:

           (LSI53C8XX) DC390U3D (Ultra160)

                           SLACKWARE 7.0  

     ===================  Driver User's Guide  =======================

        Linux SCSI driver technical support 

        mail address  Taiwan: erich@tekram.com.tw 

     =================================================================

1.  Contents

  readme.txt        - (This file)The readme file for
                        DC390U3D
                        Linux driver sym53c8xx.c

  tekram70.zip      - Slackware7.0 Installation diskette image file
                      -> tekram.s

  color.zip         - Slackware7.0 released root diskette image file
                      -> color.gz

  pSym53c8xxSL70.gz   - Please use "pSym53c8xxSL70" patch the following files 
                        /usr/src/linux/Documentation/Configure.help	
                        /usr/src/linux/include/linux/pci.h	
                        /usr/src/linux/drivers/scsi/ChangeLog.sym53c8xx	
                        /usr/src/linux/drivers/scsi/sym53c8xx_defs.h	
                        /usr/src/linux/drivers/scsi/ncr53c8xx.c	
                        /usr/src/linux/drivers/scsi/sym53c8xx.c	
                        /usr/src/linux/drivers/scsi/sym53c8xx.h	
                        /usr/src/linux/drivers/scsi/Config.in	
                        /usr/src/linux/drivers/scsi/hosts.h	
                        /usr/src/linux/drivers/scsi/scsi.h	
                        /usr/src/linux/drivers/scsi/scsi.c	


2. SlackWare Linux installation

  A. Before Installation - Under DOS environment:

    =>You need to make a boot diskette and a root diskette first

   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   %%                      make boot disk                             %%
   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

        Slackware 7.0:
        C:\> pkunzip tekram70.zip     =>> tekram.s
        C:\> rawrite tekram.s A:      =>> boot diskette for installation

   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   %%                      make root disk                             %%
   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

        C:\> pkunzip color.zip        =>> color.gz
        C:\> rawrite color.gz A:      =>> root diskette for installation
  
        (color.gz would be found at Slackware release CD "rootdsks")

  B. Installation

   a. Using installation diskette that you made to install SlackWare Linux.
      Following the Linux installation procedures to install.

   b. When the installing screen display " INSTALL LINUX KERNEL ".

      - Select "bootdisk  Use the kernel from the installation bootdisk",
      - and re-insert the "boot diskette" to floppy drive A:

   c. Exit Slackware Linux Setup while the installation is completed

   e. Press Ctrl-Alt-Del to reboot system

3. Remake new kernel

   P.S: You must install your Linux system by developmental environment
        and include kernel source first.
   on KDE windows:

   P.S: You must install your Linux system by developmental environment
        and include kernel source first.

  *****************************************************
  *    used: patch -p0 < pSym53c8xxSL70
  *
  *    to patch the following files 
  *
  *    /usr/src/linux/Documentation/Configure.help	
  *    /usr/src/linux/include/linux/pci.h	
  *    /usr/src/linux/drivers/scsi/ChangeLog.sym53c8xx	
  *    /usr/src/linux/drivers/scsi/sym53c8xx_defs.h	
  *    /usr/src/linux/drivers/scsi/ncr53c8xx.c	
  *    /usr/src/linux/drivers/scsi/sym53c8xx.c	
  *    /usr/src/linux/drivers/scsi/sym53c8xx.h	
  *    /usr/src/linux/drivers/scsi/Config.in	
  *    /usr/src/linux/drivers/scsi/hosts.h	
  *    /usr/src/linux/drivers/scsi/scsi.h	
  *    /usr/src/linux/drivers/scsi/scsi.c
  *	
  *    for recompile the kernel that embed sym53c8xx new version
  *    SCSI drivers
  *****************************************************

  # cd /usr/src
  # mcopy a:pSym53c8xxSL70.gz
  # gzip -d pSym53c8xxSL70.gz
  # patch -p0 < pSym53c8xxSL70
  ;
  ;  you could use command: find / -name *.rej
  ;  to find any rejection file.
  ;
  ;  If there were any "*.rej" created after this procedure,
  ;  you need to edit those files 
  ;    /usr/src/linux/Documentation/Configure.help	
  ;    /usr/src/linux/include/linux/pci.h	
  ;    /usr/src/linux/drivers/scsi/ChangeLog.sym53c8xx	
  ;    /usr/src/linux/drivers/scsi/sym53c8xx_defs.h	
  ;    /usr/src/linux/drivers/scsi/ncr53c8xx.c	
  ;    /usr/src/linux/drivers/scsi/sym53c8xx.c	
  ;    /usr/src/linux/drivers/scsi/sym53c8xx.h	
  ;    /usr/src/linux/drivers/scsi/Config.in	
  ;    /usr/src/linux/drivers/scsi/hosts.h	
  ;    /usr/src/linux/drivers/scsi/scsi.h	
  ;    /usr/src/linux/drivers/scsi/scsi.c
  ;  by yourself.
  ;  You could reference "pSym53c8xxSL70" & "*.rej" contand before edit those files.
  ;

  # cd /usr/src/linux
  # make mrproper
  # make xconfig 
                      => SCSI support:
                         enable all SCSI support options by static <Y>
                      => SCSI low-level drivers:
                         disable ncr53c8xx SCSI low-level drivers by static <N>
                         enable sym53c8xx SCSI low-level drivers by static <Y>

  # make dep clean bzImage

  # cp arch/i386/boot/bzImage /
  # ( edit the lilo.conf file under path /etc as follow...)
    ; Add an entry for "bzImage" in /etc/lilo.conf
    ; Example:
    ;	   ...
    ;	 # Linux bootable partition config begins
    ;	 image = /bzImage	#  <--- NEW
    ;	   root = /dev/sda1	#  <--- NEW
    ;	   label = tekram	#  <--- NEW
    ;	   read-only		#  <--- NEW
    ;	 # Linux bootable partition config ends
    ;	 # Linux bootable partition config begins
    ;	 image = /vmlinuz
    ;	   root = /dev/sda1
    ;	   label = linux
    ;	   read-only
    ;	 # Linux bootable partition config ends
    ;	   ...
    ;
  # lilo
  # shutdown -r now	;reboot the system
    ...
    ...
    boot: tekram	;when system Rebooting ...
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: web4, load: 1.23