3–Installing Drivers
Linux Driver Software
13 BC0154503-00 C
Removing Linux Drivers in a RoCE Environment
To remove Linux drivers in a RoCE environment:
1. Type the following command to get the path to the currently installed drivers:
modinfo <drivername>
2. Unload and remove the Linux drivers.
modprobe -r qedr
3. Remove driver module files.
If the drivers were installed using an RPM package, type the following
command:
rpm -e qlgc-fastlinq-kmp-default-<version>.<arch>
If the drivers were installed using a TAR file, type the following
commands for your operating system:
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