smartscarecrow@SmartScarecrow:~ $ hailortcli fw-control identify
[HailoRT] [error] CHECK failed - Driver version (4.20.0) is different from library version (4.23.0)
[HailoRT] [error] Driver version mismatch, status HAILO_INVALID_DRIVER_VERSION(76)
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_INVALID_DRIVER_VERSION(76)
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_INVALID_DRIVER_VERSION(76)
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_INVALID_DRIVER_VERSION(76)
[HailoRT CLI] [error] CHECK_SUCCESS failed with status=HAILO_INVALID_DRIVER_VERSION(76)
Everybody, please when you ask for help, include the output of at least:
cat /etc/*release*
dpkg -l | fgrep -i hailo
If your question is about Python or G-Streamer or whatever, include package version info (or pip versions or whatever else) for those as well.
Nobody can really help you when you ask âIâm on an unknown system and have a version mix-upâ ![]()
In your particular case, did you upgrade the âHAILOâ packages and forget to reboot? The driver (with itâs current version) is loaded at boot-up. If you then upgrade, the libraries might expect newer versions than what was available during boot-up.
â Marco
Hey @Jericho_Sanchez,
First thing - make sure youâve got DKMS installed and try giving it a reboot. If that doesnât sort it out, you can remove the old driver from the kernel (though I wouldnât really recommend going that route unless you have to). I dropped the command for doing that in your other post if you need it!