INTEL(R) PRO/1000 T IP STORAGE ADAPTER -------------------------------------- This driver supports "INTEL(R) PRO/1000 T IP STORAGE ADAPTER". The sources compile best with kernel 2.4.7-10 of RedHat 7.2. Copy the sources ---------------- To build this driver, copy the files in this directory '$/driver' to location '/usr/src//drivers/scsi/is1000-1.1/'. example : # mkdir /usr/src/2.4.7-10/drivers/scsi/is1000-1.1/ # cp $/driver/* /usr/src/2.4.7-10/drivers/scsi/is1000-1.1/ Make the driver --------------- # cd /usr/src//drivers/scsi/is1000-1.1/ # make Clean the binaries ------------------ # cd /usr/src//drivers/scsi/is1000-1.1/ # make clean Load the resulting driver ------------------------- # cd /usr/src//drivers/scsi/is1000-1.1/ # insmod is1000.o or # cd /usr/src//drivers/scsi/is1000-1.1/ # insmod is1000_smp.o To Unload the driver -------------------- #rmmod is1000 or #rmmod is1000_smp.o Build Configuration Application ------------------------------- 1. Create a local directory. # mkdir $USER/is1000k. 2. copy the directories 'common' , 'include' and 'kickstart' to local directory. cp -r $/include $USER/is1000k cp -r $/common $USER/is1000k cp -r $/kickstart $USER/is1000k 3. To build the application. # cd $USER/is1000k/kickstart 4. #make 5. NOTE : you can Ignore the compiler warning "the use of `tempnam' is dangerous, better use `mkstemp'". Configuring the driver using kickstart Application ---------------------------------------------------- 1. Configure the driver by editing /etc/is1000.conf. 2. A sample configuration file can be found in $/is1000k/common/is1000.conf. 3. Copy the edited configuration file to directory '/etc'. # cp $/is1000k/common/is1000.conf /etc 4. Configuration application name : 'is1000k'. 5. Configuration application location : $/is1000k/kickstart/is1000k. 6. run the application'is1000k' #$/is1000k/kickstart/is1000k Problems -------- Please contact your INTEL representative for assistance.