Uninstalling the KAE by Uninstalling RPM Packages
- Uninstall the RPM package of libkae.
rpm -qa | grep libkae rpm -e libkae-1.3.11-1.centos7.6.aarch64 rpm -qa | grep libkae
- Uninstall the RPM package of libwd.
rpm -qa | grep libwd rpm -e libwd-1.3.11-1.centos7.6.aarch64 rpm -qa | grep libwd
- Uninstall the RPM package of hisi_hpre.
rpm -qa | grep hisi_hpre rpm -e hisi_hpre-1.3.11-1.centos7.6.aarch64 rpm -qa | grep hisi_hpre
- Uninstall the RPM package of uacce.
rpm -qa | grep uacce rpm -e uacce-1.3.11-1.centos7.6.aarch64 rpm -qa | grep uacce
- Uninstall the drivers.
rmmod hisi_hpre 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