Uninstalling Adax Drivers

Perform the following steps to uninstall the Adax drivers:

  1. Login to vSTP-MP.
  2. Stop vSTP process with the following command:
    pm.set off vstp
  3. Change user to root.
    sudo su-
  4. Remove the qcx_conf.0 file.
    rm –f /usr/net/Adax/qcx/qcx_conf.0
  5. Stop and remove the Adax QCX module.
    chkconfig qcx stop
    
    chkconfig --del qcx
  6. Stop and remove the Adax HDC module.
    chkconfig hdc stop
    
    chkconfig --del hdc
  7. Stop and remove the Adax LiS module.
    chkconfig  Adax-str stop
    
    chkconfig --del Adax-str 
  8. 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
  9. Reboot vSTP-MP.
    init 6