[Detector Support]: Hailo 8 driver not installed in HAOS, but should be #22611
Replies: 2 comments 1 reply
-
|
The core issue here is that your Hailo 8 device is not being detected at the hardware level— The Thunderbolt/USB-C enclosure is likely the issue. The Hailo-8 and Hailo-8L modules are designed to connect via PCIe (either M.2 or through a PCIe carrier board). (1) Connecting through a Thunderbolt-to-NVMe enclosure introduces additional complexity:
Troubleshooting steps:
Regarding HAOS and Hailo drivers: The Hailo driver is included in Home Assistant OS, but the driver can only work if the hardware is visible to the system at the PCIe level. (2) Since Recommendation: Before troubleshooting software/drivers further, confirm the Hailo device appears in 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
I don't have specific information in my sources about Thunderbolt device enumeration commands—this falls outside of Frigate's documentation scope. However, since the device isn't appearing in
Since the enclosure lights up but nothing appears in system logs, the issue is likely either:
For Thunderbolt-specific troubleshooting beyond Frigate, you may want to check the Home Assistant community forums or Linux Thunderbolt documentation. Check out these potentially useful sources: [Detector Support]: I have DKMS built and I can see /dev/apex_0 but Frigate cannot see the TPU Would you like me to try to provide a general answer about Thunderbolt device detection on Linux? Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem you are having
I was directed here after opening an issue in the Frigate HA integration repo.
I am a novice with vision models, NVRs and Frigate; apologies for any dumb questions. Happy to post this somewhere else, but figured I'd start here. Until now, I had a coral TPU and then OpenVino using Intel's iGPU. Now I am wrestling with getting a Hailo 8 in an NVMe enclosure plugged into the thunderbolt port working with the default yolo model (and then hopefully yolov8 or v9). From what the logs say, it seems that the hailo driver is not installed. However, I was under the impression that due to the wonderful collaboration and efforts of the Home Assistant, Frigate and Hailo communities, HAOS now comes with the driver installed (referenced here on hailo's forums).
Main errors I notice in the logs are:
frigate.detectors.plugins.hailo8l ERROR : Inference error: [HailoRT] [error] Can't find hailort driver class. Can happen if the driver is not installed, if the kernel was updated or on some driver failure (then read driver dmesg log)
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_DRIVER_NOT_INSTALLED(64)
frigate.detectors.plugins.hailo8l ERROR : [INIT] Failed to initialize HailoAsyncInference: libhailort failed with error: 64 (HAILO_DRIVER_NOT_INSTALLED)
Saw this similar issue but I haven't made much headway after surfing hailo forums and github issues so hoping someone here might be able to help.
Hardware info:
Running generic x86-64 bare metal HAOS on a GEEKOM Mini PC with 13th Intel Core i7, 32GB DDR4 RAM and 1TB PCIe Gen4 SSD and with plenty of thunderbolt ports. Hailo 8 is in an ORICO M234C3-U4 enclosure. I haven't eliminated the enclosure or something physical as the problem as the hailo does not show up after running lspci and I believe it should do so (but enclosure/chip lights up when plugged in). Running dmesg shows nothing.
Version
Integration version: 5.14.2, HA App version (formerly Add On): 0.17.1 full access (with full access enabled)
Frigate config file
docker-compose file or Docker CLI command
N/A, running Frigate in Home AssistantRelevant Frigate log output
Install method
Home Assistant Add-on
Object Detector
Other
Screenshots of the Frigate UI's System metrics pages
I am not sure which one the General tab is, but didn't see it in the Home Assistant add on.
Any other information that may be helpful
Thank you in advance for any help.
Beta Was this translation helpful? Give feedback.
All reactions