Package Details: input-wacom-dkms 1.6.0-1

Git Clone URL: https://aur.archlinux.org/input-wacom-dkms.git (read-only, click to copy)
Package Base: input-wacom-dkms
Description: Latest Kernel modules form Wacom tablets (DKMS). Useful if your wacom tablet is not supported upstream yet.
Upstream URL: https://github.com/linuxwacom/input-wacom/wiki/Installing-input-wacom-from-source
Licenses: GPL2
Submitter: apicici
Maintainer: apicici
Last Packager: apicici
Votes: 21
Popularity: 0.000000
First Submitted: 2013-12-06 21:27 (UTC)
Last Updated: 2026-04-28 18:23 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

apicici commented on 2026-02-21 20:10 (UTC)

@winnie_ua

It seems it's a problem that was fixed in the git repository back in November but hasn't made it into a release yet: https://github.com/linuxwacom/input-wacom/issues/478

I may try to add a patch to fix the compilation issue (and update to 1.5.0) when I have time.

winnie_ua commented on 2026-02-21 09:12 (UTC)

The build log shows:

linux kernel - yes 4.18

but it's kernel 6.18

This msut be the issue.

winnie_ua commented on 2026-02-21 09:09 (UTC)

and update to 1.5.0 didn't help, sadly :-(

winnie_ua commented on 2026-02-21 09:02 (UTC)

Fails to build on kernel 6.18.12-1-MANJARO

----------------------------------------
  BUILD ENVIRONMENT:
       linux kernel - yes 4.18
      kernel source - yes /lib/modules/6.18.12-1-MANJARO/build

NOTE: The kernel drivers included in this package are only tested with the
X Wacom driver built from xf86-input-wacom. If you are running an X server
version older than 1.7, please use the drivers provided by the linuxwacom
package.

Please run 'make && make install'.
make  all-recursive
make[1]: входимо до каталогу «/var/lib/dkms/input-wacom/1.4.0/build»
Making all in 4.18
make[2]: входимо до каталогу «/var/lib/dkms/input-wacom/1.4.0/build/4.18»
    Building input-wacom drivers for 4.18 kernel.
make -C /lib/modules/6.18.12-1-MANJARO/build M=/var/lib/dkms/input-wacom/1.4.0/build/4.18 
make[3]: входимо до каталогу «/usr/lib/modules/6.18.12-1-MANJARO/build»
make[4]: входимо до каталогу «/var/lib/dkms/input-wacom/1.4.0/build/4.18»
/bin/sh: рядок 1: ./git-version-gen: Відмовлено у доступі
  CC [M]  wacom_wac.o
wacom_wac.c: У функції «wacom_idleprox_timeout»:
wacom_wac.c:78:31: помилка: Неявне оголошення функції «from_timer»; ви мали на увазі «mod_timer»? [-Wimplicit-function-declaration]
   78 |         struct wacom *wacom = from_timer(wacom, list, idleprox_timer);
      |                               ^~~~~~~~~~
      |                               mod_timer
wacom_wac.c:78:55: помилка: «idleprox_timer» неоголошений (перше використання в цій функції)
   78 |         struct wacom *wacom = from_timer(wacom, list, idleprox_timer);
      |                                                       ^~~~~~~~~~~~~~
wacom_wac.c:78:55: примітка: кожен не оголошений ідентифікатор повідомляється лише один раз для кожної функції, в якій він зʼявляється
make[6]: *** [/usr/lib/modules/6.18.12-1-MANJARO/build/scripts/Makefile.build:287: wacom_wac.o] Помилка 1
make[5]: *** [/usr/lib/modules/6.18.12-1-MANJARO/build/Makefile:2011: .] Помилка 2
make[4]: *** [/usr/lib/modules/6.18.12-1-MANJARO/build/Makefile:248: __sub-make] Помилка 2
make[4]: Залишаю каталог "/var/lib/dkms/input-wacom/1.4.0/build/4.18"

