Uninstalling the KAE by Compiling Source Code
- Uninstall KAE drivers.
- Uninstall the user-mode driver.
1cd /home/KAEdriver-1.3.11/warpdrive
1make uninstall - Uninstall the kernel-mode driver.
1cd /home/KAEdriver-1.3.11/kae_driver
1make uninstall
- Uninstall the user-mode driver.
- Uninstall the KAE.
1cd /home/KAE-1.3.11
1make uninstall - Uninstall the drivers.
rmmod hisi_hpre rmmod hisi_zip rmmod hisi_rde rmmod hisi_sec2 rmmod hisi_qm rmmod uacce
If a driver cannot be uninstalled by running the preceding commands, run the following command (replace modname with the actual driver name):
modprobe -r modname
- Query the drivers. No information is displayed.
lsmod | grep uacce lsmod | grep hisi_hpre
- Query KAE devices (virtual devices). "No such file or directory" is displayed.
ls /sys/class/uacce/
Parent topic: Uninstalling the KAE Software