Hey @Darklord_Ice,
Welcome to the Hailo Community!
To resolve your issue, let’s perform a clean reinstallation of the Hailo software stack:
- Remove Existing Hailo Packages
sudo apt-get purge --remove 'hailo-*'
- Clean Up Hailo Directories
sudo rm -rf /opt/hailo /usr/local/hailo /usr/share/hailo ~/.hailo /lib/firmware/hailo
- Remove Hailo Kernel Driver
sudo rmmod hailo_pci
sudo rm -rf /lib/modules/$(uname -r)/kernel/drivers/misc/hailo_pci.ko
- Verify Removal (Optional)
find / -name '*hailo*' -exec ls -ld {} \;
- Install Fresh Copy
sudo apt install hailo-all
Let me know if you need any clarification or run into issues!