Can't scan device success

dv@rsap5:~/source/repos $ ll
total 28K
drwxr-xr-x  6 dv dv 4.0K Aug  6 14:55 .
drwxr-xr-x  3 dv dv 4.0K Aug  6 10:25 ..
drwxr-xr-x  5 dv dv 4.0K Aug  6 14:41 hailo-rpi5-yolov8
drwxr-xr-x  6 dv dv 4.0K Aug  6 11:12 hailort
drwxr-xr-x  5 dv dv 4.0K Aug  6 14:47 hailort-drivers
-rw-r--r--  1 dv dv 1.1K Aug  6 14:55 hailort.log
drwxr-xr-x 13 dv dv 4.0K Aug  6 10:27 rpicam-apps


dv@rsap5:~/source/repos $ lspci|grep -i hailo
0000:03:00.0 Co-processor: Hailo Technologies Ltd. Hailo-8 AI Processor (rev 01)



dv@rsap5:~/source/repos $ cat /etc/modprobe.d/hailo_pci.conf
# Modprobe information used for Hailo PCIe driver, edit this file when needed.
# Disables automatic D0->D3 transition, should be set on platforms that
# does not support such transition.
#options hailo_pci no_power_mode=N
# Determines the maximum DMA descriptor page size (must be a power of 2), needs to be
# set on platforms that does not support large pcie transactions.
options hailo_pci force_desc_page_size=4096





dv@rsap5:~/source/repos $ hailortcli scan
[HailoRT] [error] CHECK failed - Failed open /sys/class/hailo_chardev/hailo0/accelerator_type
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_DRIVER_FAIL(36)
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_DRIVER_FAIL(36) - Failed parsing device info for hailo0
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_DRIVER_FAIL(36)
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_DRIVER_FAIL(36)
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_DRIVER_FAIL(36)
[HailoRT] [error] CHECK_SUCCESS failed with status=HAILO_DRIVER_FAIL(36)
[HailoRT CLI] [error] CHECK_SUCCESS failed with status=HAILO_DRIVER_FAIL(36)

Hey @kok.bing,

Welcome to the Hailo Community!

It looks like you’re experiencing a driver issue. I noticed that you set the descriptor page size to 4096 and ran some operations on the driver. Could you try running the hailortcli scan without these changes?

If the issue persists, please remove the driver and all related {hailo}.ko files, then reinstall the driver and check if the module can be found.

 rm /lib/modules/6.6.31+rpt-rpi-2712/kernel/drivers/media/pci/hailo/hailo_pci.ko.xz
  1. Install hailort-pcie-driver_4.18.0_all.deb instead of the driver I compiled and installed

refs:
Unable to install Hailort and Hailofw v4.18.0