From a9563a93d7763936a5dd8de0d36db6b459cb8202 Mon Sep 17 00:00:00 2001 From: Pops0n Date: Wed, 4 Feb 2026 23:54:32 +0100 Subject: [PATCH] Update installation.md Changed kernel driver version check from modinfo to /sys/module for correct post-reboot output --- docs/docs/frigate/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/frigate/installation.md b/docs/docs/frigate/installation.md index c8e4238cd..0349a884c 100644 --- a/docs/docs/frigate/installation.md +++ b/docs/docs/frigate/installation.md @@ -238,7 +238,7 @@ On Raspberry Pi OS **Trixie**, the Hailo driver is no longer shipped with the ke Verify the driver version: ```bash - modinfo hailo_pci | grep version + cat /sys/module/hailo_pci/version ``` Verify that the firmware was installed correctly: