3–Driver Installation
Installing Linux Driver Software
11
AH0054602-00 A
If the Linux drivers were installed using a TAR file, issue the following
commands:
rmmod qede
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-RoCE 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
NOTE
If the qedr is present, issue the
modprobe -r qedr
command
instead.