Uninstalling Adax Drivers
Perform the following steps to uninstall the Adax drivers:
- Login to vSTP-MP.
- Stop vSTP process with the
following command:
pm.set off vstp
- Change user to
root.
sudo su-
- Remove the qcx_conf.0 file.
rm –f /usr/net/Adax/qcx/qcx_conf.0
- Stop and remove the Adax QCX
module.
chkconfig qcx stop
chkconfig --del qcx
- Stop and remove the Adax HDC
module.
chkconfig hdc stop
chkconfig --del hdc
- Stop and remove the Adax LiS
module.
chkconfig Adax-str stop
chkconfig --del Adax-str
- Remove Adax driver rpms.
rpm –e Adax-qcx-1.25-1.x86_64 Adax-hdc-1.79-1.x86_64 Adax-LiS-2.21.8-1.x86_64
- Reboot vSTP-MP.
init 6