⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 LINUX 系统内如 清大家快去下载 这2个把 破 东西 要下载 还的上传 估计来的会很少清管理 考虑从
💻 TXT
字号:
			Linux Driver Disk Readme
			   For RHEL4_U5
			Version 1.25 [Mar. 20th,2007]
			=============================


INTRODUCTION
============
This archive provides drivers for SATA and LAN controller of NVIDIA nForce 550/570/590,
NVIDIA nForce professional 3600/3400/3050 and NVIDIA nForce4 Professional.

Some older distributions do not contain NVIDIA SATA support.  If a SATA disk
is needed for installation (for example, if the OS is to reside on a SATA disk),
the drivers need to be loaded during the OS installation process via the
provided driver disks. Refer to section 1 for how to create a driver diskette.

Section 2 provides instructions for installing SATA and LAN drivers onto an existing Linux 
installation.

Section 3 provides instructions on how to compile a new kernel with an updated PATA driver. 
This will increase performance for PATA devices if your kernel is not already aware of 
nForce device IDs by allowing DMA capability. 

Section 4 list the miscellaneous problem and information when running the RHEL4 on NVIDIA platform.

1) INSTALL Linux to a SATA drive
================================
Prepare a SATA driver diskette and load the driver during OS installation

1.1) Copy all the files located at ./floppy-files/32bit or ./floppy-files/64bit to a formatted 
     diskette.

1.2) Disable SATA RAID in BIOS and start the Linux Installation with RHEL4 disc.

1.3) At the first installation screen, a prompt
     labeled "boot:" will appear at the bottom of the screen.

1.4) Please append parameters "linux dd"("linux dd askmethod" for network installation) 
     at the "boot:" prompt then press the Enter key.

1.5) At the "Driver disk" dialog box, press "Yes" .

1.6) Next, if "Driver Disk Source " dialog box appears, select "fd0" and press "OK".
  
1.7) At the "Insert Driver disk" dialog box, insert your SATA driver diskette into 
     floppy drive and press "OK" to continue;

1.8) Continue with the installation as normal.

2) Install the SATA and LAN driver package on existing system
==============================================================
  
2.1) If you install the RHEL4 Update4 before, you just need to run below command:

      in 32bit OS: rpm -ivh nvlan-rhel4.5-0.62-1.25.i686.rpm
                   rpm -ivh nvsata-rhel4.5-3.2-1.25.i686.rpm
      in 64bit OS: rpm -ivh nvlan-rhel4.5-0.62-1.25.x86_64.rpm
                   rpm -ivh nvsata-rhel4.5-3.2-1.25.x86_64.rpm
      Please append '--replacefiles' or '--force' parameter if it reports file conflict.

note:
      'initrd.img' file will be updated as part of the installation of the SATA driver rpm 
      package so that the new SATA driver will be combined into the pre-existing 'initrd.img' 
      image file, the original file will be backuped with '-nv' extension,
      for example: initrd-2.6.9-55.EL.img-nv, please specify the old initrd image file in grub 
      options if encounter the problem with the new one.

3) UPGRADE the PATA driver
==========================
Build a new kernel with the source code of drivers 

3.1) Download kernel source package from http://ftp.redhat.com/pub/redhat/linux/updates/enterprise/4AS/en/os/SRPMS/kernel-2.6.9-55.EL.src.rpm

3.2) Install the package in linux: rpm -ivh kernel-2.6.9-55.EL.src.rpm
  
3.3) cd /usr/src/redhat/SPECS
  
3.4) rpmbuild -bp --target=noarch kernel-2.6.spec

3.5) ln -s /usr/src/redhat/BUILD/kernel-2.6.9/linux-2.6.9 /usr/src/linux

3.6) Copy ./source/amd74xx.c to /usr/src/linux/drivers/ide/pci
     Copy ./source/sata_nv.c to /usr/src/linux/drivers/scsi
     Copy ./source/forcedeth.c to /usr/src/linux/drivers/net
     Remember to backup the original files

3.7) cd /usr/src/linux

3.8) make mrproper

3.9) In 32bit OS: cp configs/kernel-2.6.9-i686.config .config -f
     In 64bit OS: cp configs/kernel-2.6.9-x86_64.config .config -f

3.10) make oldconfig

3.11) make;make modules_install;make install
   
3.12) reboot system. After you boot into Linux again, the full feature nVidia PATA driver is migrated.

4) Miscellaneous
===============================
4.1) If need compile the sata_nv.ko file from source we provided with your Makefile, please make sure
     the necessary Kernel header files ('scsi.h','scsi_typedefs.h','scsi_obsolete.h') are copied from 
     the Kernel source directory. (For RHEL4U5, refer to "http://ftp.redhat.com/pub/redhat/linux/
     updates/enterprise/4AS/en/os/SRPMS/kernel-2.6.9-55.EL.src.rpm" for kernel source package)
     For forcedeth.ko, just copy the forcedeth.c and Makefile to same directory then make it.

4.2) List the driver modules for your information:
sata_nv.ko: nVidia SATA controller driver, locate at /lib/modules/2.6.9-55.EL/kernel/drivers/scsi/
forcedeth.ko: nVidia LAN controller driver, locate at /lib/modules/2.6.9-55.EL/kernel/drivers/net/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -