I recently reinstall debian 12. Before that, the coral worked just fine, but now it wouldn't. The only thing that i could remember being different is the UEFI Secure Boot. Is that a requirement?
Click to expand!
### Issue Type
Support
### Operating System
Linux
### Coral Device
M.2 Accelerator A+E
### Other Devices
_No response_
### Programming Language
_No response_
### Relevant Log Output
```shell
lspci -vv -d 1ac1:089a --> return nothing
ls /dev/apex*
ls: cannot access '/dev/apex*': No such file or directory
modinfo apex
filename: /lib/modules/6.1.0-22-amd64/updates/dkms/apex.ko
author: John Joseph
license: GPL v2
version: 1.2
description: Google Apex driver
srcversion: BCFB09A9C4DC598D3A05A9C
alias: pci:v00001AC1d0000089Asv*sd*bc*sc*i*
depends: gasket
retpoline: Y
name: apex
vermagic: 6.1.0-22-amd64 SMP preempt mod_unload modversions
sig_id: PKCS#7
signer: DKMS module signing key
sig_key: .............
parm: allow_power_save:int
parm: allow_sw_clock_gating:int
parm: allow_hw_clock_gating:int
parm: bypass_top_level:int
parm: trip_point0_temp:int
parm: trip_point1_temp:int
parm: trip_point2_temp:int
parm: hw_temp_warn1:int
parm: hw_temp_warn2:int
parm: hw_temp_warn1_en:bool
parm: hw_temp_warn2_en:bool
parm: temp_poll_interval:int
modinfo gasket
filename: /lib/modules/6.1.0-22-amd64/updates/dkms/gasket.ko
author: Rob Springer
license: GPL v2
version: 1.1.4
description: Google Gasket driver framework
import_ns: DMA_BUF
srcversion: FDB547C246143FA0880920C
depends:
retpoline: Y
name: gasket
vermagic: 6.1.0-22-amd64 SMP preempt mod_unload modversions
sig_id: PKCS#7
signer: DKMS module signing key
sig_key: 31:F0:AF:..........
parm: dma_bit_mask:int
```
Description
I recently reinstall debian 12. Before that, the coral worked just fine, but now it wouldn't. The only thing that i could remember being different is the UEFI Secure Boot. Is that a requirement?
Click to expand!
### Issue Type Support ### Operating System Linux ### Coral Device M.2 Accelerator A+E ### Other Devices _No response_ ### Programming Language _No response_ ### Relevant Log Output ```shell lspci -vv -d 1ac1:089a --> return nothing ls /dev/apex* ls: cannot access '/dev/apex*': No such file or directory modinfo apex filename: /lib/modules/6.1.0-22-amd64/updates/dkms/apex.ko author: John Joseph