Installing Linux Drivers Using The Kmp/Kmod Rpm Package; Installing Linux Drivers Using The Tar File - Dell QLogic QL45212 User Manual

25gb intelligent ethernet adapter
Table of Contents

Advertisement

3–Installing Drivers
Linux Driver Software

Installing Linux Drivers Using the kmp/kmod RPM Package

To install kmod RPM package:
1.
Type the following command at a command prompt:
rpm -ivh kmod-qlgc-fastlinq-<version>.<arch>.rpm
2.
Reload the driver:
modprobe -r qede
modprobe qede

Installing Linux Drivers Using the TAR File

To install Linux drivers using the TAR file:
1.
Create a directory and extract the TAR files to the directory:
tar xjvf fastlinq-minor-<version>.tar.bz2
2.
Change to the recently created directory, and then install the drivers:
cd fastlinq-minor-<version>
make clean; make install
The qed and qede drivers will be installed in the following paths.
For SLES:
/lib/modules/<version>/updates/qlgc-fastlinq
For RHEL:
/lib/modules/<version>/extra/qlgc-fastlinq
3.
Test the drivers by loading them (unload the existing drivers first, if
necessary):
rmmod qede
rmmod qed
modprobe qed
modprobe qede
13
BC0154503-00 B

Advertisement

Table of Contents
loading

Table of Contents