3–Driver Installation
Installing Linux Driver Software
14
BC0154501-00 P
Removing the Linux Drivers
There are two procedures for removing Linux drivers: one for a non-RDMA
environment and another for an RDMA environment. Choose the procedure that
matches your environment.
To remove Linux drivers in a non-RDMA environment, unload and remove
the drivers:
Follow the procedure that relates to the original installation method and the OS.
If the Linux drivers were installed using an RPM package, issue the following
commands:
rmmod qede
rmmod qed
depmod -a
rpm -e qlgc-fastlinq-kmp-default-<version>.<arch>
If the Linux drivers were installed using a TAR file, issue the following
commands:
rmmod qede
rmmod qed
depmod -a
For RHEL and CentOS:
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
For Ubuntu, issue the following command:
dpkg -r fastlinq-dkms
To remove Linux drivers in an RDMA environment:
1.
Unload and remove the Linux drivers.
modprobe -r qedr
modprobe -r qede
modprobe -r qed
depmod -a