3–Driver Installation
Installing Linux Driver Software
11
AH0054602-00 J
rmmod qed
depmod -a
For RHEL:
cd /lib/modules/<version>/extra/qlgc-fastlinq
rm -rf qed.ko qede.ko qedr.ko
For SLES:
cd /lib/modules/<version>/updates/qlgc-fastlinq
rm -rf qed.ko qede.ko qedr.ko
To remove Linux drivers in a non-RDMA environment:
1.
To get the path to the currently installed drivers, issue the following
command:
modinfo <driver name>
2.
Unload and remove the Linux drivers.
If the Linux drivers were installed using an RPM package, issue the
following commands:
modprobe -r qede
depmod -a
rpm -e qlgc-fastlinq-kmp-default-<version>.<arch>
If the Linux drivers were installed using a TAR file, issue the following
commands:
modprobe -r qede
depmod -a
3.
Delete the
qed.ko
,
qede.ko
, and
qedr.ko
files from the directory in which
they reside. For example, in SLES, issue the following commands:
cd /lib/modules/<version>/updates/qlgc-fastlinq
rm -rf qed.ko
rm -rf qede.ko
rm -rf qedr.ko
depmod -a
NOTE
If the qedr is present, issue the
modprobe -r qedr
command
instead.