You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While lspci -vvv shows my Coral Edge installed, and the apex kernel module is listed there (although gasket is not!), neither are loaded (verified with lsmod | grep -E 'gasket|apex').
Looking further, one sees in systemctl status systemd-modules-load.service these errors:
Apr 22 18:10:16 host systemd-modules-load[602]: Failed to insert module 'gasket': Key was rejected by service
Apr 22 18:10:16 host systemd-modules-load[602]: Failed to insert module 'apex': Key was rejected by service
Similar to google-coral/edgetpu#407 but for reasons beyond my control cannot disable secure boot on this system to see if that workaround solves this 😢
The text was updated successfully, but these errors were encountered:
I guess you have no luck here, if you can't access your UEFI to enroll a MOK cert. But I'm still glad to hear that the copr RPM works well on your other machine! 🙂
cyqsimon
pushed a commit
to cyqsimon/gasket-driver
that referenced
this issue
Dec 31, 2024
Am using the fork by @robertzaage on Fedora (FC38) - https://github.com/robertzaage/gasket-driver installed from copr - https://copr.fedorainfracloud.org/coprs/robertzaage/gasket-dkms.
While
lspci -vvv
shows my Coral Edge installed, and the apex kernel module is listed there (although gasket is not!), neither are loaded (verified withlsmod | grep -E 'gasket|apex'
).Looking further, one sees in
systemctl status systemd-modules-load.service
these errors:Similar to google-coral/edgetpu#407 but for reasons beyond my control cannot disable secure boot on this system to see if that workaround solves this 😢
The text was updated successfully, but these errors were encountered: