Package Details: digimend-kernel-drivers-dkms 13-2

Git Clone URL: https://aur.archlinux.org/digimend-kernel-drivers-dkms.git (read-only, click to copy)
Package Base: digimend-kernel-drivers-dkms
Description: Linux kernel modules (DKMS) for non-Wacom USB graphics tablets
Upstream URL: https://digimend.github.io
Licenses: GPL2
Submitter: avallac_h
Maintainer: None
Last Packager: exu
Votes: 2
Popularity: 0.000000
First Submitted: 2021-06-28 14:58 (UTC)
Last Updated: 2025-05-21 17:37 (UTC)

Latest Comments

FoSSenjoyerr commented on 2025-08-31 01:12 (UTC)

Error! Bad return status for module build on kernel: 6.16.4-zen1-1-zen (x86_64) Consult /var/lib/dkms/digimend/13/build/make.log for more information. ==> WARNING: `dkms install --no-depmod digimend/13 -k 6.16.4-zen1-1-zen' exited 10 ==> depmod 6.12.44-1-lts (4/4) Performing snapper post snapshots for the following configurations... ==> root: 77  mark@marklinux    sudo cat /var/lib/dkms/digimend/13/build/make.log 09:01:40 [sudo] password for mark: DKMS (dkms-3.2.1) make.log for digimend/13 for kernel 6.16.4-zen1-1-zen (x86_64) Sunday, 31 August, 2025 09:01:27 AM PST

Building module(s)

command: make -j2 KERNELRELEASE=6.16.4-zen1-1-zen KVERSION=6.16.4-zen1-1-zen

make -C /lib/modules/6.16.4-zen1-1-zen/build M=/var/lib/dkms/digimend/13/build modules make[1]: Entering directory '/usr/lib/modules/6.16.4-zen1-1-zen/build' make[2]: Entering directory '/var/lib/dkms/digimend/13/build' CC [M] hid-kye.o CC [M] hid-uclogic-core.o hid-uclogic-core.c: In function ‘uclogic_remove’: hid-uclogic-core.c:494:9: error: implicit declaration of function ‘del_timer_sync’ [-Wimplicit-function-declaration] 494 | del_timer_sync(&drvdata->inrange_timer); | ^~ make[4]: *** [/usr/lib/modules/6.16.4-zen1-1-zen/build/scripts/Makefile.build:287: hid-uclogic-core.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/usr/lib/modules/6.16.4-zen1-1-zen/build/Makefile:2001: .] Error 2 make[2]: *** [/usr/lib/modules/6.16.4-zen1-1-zen/build/Makefile:248: __sub-make] Error 2 make[2]: Leaving directory '/var/lib/dkms/digimend/13/build' make[1]: *** [Makefile:248: __sub-make] Error 2 make[1]: Leaving directory '/usr/lib/modules/6.16.4-zen1-1-zen/build' make: *** [Makefile:15: all] Error 2

exit code: 2
elapsed time: 00:00:06

tippfehlr commented on 2025-05-10 15:46 (UTC)

Hi, since upstream hasn’t released the patch yet, here is a snippet to include it:

...
source=(
  "${pkgname}-v${pkgver}.tar.gz::https://github.com/DIGImend/${_pkgbase}/archive/refs/tags/v${pkgver}.tar.gz"
  "${pkgname}-update-to-linux-6.12.patch::https://patch-diff.githubusercontent.com/raw/DIGImend/digimend-kernel-drivers/pull/707.patch"
  "Makefile"
)
sha256sums=('ee3fcd2eaa32bee4e5ce742c81e31d7290893772c3931d1888b32fe34ec0f3c8'
            '59d6438f5e6d19aa013d54014c4eefc7a6608ab9bc54de5f716d98a7e0d94b67'
            'bacc8a6b0c5fdbc95b9ef6072c9db6afc56958c0f8e539d4338b8895377355fe')
install="${pkgname}.install"

prepare() {
  cd "${srcdir}/${_pkgbase}-${pkgver}"
  patch -Np1 -i ../../${pkgname}-update-to-linux-6.12.patch
}
...

exu commented on 2025-02-02 17:05 (UTC)

This package tracks the official releases, so I'll wait for an official release.

You could use digimend-kernel-drivers-dkms-git instead.

I'm also willing to accept (a temporary) patchfile implementing changes from https://github.com/DIGImend/digimend-kernel-drivers/pull/707 until a new release is created, unfortunately I don't have the time to do this myself at the moment.

yoshi314 commented on 2025-02-02 07:49 (UTC)

This needs an update to build on 6.12

https://github.com/DIGImend/digimend-kernel-drivers/issues/706