May 6 14:02:48 localhost udevd[469]: add_to_rules: invalid KERNEL operation May 6 14:02:48 localhost udevd[469]: add_to_rules: invalid rule '/etc/udev/rules.d/10-wacom.rules:3' Please change "KERNEL=" to "KERNEL=="
Done, thanks.
Oh, another one... %e is deprecated and should not be used. 10-wacom.rules:KERNEL=="event*", SYSFS{idVendor}="056a", NAME="input/%k", SYMLINK="input/wacom%e"
What's the suggested replacement?
hmm... for cdroms I have %k... so "input/wacom-%k" would produce something unique...
Created attachment 150931 [details] new wacom rules Please test these rules (replace 10-wacom.rules and 60-wacom.rules only with the provided). It'll create /dev/input/wacom, /dev/input/wacom-tablets/<model> and /dev/input/wacom-tablets/<model>-id. The last symlink is useful when you have more than one tablet of the same model. This way you may bind it to a specific usb port.
Please test it and let me know how it goes
I just tried your '60-wacom.rules' on Fedora 7t3. It works for my Wacom Graphire 4.: [arnout@sharptooth input]$ ls -l ... lrwxrwxrwx 1 root root 6 2007-03-31 21:22 wacom -> event4 drwxr-xr-x 2 root root 80 2007-03-31 21:22 wacom-tablets [arnout@sharptooth wacom-tablets]$ ls -l lrwxrwxrwx 1 root root 9 2007-03-31 21:22 graphire2-4x5 -> ../event4 lrwxrwxrwx 1 root root 9 2007-03-31 21:22 graphire2-4x5-3-1 -> ../event4 If this rule would replace the rule in the current linux-wacom-package, bug #196923 can be closed too.
linuxwacom-0.7.6.4-2.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report.
I've fixed the rules again, the update should be in soon. Please test and let me know how it goes
I'm closing this one. if the problem persists, please feel free to reopen it.