3–Driver Installation
Installing Linux Driver Software
14
AH0054601-00 B
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
2.
Remove the driver module files:
If the drivers were installed using an RPM package, issue the following
command:
rpm -e qlgc-fastlinq-kmp-default-<version>.<arch>