Hailo_invalid_driver_version (76)

Hey @Darklord_Ice,

Welcome to the Hailo Community!

To resolve your issue, let’s perform a clean reinstallation of the Hailo software stack:

  1. Remove Existing Hailo Packages
sudo apt-get purge --remove 'hailo-*'
  1. Clean Up Hailo Directories
sudo rm -rf /opt/hailo /usr/local/hailo /usr/share/hailo ~/.hailo /lib/firmware/hailo
  1. Remove Hailo Kernel Driver
sudo rmmod hailo_pci
sudo rm -rf /lib/modules/$(uname -r)/kernel/drivers/misc/hailo_pci.ko
  1. Verify Removal (Optional)
find / -name '*hailo*' -exec ls -ld {} \;
  1. Install Fresh Copy
sudo apt install hailo-all

Let me know if you need any clarification or run into issues!

1 Like