linuxwacom maintainer here --
It looks like the problem is that the udev rules are being placed in a subdirectory for some reason. Placing them within the rules directory itself (as Debian does) and then rebooting seems to work fine:
# mv /lib/udev/rules.d/69-wacom.rules/wacom.rules /tmp/69-wacom.rules # rmdir /lib/udev/rules.d/69-wacom.rules # mv /tmp/69-wacom.rules /lib/udev/rules.d/
linuxwacom maintainer here --
It looks like the problem is that the udev rules are being placed in a subdirectory for some reason. Placing them within the rules directory itself (as Debian does) and then rebooting seems to work fine:
# mv /lib/udev/ rules.d/ 69-wacom. rules/wacom. rules /tmp/69-wacom.rules rules.d/ 69-wacom. rules
# rmdir /lib/udev/
# mv /tmp/69-wacom.rules /lib/udev/rules.d/