I'm trying to use the Coral AI M.2 (B+M) module on my proxmox setup.
I'm currently run the kernel version 6.8.4-2-pve and I followed this guide do install the gasket driver.
The installation process completed successfully, I can load the kernel modules with:
Loading the driver is not enough to see the Coral AI module
I suppose that a reboot is necessary.
Once I reboot the machine the gasket and apex kernel modules are not loaded automatically, how can I solve this issue?
Thanks in advance
I'm currently run the kernel version 6.8.4-2-pve and I followed this guide do install the gasket driver.
The installation process completed successfully, I can load the kernel modules with:
Bash:
root@pve:~ # modprobe apex
root@pve:~ # lsmod | grep apex
apex 28672 0
gasket 126976 1 apex
Loading the driver is not enough to see the Coral AI module
Code:
lspci -nn | grep 089a
Once I reboot the machine the gasket and apex kernel modules are not loaded automatically, how can I solve this issue?
Thanks in advance