Some hosts doesn’t support certain PCIe descriptor page size.
in order to over come this issue you can do one of the following:
- remove the module and the install it back with force_desc_page_size=256
modprobe -r hailo_pci modprobe hailo_pci force_desc_page_size=256
- add the below under /etc/modprobe.d/hailo_pci.conf:
options hailo_pci force_desc_page_size=256