[Detector Support]: HAILO_DRIVER_NOT_INSTALLED (64) #21523
Replies: 5 comments 5 replies
-
|
\The error When using Home Assistant OS, the Hailo driver installation process differs from standard Docker installations. The Hailo-8L requires the driver to be installed at the host OS level, but Home Assistant OS manages this differently than a typical Linux installation(1). For the Raspberry Pi AI HAT+ (Hailo-8L) on Home Assistant OS:
Based on the sources, users have reported that the The Hailo detector configuration should use detectors:
hailo:
type: hailo8l
device: PCIe
model:
width: 320
height: 320
input_tensor: nhwc
input_pixel_format: rgb
input_dtype: int
model_type: yolo-generic
labelmap_path: /labelmap/coco-80.txtSince you're running Home Assistant OS, you may need to wait for HAOS to include proper Hailo driver support, or check if your HAOS version includes the necessary kernel modules for Hailo-8L. The error suggests the driver isn't available to the Frigate container at the kernel level(1)(4). 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
@inkeep wasnt the driver issue fixed in homeassistant os v16.0? |
Beta Was this translation helpful? Give feedback.
-
|
Based on the available sources, I don't have specific information about Home Assistant OS v16.0 fixing the Hailo driver issue. The installation documentation notes that on Raspberry Pi, you must disable the built-in kernel Hailo driver to prevent conflicts(1). The process involves blacklisting However, the sources don't explicitly mention whether Home Assistant OS v16.0 resolved driver compatibility issues. The documentation focuses on the general installation steps for Hailo-8L devices(1)(2). Since you're running Home Assistant OS 16.3 and still encountering the
For specific information about Home Assistant OS v16.0 driver fixes, you may want to check Home Assistant's release notes or contact their support channels, as this falls outside the scope of Frigate documentation. 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
Based on the available sources, the Hailo driver version is built into the Frigate Docker image and is not user-configurable(1). The HailoRT driver version included in Frigate must match the driver version installed on your system(2). The installation script provided in the documentation will install the correct driver version that matches the Frigate image you're using(3). When you run the installation script from the documentation, it will:
The specific driver version depends on which Frigate image you're using. Users have reported version mismatches when the system driver doesn't match the library version in the Frigate container(2). For example, one user encountered an error where "Driver version (4.20.0) is different from library version (4.19.0)"(2). For Home Assistant OS users specifically, Frigate keeps the Hailo version in line with what Home Assistant OS uses(4). For Raspberry Pi 5 users, Home Assistant Operating System version 16.0 is required, and users need to update the Hailo driver and firmware on their system using the user installation script(5). To ensure compatibility, run the installation script provided in the documentation: After running the script, reboot your system to load the firmware(3). 📚 Sources:
Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
I don't see any reason it would be throwing a not installed error. You're using the default addon and it's fully up to date correct? |
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 am trying to use a Raspberry Pi AI HAT+ (Hailo-8L) with Frigate on Home Assistant OS.
Frigate detects the Hailo backend, but initialization fails with:
HAILO_DRIVER_NOT_INSTALLED (64)
Environment
0.16.3-9034454aarch64Version
0.16.3-9034454
Frigate config file
docker-compose file or Docker CLI command
Relevant Frigate log output
Install method
Home Assistant Add-on
Object Detector
Other
Screenshots of the Frigate UI's System metrics pages
Any other information that may be helpful
No response
Beta Was this translation helpful? Give feedback.
All reactions