Yaco commented on 2025-08-23 20:39 (UTC) (edited on 2025-08-23 20:40 (UTC) by Yaco)

This should be updated to latest version. Needed changes in PKGBUILD:

pkgver=1.5.0
md5sums=('2451f33d2d3237031b0c8d8214c9f386'
         '976fbe8ceb9e9b99b85a77bfbdc9950c'
         'da99119208e69b9a611b1809e1f241f8'
         '8a851dede08da29c2810fb58e8b69910')

Wild_Penguin commented on 2025-06-29 22:36 (UTC)

Does not seem to build the modules for 6.15 here, fails at dkms hook phase. In /var/lib/dkms/input-wacom/1.4.0/build/make.log :

----------------------------------------
  BUILD ENVIRONMENT:
       linux kernel - yes 4.18
      kernel source - yes /lib/modules/6.15.4-arch2-1/build

NOTE: The kernel drivers included in this package are only tested with the
X Wacom driver built from xf86-input-wacom. If you are running an X server
version older than 1.7, please use the drivers provided by the linuxwacom
package.

Please run 'make && make install'.
make  all-recursive
make[1]: Entering directory '/var/lib/dkms/input-wacom/1.4.0/build'
Making all in 4.18
make[2]: Entering directory '/var/lib/dkms/input-wacom/1.4.0/build/4.18'
    Building input-wacom drivers for 4.18 kernel.
make -C /lib/modules/6.15.4-arch2-1/build M=/var/lib/dkms/input-wacom/1.4.0/build/4.18 
make[3]: Entering directory '/usr/lib/modules/6.15.4-arch2-1/build'
make[4]: Entering directory '/var/lib/dkms/input-wacom/1.4.0/build/4.18'
/bin/sh: line 1: ./git-version-gen: Permission denied
  CC [M]  wacom_wac.o
  CC [M]  wacom_sys.o
wacom_sys.c: In function 'wacom_remove':
wacom_sys.c:2909:9: error: implicit declaration of function 'del_timer_sync' [-Wimplicit-function-declaration]
 2909 |         del_timer_sync(&wacom->idleprox_timer);
      |         ^~~~~~~~~~~~~~
make[6]: *** [/usr/lib/modules/6.15.4-arch2-1/build/scripts/Makefile.build:203: wacom_sys.o] Error 1
make[5]: *** [/usr/lib/modules/6.15.4-arch2-1/build/Makefile:2003: .] Error 2
make[4]: *** [/usr/lib/modules/6.15.4-arch2-1/build/Makefile:248: __sub-make] Error 2
make[4]: Leaving directory '/var/lib/dkms/input-wacom/1.4.0/build/4.18'
make[3]: *** [Makefile:248: __sub-make] Error 2
make[3]: Leaving directory '/usr/lib/modules/6.15.4-arch2-1/build'
make[2]: *** [Makefile:43: all] Error 2
make[2]: Leaving directory '/var/lib/dkms/input-wacom/1.4.0/build/4.18'
make[1]: *** [Makefile:365: all-recursive] Error 1
make[1]: Leaving directory '/var/lib/dkms/input-wacom/1.4.0/build'
make: *** [Makefile:304: all] Error 2

# exit code: 2
# elapsed time: 00:00:08

apicici commented on 2024-06-03 13:52 (UTC) (edited on 2024-06-03 18:20 (UTC) by apicici)

@mod20: thanks for finding the solution! I updated the package with a patch for the fix from the git repository, while we wait for a new release.

mod20 commented on 2024-06-03 07:24 (UTC)

Devs replied here: https://github.com/linuxwacom/xf86-input-wacom/issues/314#issuecomment-2143108034

TL;DR: This won't build on linux >6.6. There is a fix in the Github repo. I checked it out and sure enough the build does not give any errors.

apicici commented on 2024-06-02 14:14 (UTC) (edited on 2024-06-03 14:08 (UTC) by apicici)

@mod20: very strange. Are you building directly with makepg or using an AUR helper?