Package Details: gasket-dkms-git r236.5815ee3-1

Git Clone URL: https://aur.archlinux.org/gasket-dkms-git.git (read-only, click to copy)
Package Base: gasket-dkms-git
Description: Google Coral driver for PCIe-based Edge TPU devices, such as the M.2 and Mini PCIe Accelerator, Git version
Upstream URL: https://coral.withgoogle.com/
Licenses: GPL2
Conflicts: gasket
Provides: gasket
Submitter: mjc506
Maintainer: mjc506
Last Packager: mjc506
Votes: 4
Popularity: 0.53
First Submitted: 2023-09-30 19:04 (UTC)
Last Updated: 2024-11-29 21:04 (UTC)

Latest Comments

1 2 Next › Last »

GaaH commented on 2024-11-30 07:30 (UTC)

Thank you so much, it works now.

mjc506 commented on 2024-11-29 21:10 (UTC)

Success, patch applied, seems to be working.

Apologies for the delay.

jynx commented on 2024-11-29 19:20 (UTC)

Also lost the /dev/apex_0 device. Looks like there are some issues:

==> dkms install --no-depmod gasket/r236.5815ee3 -k 6.12.1-arch1-1
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/gasket/r236.5815ee3/source/dkms.conf)

Error! Bad return status for module build on kernel: 6.12.1-arch1-1 (x86_64)
Consult /var/lib/dkms/gasket/r236.5815ee3/build/make.log for more information.
==> WARNING: `dkms install --no-depmod gasket/r236.5815ee3 -k 6.12.1-arch1-1' exited 10

DKMS make.log for gasket-r236.5815ee3 for kernel 6.12.1-arch1-1 (x86_64)
make: Entering directory '/usr/lib/modules/6.12.1-arch1-1/build'
  CC [M]  /var/lib/dkms/gasket/r236.5815ee3/build/gasket_core.o
  CC [M]  /var/lib/dkms/gasket/r236.5815ee3/build/gasket_ioctl.o
  CC [M]  /var/lib/dkms/gasket/r236.5815ee3/build/gasket_interrupt.o
  CC [M]  /var/lib/dkms/gasket/r236.5815ee3/build/gasket_page_table.o
  CC [M]  /var/lib/dkms/gasket/r236.5815ee3/build/gasket_sysfs.o
  CC [M]  /var/lib/dkms/gasket/r236.5815ee3/build/apex_driver.o
/var/lib/dkms/gasket/r236.5815ee3/build/gasket_core.c:1376:19: error: ‘no_llseek’ undeclared here (not in a function); did you mean ‘noop_llseek’?
 1376 |         .llseek = no_llseek,
      |                   ^~~~~~~~~
      |                   noop_llseek
make[2]: *** [scripts/Makefile.build:229: /var/lib/dkms/gasket/r236.5815ee3/build/gasket_core.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/usr/lib/modules/6.12.1-arch1-1/build/Makefile:1936: /var/lib/dkms/gasket/r236.5815ee3/build] Error 2
make: *** [Makefile:224: __sub-make] Error 2
make: Leaving directory '/usr/lib/modules/6.12.1-arch1-1/build'

GaaH commented on 2024-11-27 08:06 (UTC)

I lost the /dev/apex_0 device, is there an issue with the latest kernel, or something?

mjc506 commented on 2024-06-25 21:09 (UTC)

Understood, yes, headers for your kernel will be required for many (any?) DKMS packages, but I presume that linux-headers required to not be included as a depends is due to the possibility of installing other kernels, which would require their own headers (and not necessarily linux-headers)

Yes, that warning comes from Upstream, I've not put any effort into investigating to be honest, the less I fiddle, the more reliable things should be! ;-)

Sparticuz commented on 2024-06-24 17:48 (UTC) (edited on 2024-06-24 17:48 (UTC) by Sparticuz)

I did not install linux-headers because of the comment below about it not being required. Installing linux-headers fixes those errors, though now getting

(3/4) Install DKMS modules
==> dkms install --no-depmod gasket/r236.5815ee3 -k 6.9.6-arch1-1
Deprecated feature: REMAKE_INITRD (/usr/src/gasket-r236.5815ee3/dkms.conf)
==> depmod 6.9.6-arch1-1

But that seems to be an upstream issue.

mjc506 commented on 2024-06-24 16:58 (UTC)

Huh weird, it seems to be listing your root dir?

Do you have the kernel headers for your running kernel installed? (optional requirement for dkms, probably linux-headers unless you're running a different kernel)

Sparticuz commented on 2024-06-24 15:10 (UTC)

Getting these errors on a fresh install, is this normal?

(3/4) Install DKMS modules
==> ERROR: Missing var kernel headers for module gasket/r236.5815ee3.
==> ERROR: Missing tmp kernel headers for module gasket/r236.5815ee3.
==> ERROR: Missing lib kernel headers for module gasket/r236.5815ee3.
==> ERROR: Missing lost+found kernel headers for module gasket/r236.5815ee3.
==> ERROR: Missing sys kernel headers for module gasket/r236.5815ee3.
==> ERROR: Missing mnt kernel headers for module gasket/r236.5815ee3.
==> ERROR: Missing bin kernel headers for module gasket/r236.5815ee3.
==> ERROR: Missing opt kernel headers for module gasket/r236.5815ee3.
==> ERROR: Missing lib64 kernel headers for module gasket/r236.5815ee3.
==> ERROR: Missing etc kernel headers for module gasket/r236.5815ee3.
==> ERROR: Missing usr kernel headers for module gasket/r236.5815ee3.
==> ERROR: Missing boot kernel headers for module gasket/r236.5815ee3.
==> ERROR: Missing run kernel headers for module gasket/r236.5815ee3.
==> ERROR: Missing root kernel headers for module gasket/r236.5815ee3.
==> ERROR: Missing srv kernel headers for module gasket/r236.5815ee3.
==> ERROR: Missing proc kernel headers for module gasket/r236.5815ee3.
==> ERROR: Missing sbin kernel headers for module gasket/r236.5815ee3.
==> ERROR: Missing home kernel headers for module gasket/r236.5815ee3.
==> ERROR: Missing dev kernel headers for module gasket/r236.5815ee3.

mjc506 commented on 2024-04-30 08:09 (UTC)

Huzzah! Thanks for the heads up, patch removed and PKGBUILD updated.

Saduff commented on 2024-04-25 23:57 (UTC)

The eventfd_signal patch PR was recently merged upstream, so the patch should be removed now. Thank you!